diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-03 04:29:48 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-03 04:29:48 +0000 |
commit | a04be59458f79300cc70bfa2d946f8c574dc69e2 (patch) | |
tree | 2efb396a45966adc4e45795187c3f94dae51e9fa /sysutils/su2/files/patch-aa | |
parent | Upgrade to 4.04 (diff) |
/etc/super-users --> $PREFIX//etc/super-users
/etc/utmp --> /var/run/utmp
Man page now tells the correct paths.
Closes PR: ports/2823
Notes
Notes:
svn path=/head/; revision=5802
Diffstat (limited to '')
-rw-r--r-- | sysutils/su2/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/su2/files/patch-aa b/sysutils/su2/files/patch-aa index 93a4b61a961b..82556a3fda4a 100644 --- a/sysutils/su2/files/patch-aa +++ b/sysutils/su2/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Dec 19 20:41:49 1996 -+++ Makefile Thu Dec 19 20:47:14 1996 +--- Makefile.orig Sun Mar 2 20:17:14 1997 ++++ Makefile Sun Mar 2 20:24:15 1997 @@ -8,16 +8,17 @@ # /etc/super-users and /usr/adm/sulog that are defined # separately. @@ -17,7 +17,7 @@ # Standard -OPTIONS=-DFULLPATH -+OPTIONS=-DSU2LOGFILE="\"/var/log/su2.log\"" -DBROKENCUSERID ++OPTIONS=-DSU2LOGFILE="\"/var/log/su2.log\"" -DSUPERUSERS="\"$(PREFIX)/etc/super-users\"" -DBROKENCUSERID # m88k # OPTIONS=-DFULLPATH -DNOVFORK |