summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sade/main.c')
-rw-r--r--usr.sbin/sade/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sade/main.c b/usr.sbin/sade/main.c
index e106250..28a0908 100644
--- a/usr.sbin/sade/main.c
+++ b/usr.sbin/sade/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);
OpenPOWER on IntegriCloud