rpms/monotone/F-7 monotone.init,1.12,1.13 monotone.spec,1.30,1.31

Roland McGrath (roland) fedora-extras-commits at redhat.com
Sun Oct 28 04:34:52 UTC 2007


Author: roland

Update of /cvs/pkgs/rpms/monotone/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6182

Modified Files:
	monotone.init monotone.spec 
Log Message:
Fix nits in init file


Index: monotone.init
===================================================================
RCS file: /cvs/pkgs/rpms/monotone/F-7/monotone.init,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- monotone.init	27 Oct 2007 01:41:43 -0000	1.12
+++ monotone.init	28 Oct 2007 04:34:20 -0000	1.13
@@ -8,6 +8,20 @@
 # pidfile: /var/run/monotone/monotone-server.pid
 # config: /etc/sysconfig/monotone
 # config: /etc/monotone/monotonerc
+#
+### BEGIN INIT INFO
+# Provides: monotone
+# Required-Start: $local_fs $network $named $time
+# Required-Stop: $local_fs $network
+# Short-Description: start and stop Monotone netsync protocol server
+# Description: Monotone is a free, distributed version control system.
+#  It provides fully disconnected operation, manages complete
+#  tree versions, keeps its state in a local transactional
+#  database, supports overlapping branches and extensible
+#  metadata, exchanges work over plain network protocols,
+#  performs history-sensitive merging, and delegates trust
+#  functions to client-side RSA certificates.
+### END INIT INFO
 
 # Source function library.
 . /etc/rc.d/init.d/functions
@@ -95,7 +109,7 @@
         [ $RETVAL = 0 ] && rm -f /var/lock/subsys/monotone
         echo
         ;;
-  restart)
+  restart|force-reload)
         $0 stop
         $0 start
         ;;


Index: monotone.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monotone/F-7/monotone.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- monotone.spec	27 Oct 2007 01:41:43 -0000	1.30
+++ monotone.spec	28 Oct 2007 04:34:20 -0000	1.31
@@ -1,6 +1,6 @@
 Name: monotone
 Version: 0.37
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 Summary: A free, distributed version control system
 Group: Development/Tools
@@ -171,9 +171,10 @@
 
 
 %changelog
-* Fri Oct 26 2007 Roland McGrath <roland at redhat.com> - 0.37-1
+* Sat Oct 27 2007 Roland McGrath <roland at redhat.com> - 0.37-2
 - Updated for 0.37 release.
 - Prevent destroying old passphrase file with 'service monotone genkey'.
+- Put LSB standard comments in monotone.init for monotone-server subpackage.
 
 * Tue Aug 28 2007 Roland McGrath <roland at redhat.com> - 0.36-2
 - Clean up %%pre script per packaging guidelines.




More information about the fedora-extras-commits mailing list