summaryrefslogtreecommitdiff
path: root/security/sudo/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'security/sudo/patches/patch-af')
-rw-r--r--security/sudo/patches/patch-af21
1 files changed, 12 insertions, 9 deletions
diff --git a/security/sudo/patches/patch-af b/security/sudo/patches/patch-af
index 51561243b77..50124074b24 100644
--- a/security/sudo/patches/patch-af
+++ b/security/sudo/patches/patch-af
@@ -1,7 +1,7 @@
-$NetBSD: patch-af,v 1.2 1998/12/13 11:34:33 frueauf Exp $
+$NetBSD: patch-af,v 1.3 1999/05/09 14:10:28 frueauf Exp $
---- configure.in.orig Tue Nov 24 05:40:24 1998
-+++ configure.in Sun Dec 13 11:50:25 1998
+--- configure.in.orig Mon Mar 29 06:05:07 1999
++++ configure.in Sun May 9 14:50:26 1999
@@ -52,8 +52,8 @@
dnl
test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man'
@@ -13,7 +13,7 @@ $NetBSD: patch-af,v 1.2 1998/12/13 11:34:33 frueauf Exp $
dnl
dnl Options for --with
-@@ -139,6 +139,16 @@
+@@ -139,6 +139,19 @@
no) ;;
*) echo "Ignoring unknown argument to --with-csops: $with_csops"
;;
@@ -21,12 +21,15 @@ $NetBSD: patch-af,v 1.2 1998/12/13 11:34:33 frueauf Exp $
+
+AC_ARG_WITH(nbsdops,[ --with-nbsdops add NetBSD standard options],
+[case $with_nbsdops in
-+ yes) OPTIONS="${OPTIONS} -DIGNORE_DOT_PATH -DENV_EDITOR -DUSE_TTY_TICKETS"
-+ sbindir='$(exec_prefix)/sbin'
-+ echo 'nbsdops--adding options: IGNORE_DOT_PATH ENV_EDITOR USE_TTY_TICKETS'
-+ ;;
++ yes) OPTIONS="${OPTIONS} -DIGNORE_DOT_PATH -DENV_EDITOR -DUSE_TTY_TI
++CKETS"
++ sbindir='$(exec_prefix)/sbin'
++ echo 'nbsdops--adding options: IGNORE_DOT_PATH ENV_EDITOR USE_T
++TY_TICKETS'
++ ;;
+ no) ;;
-+ *) echo "Ignoring unknown argument to --with-nbsdops: $with-nbsdops"
++ *) echo "Ignoring unknown argument to --with-nbsdops: $with-nbsdop
++s"
esac])
AC_ARG_WITH(skey, [ --with-skey enable S/Key support ],