components/sudo/patches/05-normalize-man-pages.patch
changeset 5497 862a4276da0f
parent 5005 634e69f7ae42
child 7301 0853d00f0cd4
--- a/components/sudo/patches/05-normalize-man-pages.patch	Wed Feb 24 22:20:45 2016 -0800
+++ b/components/sudo/patches/05-normalize-man-pages.patch	Mon Feb 15 08:11:32 2016 -0800
@@ -7,9 +7,9 @@
 all versions of Solaris. Until then, we are just using this Solaris 12
 specific patch.
 
---- sudo-1.8.9p5/configure.ac.orig	2015-10-20 07:25:44.363830767 -0700
-+++ sudo-1.8.9p5/configure.ac	2015-10-20 07:26:11.354071075 -0700
-@@ -1640,8 +1640,8 @@
+--- sudo-1.8.15/configure.ac.orig	Wed Feb 17 02:36:28 2016
++++ sudo-1.8.15/configure.ac	Wed Feb 17 02:36:50 2016
+@@ -1699,8 +1699,8 @@
  		if test "$with_AFS" = "yes"; then
  		    AFS_LIBS="-lc -lucb"
  		fi
@@ -18,5 +18,5 @@
 +		: ${mansectsu='8'}
 +		: ${mansectform='5'}
  		test -z "$with_pam" && AUTH_EXCL_DEF="PAM"
- 		AC_CHECK_FUNCS(priv_set, [PSMAN=1])
+ 		AC_CHECK_FUNCS([priv_set], [PSMAN=1])
  		;;