OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Nov-2002 14:30:48
Branch: OPENPKG_1_1_SOLID Handle: 2002112513304700
Modified files: (Branch: OPENPKG_1_1_SOLID)
openpkg-src/qpopper qpopper.spec
Log:
MFC: %config tagging, pamtool options
Summary:
Revision Changes Path
1.26.2.2 +5 -4 openpkg-src/qpopper/qpopper.spec
____________________________________________________________________________
Index: openpkg-src/qpopper/qpopper.spec
============================================================
$ cvs diff -u -r1.26.2.1 -r1.26.2.2 qpopper.spec
--- openpkg-src/qpopper/qpopper.spec 26 Aug 2002 19:54:53 -0000 1.26.2.1
+++ openpkg-src/qpopper/qpopper.spec 25 Nov 2002 13:30:47 -0000 1.26.2.2
@@ -38,7 +38,7 @@
Group: Mail
License: GPL
Version: 4.0.4
-Release: 1.1.0
+Release: 1.1.1
# list of sources
Source0:
ftp://ftp.qualcomm.com/eudora/servers/unix/popper/qpopper%{version}.tar.gz
@@ -143,7 +143,8 @@
-e 's;@l_mgrp@;%{l_mgrp};g' \
%{SOURCE rc.qpopper} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
+ '%config %{l_prefix}/etc/qpopper/qpopper.config'
%files -f files
@@ -154,7 +155,7 @@
%if "%{with_pam}" == "yes"
# add PAM configuration entry
if [ $1 -eq 1 ]; then
- $RPM_INSTALL_PREFIX/sbin/pamtool -a -s -n "qpopper"
+ $RPM_INSTALL_PREFIX/sbin/pamtool --add --smart --name=qpopper
fi
%endif
@@ -162,7 +163,7 @@
%if "%{with_pam}" == "yes"
# remove PAM configuration entry
if [ $1 -eq 0 ]; then
- $RPM_INSTALL_PREFIX/sbin/pamtool -r -s -n "qpopper"
+ $RPM_INSTALL_PREFIX/sbin/pamtool --remove --smart --name=qpopper
fi
%endif
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]