Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2004 13:58:25 GMT
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 58378 for review
Message-ID:  <200407281358.i6SDwPFH096967@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=58378

Change 58378 by des@des.at.des.thinksec.com on 2004/07/28 13:57:54

	Don't build su(1) and pam_unix(8) by default; they're just examples.

Affected files ...

.. //depot/projects/openpam/configure.in#4 edit

Differences ...

==== //depot/projects/openpam/configure.in#4 (text+ko) ====

@@ -1,4 +1,4 @@
-dnl $P4: //depot/projects/openpam/configure.in#3 $
+dnl $P4: //depot/projects/openpam/configure.in#4 $
 
 AC_PREREQ(2.53)
 AC_INIT([OpenPAM],[YYYYMMDD],[des@freebsd.org])
@@ -50,7 +50,7 @@
 	AC_HELP_STRING([--with-pam-su],
 		[compile example version of /bin/su]),
 	,
-	[with_pam_su=yes])
+	[with_pam_su=no])
 AC_MSG_RESULT($with_pam_su)
 
 AC_MSG_CHECKING([whether to build example version of pam_unix.so])
@@ -58,7 +58,7 @@
 	AC_HELP_STRING([--with-pam-unix],
 		[compile example version of pam_unix.so]),
 	,
-	[with_pam_unix=yes])
+	[with_pam_unix=no])
 AC_MSG_RESULT($with_pam_unix)
 
 AM_CONDITIONAL(WITH_PAM_SU, test "x$with_pam_su" = "xyes")



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407281358.i6SDwPFH096967>