diff options
author | asami <asami@FreeBSD.org> | 1999-12-17 16:18:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-12-17 16:18:03 +0800 |
commit | 83df6a3118a29af826c5281a1d4a0003e3810a73 (patch) | |
tree | d9436cd3a6a1634e8f5ddf7c443f80f7d185484d /security | |
parent | b329c6b5ab99db733bb0f9fa3a61774826405fa6 (diff) | |
download | freebsd-ports-gnome-83df6a3118a29af826c5281a1d4a0003e3810a73.tar.gz freebsd-ports-gnome-83df6a3118a29af826c5281a1d4a0003e3810a73.tar.zst freebsd-ports-gnome-83df6a3118a29af826c5281a1d4a0003e3810a73.zip |
Install sudoers in correct place.
Submitted by: jhb via cpiazza
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/sudo/files/patch-aa b/security/sudo/files/patch-aa index efd7fe551725..d7a7643d6f79 100644 --- a/security/sudo/files/patch-aa +++ b/security/sudo/files/patch-aa @@ -1,17 +1,17 @@ ---- /usr/ports/security/sudo/work2/sudo.v1.5.7p4/configure Tue Nov 24 05:40:24 1998 -+++ configure Sat Jan 2 04:07:08 1999 -@@ -667,8 +669,8 @@ +--- configure.orig Mon Nov 8 15:59:48 1999 ++++ configure Thu Dec 16 22:54:41 1999 +@@ -681,8 +681,8 @@ test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man' test "$bindir" = '${exec_prefix}/bin' && bindir='$(exec_prefix)/bin' -test "$sbindir" = '${exec_prefix}/sbin' && sbindir='$(exec_prefix)/sbin' -test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc' +test "$sbindir" = '${exec_prefix}/sbin' || sbindir='$(exec_prefix)/sbin' -+test "$sysconfdir" = '${prefix}/etc' || sysconfdir='/etc' ++#test "$sysconfdir" = '${prefix}/etc' || sysconfdir='/etc' - # Check whether --with-CC or --without-CC was given. -@@ -7170,7 +7188,7 @@ + # Check whether --with-otp-only or --without-otp-only was given. +@@ -7737,7 +7737,7 @@ fi if test "$with_skey" = "yes"; then |