OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Dec-2007 08:29:01
Branch: HEAD Handle: 2007122107290100
Modified files:
openpkg-src/sudo sudo.spec
Log:
when no PAM is wished, explicitly disable it, too
Summary:
Revision Changes Path
1.108 +3 -1 openpkg-src/sudo/sudo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sudo/sudo.spec
============================================================================
$ cvs diff -u -r1.107 -r1.108 sudo.spec
--- openpkg-src/sudo/sudo.spec 20 Dec 2007 08:42:40 -0000 1.107
+++ openpkg-src/sudo/sudo.spec 21 Dec 2007 07:29:01 -0000 1.108
@@ -33,7 +33,7 @@
Group: ShellUtils
License: BSD
Version: 1.6.9p10
-Release: 20071220
+Release: 20071221
# package options
%option with_fsl yes
@@ -138,6 +138,8 @@
--with-ignore-dot \
%if "%{with_pam}" == "yes"
--with-pam \
+%else
+ --without-pam \
%endif
%if "%{with_skey}" == "yes" || "%{with_opie}" == "yes"
--with-long-otp-prompt \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]