]> code.citadel.org Git - citadel.git/commitdiff
* call db_stop here too.
authorWilfried Göesgens <willi@citadel.org>
Tue, 26 Dec 2006 09:56:50 +0000 (09:56 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 26 Dec 2006 09:56:50 +0000 (09:56 +0000)
webcit/debian/citadel-webcit.postinst

index 3ab67b1aa388d31e761d809e48de6791220b3af5..8d104c549e73bd9823b4e76b0ea7c93d1bba60d2 100644 (file)
@@ -126,7 +126,9 @@ export WEBCIT_CITADEL_PORT=504
 export WEBCIT_LISTEN_IP=0.0.0.0
 " >>/etc/default/webcit
 
-       update-rc.d webcit defaults >/dev/null
+       db_stop
+       
+       #DEBHELPER#
 
     #### There are three sub-cases:
     ###if test "${2+set}" != set; then