Changeset: 623d812fd343 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=623d812fd343
Modified Files:
        sql/debian/monetdb5-sql.init.d
Branch: Jun2010
Log Message:

Don't exit with an error if a legitimate configuration is used.


diffs (12 lines):

diff -r a0165c7540b0 -r 623d812fd343 sql/debian/monetdb5-sql.init.d
--- a/sql/debian/monetdb5-sql.init.d    Wed Jun 23 13:35:11 2010 +0200
+++ b/sql/debian/monetdb5-sql.init.d    Wed Jun 23 14:10:01 2010 +0200
@@ -61,7 +61,7 @@
   start)
         if [ "$STARTUP" != "yes" ]; then
             echo "can't start, should be enabled first by change STARTUP to 
yes in /etc/default/monetdb5-sql"
-            exit 1
+            exit 0
         fi
 
         if running; then
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to