[Box Backup] PATCH: Fix use of reload with start scripts

Martin Ebourne boxbackup at fluffy.co.uk
Wed Sep 22 21:14:33 BST 2004


--=-WNQRhE44uTwT0Mmrbiny
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Fixes use of 'reload' with RPM start scripts.

Cheers,

Martin.

--=-WNQRhE44uTwT0Mmrbiny
Content-Disposition: attachment; filename=start-script.patch
Content-Type: text/x-patch; name=start-script.patch; charset=UTF-8
Content-Transfer-Encoding: 7bit

diff -ur boxbackup-0.07PLUS4.orig/contrib/rpm/bbackupd boxbackup-0.07PLUS4/contrib/rpm/bbackupd
--- boxbackup-0.07PLUS4.orig/contrib/rpm/bbackupd	2004-09-17 11:53:42.000000000 +0100
+++ boxbackup-0.07PLUS4/contrib/rpm/bbackupd	2004-09-22 21:08:28.554763133 +0100
@@ -105,6 +105,9 @@
   restart)
   	restart
 	;;
+  reload)
+        reload
+        ;;
   status)
   	rhstatus
 	;;
diff -ur boxbackup-0.07PLUS4.orig/contrib/rpm/bbstored boxbackup-0.07PLUS4/contrib/rpm/bbstored
--- boxbackup-0.07PLUS4.orig/contrib/rpm/bbstored	2004-09-17 11:53:42.000000000 +0100
+++ boxbackup-0.07PLUS4/contrib/rpm/bbstored	2004-09-22 21:08:42.185786549 +0100
@@ -105,6 +105,9 @@
   restart)
   	restart
 	;;
+  reload)
+        reload
+        ;;
   status)
   	rhstatus
 	;;

--=-WNQRhE44uTwT0Mmrbiny--





More information about the Boxbackup mailing list