components/sudo/patches/05-normalize-man-pages.patch
changeset 5497 862a4276da0f
parent 5005 634e69f7ae42
child 7301 0853d00f0cd4
equal deleted inserted replaced
5496:4870e9e5e06b 5497:862a4276da0f
     5 This patch should eventually be sent upstream, but for that to happen
     5 This patch should eventually be sent upstream, but for that to happen
     6 it will need to be reworked into a form that will be acceptable for
     6 it will need to be reworked into a form that will be acceptable for
     7 all versions of Solaris. Until then, we are just using this Solaris 12
     7 all versions of Solaris. Until then, we are just using this Solaris 12
     8 specific patch.
     8 specific patch.
     9 
     9 
    10 --- sudo-1.8.9p5/configure.ac.orig	2015-10-20 07:25:44.363830767 -0700
    10 --- sudo-1.8.15/configure.ac.orig	Wed Feb 17 02:36:28 2016
    11 +++ sudo-1.8.9p5/configure.ac	2015-10-20 07:26:11.354071075 -0700
    11 +++ sudo-1.8.15/configure.ac	Wed Feb 17 02:36:50 2016
    12 @@ -1640,8 +1640,8 @@
    12 @@ -1699,8 +1699,8 @@
    13  		if test "$with_AFS" = "yes"; then
    13  		if test "$with_AFS" = "yes"; then
    14  		    AFS_LIBS="-lc -lucb"
    14  		    AFS_LIBS="-lc -lucb"
    15  		fi
    15  		fi
    16 -		: ${mansectsu='1m'}
    16 -		: ${mansectsu='1m'}
    17 -		: ${mansectform='4'}
    17 -		: ${mansectform='4'}
    18 +		: ${mansectsu='8'}
    18 +		: ${mansectsu='8'}
    19 +		: ${mansectform='5'}
    19 +		: ${mansectform='5'}
    20  		test -z "$with_pam" && AUTH_EXCL_DEF="PAM"
    20  		test -z "$with_pam" && AUTH_EXCL_DEF="PAM"
    21  		AC_CHECK_FUNCS(priv_set, [PSMAN=1])
    21  		AC_CHECK_FUNCS([priv_set], [PSMAN=1])
    22  		;;
    22  		;;