[Fai-commit] r4101 - trunk/bin
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Thu Oct 19 12:41:57 UTC 2006
Author: lange
Date: 2006-10-19 12:41:57 +0000 (Thu, 19 Oct 2006)
New Revision: 4101
Modified:
trunk/bin/fai-start-stop-daemon
Log:
add carriage return
Modified: trunk/bin/fai-start-stop-daemon
===================================================================
--- trunk/bin/fai-start-stop-daemon 2006-10-18 14:27:27 UTC (rev 4100)
+++ trunk/bin/fai-start-stop-daemon 2006-10-19 12:41:57 UTC (rev 4101)
@@ -40,7 +40,8 @@
case $prog in
*udevd) /sbin/start-stop-daemon.distrib --start --quiet --exec /sbin/udevd -- --daemon
;;
- *) echo "Warning: Dummy start-stop-daemon called $prog. Doing nothing."
+ *) echo ""
+ echo "Warning: Dummy start-stop-daemon called $prog. Doing nothing."
;;
esac
More information about the Fai-commit
mailing list