summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-08-16 18:01:25 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-08-16 18:01:25 +0000
commit8d550c2c3615807255e8809750e88e08a360c59c (patch)
tree04b93f55cef1dc2104a799c5a8fe606fe0f01a2c
parent418c0bbade1dcb322b7abdbed4064993de8086c2 (diff)
commented out the prohibition on making as root.
-rw-r--r--gnu/usr.bin/rcs/src/conf.sh22
1 files changed, 11 insertions, 11 deletions
diff --git a/gnu/usr.bin/rcs/src/conf.sh b/gnu/usr.bin/rcs/src/conf.sh
index 542d330480b..c5ef78a0456 100644
--- a/gnu/usr.bin/rcs/src/conf.sh
+++ b/gnu/usr.bin/rcs/src/conf.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Output RCS compile-time configuration.
-Id='$Id: conf.sh,v 1.1 1996/08/12 04:08:05 millert Exp $'
+Id='$Id: conf.sh,v 1.2 1996/08/16 18:01:24 millert Exp $'
# Copyright 1990, 1991, 1992, 1993, 1994, 1995 Paul Eggert
# Distributed under license by the Free Software Foundation, Inc.
@@ -73,16 +73,16 @@ case `echo -n` in
ech='echo -n' dots='... '
esac
-$ech >&3 "$0: testing permissions $dots"
-rm -f a.d &&
-date >a.d &&
-chmod 0 a.d &&
-{ test -w a.d || cp /dev/null a.d 2>/dev/null; } && {
- echo >&3 "$n$0: This command should not be run with superuser permissions."
- exit 1
-}
-echo >&3 OK
-rm -f a.d || exit
+#$ech >&3 "$0: testing permissions $dots"
+#rm -f a.d &&
+#date >a.d &&
+#chmod 0 a.d &&
+#{ test -w a.d || cp /dev/null a.d 2>/dev/null; } && {
+# echo >&3 "$n$0: This command should not be run with superuser permissions."
+# exit 1
+#}
+#echo >&3 OK
+#rm -f a.d || exit
$ech >&3 "$0: testing compiler for plausibility $dots"
echo 'main() { return 0; }' >a.c