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: 23-May-2009 19:46:05 Branch: HEAD Handle: 2009052318460000 Modified files: openpkg-src/postfix postfix.spec Log: fix path Summary: Revision Changes Path 1.283 +2 -2 openpkg-src/postfix/postfix.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/postfix/postfix.spec ============================================================================ $ cvs diff -u -r1.282 -r1.283 postfix.spec --- openpkg-src/postfix/postfix.spec 20 May 2009 08:06:00 -0000 1.282 +++ openpkg-src/postfix/postfix.spec 23 May 2009 17:46:00 -0000 1.283 @@ -37,7 +37,7 @@ Group: Mail License: IPL Version: %{V_postfix} -Release: 20090520 +Release: 20090523 # package options %option with_fsl yes @@ -363,7 +363,7 @@ # remove generated configuration files ( cd $RPM_INSTALL_PREFIX/etc/postfix && %{l_make} clean >/dev/null 2>&1; true ) || true # remove generated run-time files and directories - rm -rf $RPM_INSTALL_PREFIX/etc/postfix/data/* + rm -rf $RPM_INSTALL_PREFIX/var/postfix/data/* rm -rf $RPM_INSTALL_PREFIX/var/postfix/pid/* rm -rf $RPM_INSTALL_PREFIX/var/postfix/private/* rm -rf $RPM_INSTALL_PREFIX/var/postfix/public/* @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
