From a04be59458f79300cc70bfa2d946f8c574dc69e2 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 3 Mar 1997 04:29:48 +0000 Subject: /etc/super-users --> $PREFIX//etc/super-users /etc/utmp --> /var/run/utmp Man page now tells the correct paths. Closes PR: ports/2823 --- sysutils/su2/files/patch-ab | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'sysutils/su2/files/patch-ab') diff --git a/sysutils/su2/files/patch-ab b/sysutils/su2/files/patch-ab index 1f610274a319..bc73b8daf10c 100644 --- a/sysutils/su2/files/patch-ab +++ b/sysutils/su2/files/patch-ab @@ -1,14 +1,17 @@ ---- su2.c.orig Thu Dec 19 20:41:50 1996 -+++ su2.c Thu Dec 19 20:41:50 1996 -@@ -113,7 +113,7 @@ +--- su2.c.orig Sun Mar 2 20:17:16 1997 ++++ su2.c Sun Mar 2 20:21:41 1997 +@@ -113,9 +113,9 @@ #ifndef NOSU2RC char *UsersNameFile = ".su2rc"; #endif NOSU2RC -char *SULog = "/usr/adm/sulog"; +char *SULog = SU2LOGFILE; - char *UtmpFile = "/etc/utmp"; +-char *UtmpFile = "/etc/utmp"; ++char *UtmpFile = "/var/run/utmp"; + #ifndef PATH + # ifdef BSD @@ -182,13 +182,15 @@ char *malloc (); -- cgit v1.2.3