Code

Move DEBUG information from init script to default file
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 24 Nov 2008 15:01:17 +0000 (15:01 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 24 Nov 2008 15:01:17 +0000 (15:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13018 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/debian/gosa-si-common.default
gosa-si/debian/gosa-si-common.init

index cc697bd461d7d1055cdeb966c6ca2868bcf30e8f..fede17e5fafb8a458939f9326a773684ecfed6a6 100644 (file)
@@ -1,2 +1,3 @@
 # /etc/default/gosa-si - configure the init script
 START_CLIENT=1
+DEBUG=-vvv
index e9dfd2e9549bd96bc8ce8c72f80b56f33c004f8f..d155ef8029fbbce6690d31aef5b778661e9a0ee3 100755 (executable)
@@ -14,7 +14,6 @@
 ### END INIT INFO
 
 # Load defaults
-DEBUG=-vvv
 [ -r /etc/default/gosa-si ] && . /etc/default/gosa-si
 
 # Load LSB support functions