[Python-apps-commits] r12789 - in packages/diamond/trunk/debian (diamond.init)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Feb 16 11:38:55 UTC 2016
Date: Tuesday, February 16, 2016 @ 11:38:54
Author: morph
Revision: 12789
dont exit with error if conf file is not found, useful at install
Modified:
packages/diamond/trunk/debian/diamond.init
Modified: packages/diamond/trunk/debian/diamond.init
===================================================================
--- packages/diamond/trunk/debian/diamond.init 2016-02-16 11:31:37 UTC (rev 12788)
+++ packages/diamond/trunk/debian/diamond.init 2016-02-16 11:38:54 UTC (rev 12789)
@@ -31,7 +31,7 @@
# Checking for a config file in place
if [ ! -e $CONF ]; then
echo "/etc/diamond/diamond.conf not found. Please see /etc/diamond/diamond.conf.example"
- exit 2
+ exit 0
fi
# Load the VERBOSE setting and other rcS variables
More information about the Python-apps-commits
mailing list