SPECS: proftpd.spec - fixed triggers (how they were supposed to wo...

hawk hawk at pld-linux.org
Mon Aug 8 13:35:44 CEST 2005


Author: hawk                         Date: Mon Aug  8 11:35:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed triggers (how they were supposed to work if they weren't included
  in subpackages at all?)
- fixed typos in triggers

---- Files affected:
SPECS:
   proftpd.spec (1.204 -> 1.205) 

---- Diffs:

================================================================
Index: SPECS/proftpd.spec
diff -u SPECS/proftpd.spec:1.204 SPECS/proftpd.spec:1.205
--- SPECS/proftpd.spec:1.204	Thu Aug  4 16:00:59 2005
+++ SPECS/proftpd.spec	Mon Aug  8 13:35:39 2005
@@ -317,8 +317,8 @@
 	/sbin/chkconfig --del proftpd
 fi
 
-%triggerpostun -- %{name}-inetd <= 1.2.10-1
-echo "Changing deprecated config uptions"
+%triggerpostun inetd -- %{name}-inetd <= 1.2.10-1
+echo "Changing deprecated config options"
 cp /etc/ftpd/proftpd.conf /etc/ftpd/proftpd.conf.backup
 sed -i -e 's/AuthPAMAuthoritative\b/AuthPAM/' /etc/ftpd/proftpd.conf
 sed -i -e 's/TCPDServiceName/TCPServiceName/' /etc/ftpd/proftpd.conf
@@ -326,8 +326,8 @@
 mv -f /etc/ftpd/proftpd.conf.tmp /etc/ftpd/proftpd.conf
 chmod 640 /etc/ftpd/proftpd.conf
 
-%triggerpostun -- %{name}-standalone <= 1.2.10-1
-echo "Changing deprecated config uptions"
+%triggerpostun standalone -- %{name}-standalone <= 1.2.10-1
+echo "Changing deprecated config options"
 cp /etc/ftpd/proftpd.conf /etc/ftpd/proftpd.conf.backup
 sed -i -e 's/AuthPAMAuthoritative\b/AuthPAM/' /etc/ftpd/proftpd.conf
 sed -i -e 's/TCPDServiceName/TCPServiceName/' /etc/ftpd/proftpd.conf
@@ -386,6 +386,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.205  2005/08/08 11:35:39  hawk
+- fixed triggers (how they were supposed to work if they weren't included
+  in subpackages at all?)
+- fixed typos in triggers
+
 Revision 1.204  2005/08/04 14:00:59  adamg
 - fixes for CAN-2005-2390 (format string vulnerabilities)
 - release 6
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/proftpd.spec?r1=1.204&r2=1.205&f=u




More information about the pld-cvs-commit mailing list