Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/su SU_INDIRECT_GROUP should not be on by default.



details:   https://anonhg.NetBSD.org/src/rev/7f77080632c6
branches:  trunk
changeset: 502042:7f77080632c6
user:      sjg <sjg%NetBSD.org@localhost>
date:      Thu Jan 11 00:54:57 2001 +0000

description:
SU_INDIRECT_GROUP should not be on by default.

diffstat:

 usr.bin/su/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r b12c5691a22a -r 7f77080632c6 usr.bin/su/Makefile
--- a/usr.bin/su/Makefile       Thu Jan 11 00:35:49 2001 +0000
+++ b/usr.bin/su/Makefile       Thu Jan 11 00:54:57 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2001/01/10 21:33:13 sjg Exp $
+#      $NetBSD: Makefile,v 1.26 2001/01/11 00:54:57 sjg Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 7/19/93
 
 .include <bsd.own.mk>
@@ -14,10 +14,10 @@
 #
 #CPPFLAGS+=-DSUGROUP=\"sugroup\"
 
-# Comment out the following line to prevent su
-# from assuming that group wheel (or SUGROUP) can be an indirect
+# Uncomment the following line to make su
+# treat group wheel (SUGROUP) and/or ROOTAUTH as an indirect
 # list of groups.
-CPPFLAGS+=-DSU_INDIRECT_GROUP
+#CPPFLAGS+=-DSU_INDIRECT_GROUP
 
 .if (${MKKERBEROS} != "no")
 .ifdef AFS



Home | Main Index | Thread Index | Old Index