Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.bin/su Pull up revision 1.14 (requested by kim):
details: https://anonhg.NetBSD.org/src/rev/a394555dd3e1
branches: netbsd-1-4
changeset: 469994:a394555dd3e1
user: he <he%NetBSD.org@localhost>
date: Sat Jan 08 18:35:13 2000 +0000
description:
Pull up revision 1.14 (requested by kim):
Allow the make variable SUROOTAUTH to be set to a group where the
members can use their own password to authenticate to su to root.
By default this is not set, retaining the traditional behaviour.
diffstat:
usr.bin/su/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f49ee7d0f8b3 -r a394555dd3e1 usr.bin/su/Makefile
--- a/usr.bin/su/Makefile Sat Jan 08 18:34:50 2000 +0000
+++ b/usr.bin/su/Makefile Sat Jan 08 18:35:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1999/02/18 21:22:52 scottr Exp $
+# $NetBSD: Makefile,v 1.13.2.1 2000/01/08 18:35:13 he Exp $
# from: @(#)Makefile 8.1 (Berkeley) 7/19/93
PROG= su
@@ -19,3 +19,7 @@
DPADD+= ${LIBSKEY}
LDADD+= -lskey
.endif
+
+.ifdef SUROOTAUTH
+CPPFLAGS+=-DROOTAUTH=\"${SUROOTAUTH}\"
+.endif
Home |
Main Index |
Thread Index |
Old Index