rpms/inadyn/EL-4 inadyn.init,1.2,1.3 inadyn.spec,1.5,1.6

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Thu Apr 10 16:32:28 UTC 2008


Author: s4504kr

Update of /cvs/extras/rpms/inadyn/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7863

Modified Files:
	inadyn.init inadyn.spec 
Log Message:
Fix some LSB-compilant issues


Index: inadyn.init
===================================================================
RCS file: /cvs/extras/rpms/inadyn/EL-4/inadyn.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- inadyn.init	9 Apr 2008 13:53:09 -0000	1.2
+++ inadyn.init	10 Apr 2008 16:31:38 -0000	1.3
@@ -11,10 +11,10 @@
 
 ### BEGIN INIT INFO
 # Provides: inadyn
-# Required-Start. $networks
+# Required-Start: $networks
 # Required-Stop:
 # Default-Stop: 0 6
-# Start-Description: Sending the IP-Address to a DynDNS
+# Short-Description: Sending the IP-Address to a DynDNS
 # Description: Sending the IP-Address to a DynDNS
 ### END INIT INFO
 
@@ -72,6 +72,10 @@
   restart)
     restart
     ;;
+
+  reload)
+    restart
+    ;;
   condrestart)
     [ -e /var/lock/subsys/$prog ] && restart || :
     ;;


Index: inadyn.spec
===================================================================
RCS file: /cvs/extras/rpms/inadyn/EL-4/inadyn.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- inadyn.spec	9 Apr 2008 13:53:09 -0000	1.5
+++ inadyn.spec	10 Apr 2008 16:31:38 -0000	1.6
@@ -1,7 +1,7 @@
 Name:           inadyn
 
 Version:        1.96.2
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 
 Summary:        Dynamic DNS Client
 
@@ -79,9 +79,12 @@
 %{_sbindir}/inadyn
 %{_mandir}/man*/*
 %attr(0755,root,root) %{_initrddir}/inadyn
-%config %{_sysconfdir}/inadyn.conf
+%config(noreplace) %{_sysconfdir}/inadyn.conf
 
 %changelog
+* Thu Apr 10 2008 Jochen Schmitt <Jochen herr-schmitt de> 1.96.2-4
+- Fix some LSB-compilant issues
+
 * Sun Feb 10 2008 Jochen Schmitt <Jochen herr-schmitt de> 1.96.2-3
 - Rebuild for gcc-4.3
 




More information about the scm-commits mailing list