diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-24 17:49:20 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-05-24 17:49:20 +0000 |
| commit | a098749d6b8dd8b227efe3b151bfa099a3caefa5 (patch) | |
| tree | 762fbec430b8525db7d4734b54d370cda221b977 /release/sysinstall/main.c | |
| parent | b2687efa6593c4258abd73eea75e6a64342e8ed7 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/main.c')
| -rw-r--r-- | release/sysinstall/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c index e106250bb527..28a090891b3d 100644 --- a/release/sysinstall/main.c +++ b/release/sysinstall/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: main.c,v 1.8 1995/05/17 14:39:49 jkh Exp $ + * $Id: main.c,v 1.9 1995/05/24 09:00:36 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -49,8 +49,8 @@ main(int argc, char **argv) int choice, scroll, curr, max; if (geteuid() != 0) { - fprintf(stderr, "This utility can only be run as root.\n"); - return 1; + fprintf(stderr, "Warning: This utility should be run as root.\n"); + sleep(1); } /* Set up whatever things need setting up */ systemInitialize(argc, argv); |
