rpms/inadyn/F-8 inadyn.init,1.4,1.5 inadyn.spec,1.17,1.18

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


Author: s4504kr

Update of /cvs/extras/rpms/inadyn/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7462

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


Index: inadyn.init
===================================================================
RCS file: /cvs/extras/rpms/inadyn/F-8/inadyn.init,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- inadyn.init	3 May 2005 15:43:42 -0000	1.4
+++ inadyn.init	10 Apr 2008 16:25:11 -0000	1.5
@@ -9,6 +9,15 @@
 # pidfile: /var/run/inadyn/inadyn.pid 
 # config: /etc/inadyn.conf
 
+### BEGIN INIT INFO
+# Provides: inadyn
+# Required-Start: $networks
+# Required-Stop:
+# Default-Stop: 0 6
+# Short-Description: Sending the IP-Address to a DynDNS
+# Description: Sending the IP-Address to a DynDNS
+### END INIT INFO
+
 ina_config=/etc/inadyn.conf
 ina_bin=/usr/sbin/inadyn
 ina_pid=/var/run/inadyn.pid
@@ -63,6 +72,10 @@
   restart)
     restart
     ;;
+
+  reload)
+    restart
+    ;;
   condrestart)
     [ -e /var/lock/subsys/$prog ] && restart || :
     ;;


Index: inadyn.spec
===================================================================
RCS file: /cvs/extras/rpms/inadyn/F-8/inadyn.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- inadyn.spec	2 Sep 2007 19:43:36 -0000	1.17
+++ inadyn.spec	10 Apr 2008 16:25:11 -0000	1.18
@@ -1,7 +1,7 @@
 Name:           inadyn
 
 Version:        1.96.2
-Release: 	1%{?dist}
+Release: 	4%{?dist}
 
 Summary:        Dynamic DNS Client
 
@@ -79,9 +79,19 @@
 %{_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
+
+* Wed Jan 23 2008 Jochen Schmitt <Jochen herr-schmitt de> 1.96.2-2
+- Rebuild
+- Make initscript LSB-Compilant
+
 * Sun Sep  2 2007 Jochen Schmitt <Jochen herr-schmitt de> 1.96.2-1
 - New upstream release (#270801)
 




More information about the fedora-extras-commits mailing list