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 openpkg-web Date: 26-Jul-2003 22:38:37 Branch: HEAD Handle: 2003072621383501 Modified files: openpkg-src/qpopper qpopper.spec openpkg-web news.txt Log: be more flexible: once hard-coded under build-time, QPopper no longer allows a reconfiguration for a classical global mail spool directory. So change instead the default config to reflect the old and new behaviour of using ~/.mail/inbox, but this way allow the admin to reconfigure QPopper for the classical /var/mail approach, too. Summary: Revision Changes Path 1.62 +2 -2 openpkg-src/qpopper/qpopper.spec 1.5838 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/qpopper/qpopper.spec ============================================================================ $ cvs diff -u -r1.61 -r1.62 qpopper.spec --- openpkg-src/qpopper/qpopper.spec 23 Jul 2003 14:26:27 -0000 1.61 +++ openpkg-src/qpopper/qpopper.spec 26 Jul 2003 20:38:36 -0000 1.62 @@ -33,7 +33,7 @@ Group: Mail License: GPL Version: 4.0.5 -Release: 20030723 +Release: 20030726 # package options %option with_fsl yes @@ -93,7 +93,6 @@ %if "%{with_pam}" == "yes" --with-pam=qpopper \ %endif - --enable-home-dir-mail=.mail/inbox \ %if "%{with_fsl}" == "yes" --with-log-facility=LOG_USER \ %else @@ -119,6 +118,7 @@ # install qpopper %{l_shtool} install -c -m 644 \ + -e 's;^# \(set home-dir-mail[^=]*=\).*;\1 ".mail/inbox";' \ samples/qpopper.config $RPM_BUILD_ROOT%{l_prefix}/etc/qpopper/ %{l_shtool} install -c -s -m 755 \ popper/popper $RPM_BUILD_ROOT%{l_prefix}/sbin/qpopper @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.5837 -r1.5838 news.txt --- openpkg-web/news.txt 26 Jul 2003 20:15:54 -0000 1.5837 +++ openpkg-web/news.txt 26 Jul 2003 20:38:35 -0000 1.5838 @@ -1,3 +1,4 @@ +26-Jul-2003: Upgraded package: P<qpopper-4.0.5-20030726> 26-Jul-2003: Upgraded package: P<pnetlib-0.5.10-20030726> 26-Jul-2003: Upgraded package: P<perl-www-20030726-20030726> 26-Jul-2003: Upgraded package: P<pnet-0.5.10-20030726> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]