SPECS: qmail.spec - updated initscript to use functions - adapteri...

glen glen at pld-linux.org
Fri Dec 22 02:36:15 CET 2006


Author: glen                         Date: Fri Dec 22 01:36:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated initscript to use functions
- adapterized; rel 61

---- Files affected:
SPECS:
   qmail.spec (1.163 -> 1.164) 

---- Diffs:

================================================================
Index: SPECS/qmail.spec
diff -u SPECS/qmail.spec:1.163 SPECS/qmail.spec:1.164
--- SPECS/qmail.spec:1.163	Fri Dec 22 02:23:25 2006
+++ SPECS/qmail.spec	Fri Dec 22 02:36:10 2006
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 # TODO
+# - CC in checkpass
 # - ipv6 patches do not apply (i don't need)
 # - relayclient-external does not apply
 # - maildir++ quota patch
@@ -33,7 +34,7 @@
 Summary(pl):	qmail - serwer pocztowy (MTA)
 Name:		qmail
 Version:	1.03
-Release:	60
+Release:	61
 License:	DJB (http://cr.yp.to/qmail/dist.html)
 Group:		Networking/Daemons
 Source0:	http://cr.yp.to/software/%{name}-%{version}.tar.gz
@@ -46,8 +47,8 @@
 # Source4-md5:	6818629dc74737f3ca33ca97ab4ffcc4
 Source5:	http://www.netmeridian.com/e-huss/queue-fix-1.4.tar.gz
 # Source5-md5:	43f915c104024e6f33a5b3ff52dfb75b
-Source6:	http://glen.alkohol.ee/pld/qmail/%{name}-conf-20061031.tar.bz2
-# Source6-md5:	3d48be8347fc3b4dec030171742eea70
+Source6:	http://glen.alkohol.ee/pld/qmail/%{name}-conf-20061222.tar.bz2
+# Source6-md5:	b844f22a9134ee16ee7a9f81c223ac80
 Source7:	http://iidea.pl/~paweln/tlum/%{name}-doki.tar.bz2
 # Source7-md5:	2d85f0f9f8408cf6caab9f9bc8f68657
 Source8:	%{name}-linux.sh
@@ -889,11 +890,11 @@
 # QHPSI License requires all files to be distributed.
 %doc qhpsi
 
-%attr(755,root,root) %dir /etc/mail
-%attr(755,root,root) %dir %{_sysconfdir}
+%dir /etc/mail
+%dir %{_sysconfdir}
 %attr(2755,alias,nofiles) %dir %{_sysconfdir}/alias
 %attr(755,root,qmail) %dir %{_sysconfdir}/control
-%attr(755,root,root) %dir %{_sysconfdir}/users
+%dir %{_sysconfdir}/users
 %attr(755,root,qmail) %dir %{_libdir}/qmail
 %attr(755,root,qmail) %dir %{varqmail}
 %attr(750,qmailq,qmail) %dir %{varqmail}/queue
@@ -1012,7 +1013,7 @@
 
 %attr(755,qmaill,root) %dir /var/log/qmail
 %attr(750,root,root) %dir /var/log/archiv/qmail
-%attr(755,root,root) %dir %{supervise}
+%dir %{supervise}
 
 %attr(1755,root,root) %dir %{supervise}/smtpd
 %attr(755,root,root) %{supervise}/smtpd/run
@@ -1098,11 +1099,11 @@
 %doc {BLURB*,README,SECURITY,THANKS,THOUGHTS,TODO,VERSION}
 %doc qmail-client.html
 
-%attr(755,root,root) %dir /etc/mail
-%attr(755,root,root) %dir %{_sysconfdir}
-%attr(755,root,root) %dir %{_sysconfdir}/control
-%attr(755,root,root) %dir %{_libdir}/qmail
-%attr(755,root,root) %dir %{varqmail}
+%dir /etc/mail
+%dir %{_sysconfdir}
+%dir %{_sysconfdir}/control
+%dir %{_libdir}/qmail
+%dir %{varqmail}
 %attr(755,root,root) %{varqmail}/bin
 %attr(755,root,root) %{varqmail}/control
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/control/defaultdomain
@@ -1191,6 +1192,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.164  2006/12/22 01:36:10  glen
+- updated initscript to use functions
+- adapterized; rel 61
+
 Revision 1.163  2006/12/22 01:23:25  glen
 - add qmail-hold.patch to SOURCES
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qmail.spec?r1=1.163&r2=1.164&f=u



More information about the pld-cvs-commit mailing list