[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. debian/0.2.0-git20080909-6-21-g76313a6
Luca Capello
luca at pca.it
Wed Nov 5 02:52:02 UTC 2008
The following commit has been merged in the debian branch:
commit b13c368f066b8a55369027c3aa1eaa97fbe87a4b
Author: Luca Capello <luca at pca.it>
Date: Wed Nov 5 03:17:22 2008 +0100
debian/fso-frameworkd.init: fix output if no /etc/frameworkd.conf
diff --git a/debian/fso-frameworkd.init b/debian/fso-frameworkd.init
index 620a29c..82127f3 100755
--- a/debian/fso-frameworkd.init
+++ b/debian/fso-frameworkd.init
@@ -32,9 +32,9 @@ CONFFILE=/etc/frameworkd.conf
case "$1" in
start)
if [ ! -r "$CONFFILE" ]; then
- echo "No $CONFFILE found, frameworkd cannot start. Please read"
- echo "/usr/share/doc/fso-frameworkd/README.Debian."
+ echo "No $CONFFILE found, frameworkd cannot start."
echo
+ echo "Please read /usr/share/doc/fso-frameworkd/README.Debian."
exit 0
fi
[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
--
FSO frameworkd Debian packaging
More information about the pkg-fso-commits
mailing list