SPECS: postfix.spec - added missing lmtp, nqmgr hardlinks - avoid s...

qboosh qboosh at pld-linux.org
Fri Sep 7 23:21:53 CEST 2007


Author: qboosh                       Date: Fri Sep  7 21:21:53 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added missing lmtp,nqmgr hardlinks
- avoid subshells

---- Files affected:
SPECS:
   postfix.spec (1.285 -> 1.286) 

---- Diffs:

================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.285 SPECS/postfix.spec:1.286
--- SPECS/postfix.spec:1.285	Fri Sep  7 17:05:34 2007
+++ SPECS/postfix.spec	Fri Sep  7 23:21:48 2007
@@ -270,6 +270,8 @@
 
 install bin/* $RPM_BUILD_ROOT%{_sbindir}
 install libexec/* $RPM_BUILD_ROOT%{_libdir}/postfix
+ln $RPM_BUILD_ROOT%{_libdir}/postfix/smtp $RPM_BUILD_ROOT%{_libdir}/postfix/lmtp
+ln $RPM_BUILD_ROOT%{_libdir}/postfix/qmgr $RPM_BUILD_ROOT%{_libdir}/postfix/nqmgr
 install conf/* $RPM_BUILD_ROOT%{_sysconfdir}/mail
 sed -e's,^daemon_directory = .*,daemon_directory = %{_libdir}/postfix,' \
 	conf/main.cf > $RPM_BUILD_ROOT%{_sysconfdir}/mail/main.cf
@@ -281,7 +283,7 @@
 install lib/dict*.so $RPM_BUILD_ROOT%{_libdir}/postfix
 install include/*.h $RPM_BUILD_ROOT%{_includedir}/postfix
 
-(cd man; tar cf - .) | (cd $RPM_BUILD_ROOT%{_mandir}; tar xf -)
+tar cf - -C man . | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/mail/aliases
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/postfix
@@ -445,6 +447,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.286  2007/09/07 21:21:48  qboosh
+- added missing lmtp,nqmgr hardlinks
+- avoid subshells
+
 Revision 1.285  2007/09/07 15:05:34  qboosh
 - merged vda update to 2.3.3 (from AC-branch, by shadzik)
 - release 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postfix.spec?r1=1.285&r2=1.286&f=u



More information about the pld-cvs-commit mailing list