aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudo/files
diff options
context:
space:
mode:
authorerich <erich@FreeBSD.org>1996-02-06 00:37:53 +0800
committererich <erich@FreeBSD.org>1996-02-06 00:37:53 +0800
commitbd8d8b7e576146c273fa39bb6ac7267499646c0c (patch)
treeec2c6e5b58ea11ff8cfb248fc179a6d491abf067 /security/sudo/files
parentc50087ca617a278f99f403b26ee424ea52efb7cb (diff)
downloadfreebsd-ports-gnome-bd8d8b7e576146c273fa39bb6ac7267499646c0c.tar.gz
freebsd-ports-gnome-bd8d8b7e576146c273fa39bb6ac7267499646c0c.tar.zst
freebsd-ports-gnome-bd8d8b7e576146c273fa39bb6ac7267499646c0c.zip
upgrade to version 1.4
Diffstat (limited to 'security/sudo/files')
-rw-r--r--security/sudo/files/patch-aa79
1 files changed, 13 insertions, 66 deletions
diff --git a/security/sudo/files/patch-aa b/security/sudo/files/patch-aa
index cd57bd0f1846..eccfcd6b867a 100644
--- a/security/sudo/files/patch-aa
+++ b/security/sudo/files/patch-aa
@@ -1,66 +1,13 @@
-*** configure.in~ Sun Aug 13 16:40:24 1995
---- configure.in Sun Aug 13 16:40:38 1995
-***************
-*** 148,153 ****
---- 148,156 ----
- ;;
- "bsd/386") echo "Looks like bsdi BSD/386"
- ;;
-+ "freebsd") echo "Looks like FreeBSD"
-+ LIBS="${LIBS} -lcrypt"
-+ ;;
- "mtxinu") echo "Looks like mt Xinu MORE/BSD"
- ;;
- "4.3bsd") echo "Looks like HP BSD"
-*** configure~ Sun Aug 13 16:39:32 1995
---- configure Sun Aug 13 16:40:38 1995
-***************
-*** 890,895 ****
---- 890,898 ----
- ;;
- "bsd/386") echo "Looks like bsdi BSD/386"
- ;;
-+ "freebsd") echo "Looks like FreeBSD"
-+ LIBS="${LIBS} -lcrypt"
-+ ;;
- "mtxinu") echo "Looks like mt Xinu MORE/BSD"
- ;;
- "4.3bsd") echo "Looks like HP BSD"
-*** config.h.in~ Sun Aug 13 16:31:00 1995
---- config.h.in Sun Aug 13 16:31:26 1995
-***************
-*** 23,34 ****
---- 23,36 ----
- * NOT using configure.
- */
-
-+ #ifndef __FreeBSD__
- /* Deal with ansi stuff reasonably. */
- #undef __P
- #if defined (__cplusplus) || defined (__STDC__)
- # define __P(args) args
- #else
- # define __P(args) ()
-+ #endif
- #endif
-
- /* New ANSI-style OS defs. */
-*** visudoers/visudo.yacc~ Mon Aug 14 08:53:44 1995
---- visudoers/visudo.yacc Mon Aug 14 08:54:12 1995
-***************
-*** 42,48 ****
- #include "sudo.h"
-
- extern int status;
-! extern int yyerrok, sudolineno, err_line_no;
-
- yyerror(s)
- char *s;
---- 42,48 ----
- #include "sudo.h"
-
- extern int status;
-! extern int sudolineno, err_line_no;
-
- yyerror(s)
- char *s;
+--- configure.dist Mon Feb 5 10:32:17 1996
++++ configure Mon Feb 5 10:32:37 1996
+@@ -551,8 +551,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)/etc'
+-test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
++test "$sbindir" = '${exec_prefix}/sbin' || sbindir='$(exec_prefix)/etc'
++test "$sysconfdir" = '${prefix}/etc' || sysconfdir='/etc'
+
+
+ # Check whether --with-getpass or --without-getpass was given.