[Voyage-linux] small voyage-sync patch
Robert Vollmert
(spam-protected)
Sat Jul 11 02:58:22 HKT 2009
Hello,
below a tiny patch to /etc/init.d/voyage-sync. The substitutions like $
{P:1} are bashisms, hence the modified #!-line.
Cheers
Robert
--- voyage-sync 2009-07-10 21:12:19.000000000 +0200
+++ /etc/init.d/voyage-sync 2009-07-10 20:28:59.000000000 +0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
### BEGIN INIT INFO
# Provides: voyage-sync
# Required-Start:
@@ -125,6 +125,7 @@
echo "Done."
;;
*)
+ echo "Usage: /etc/init.d/voyage-sync {start|stop|sync}" >&2
;;
esac
More information about the Voyage-linux
mailing list