* modified build script to find out the version the way we do it now.
[citadel.git] / citadel / debian / citadel-server.prerm
index b010fa3bc013522ae40bba88860d6a29ef6923e1..8940f4305a9c03f1770e0e5ebd12d74cd742e5d9 100644 (file)
@@ -1,6 +1,4 @@
 #!/bin/sh
 
 # stop the citadel service...
-export CREATE_INITTAB_ENTRY=no
-/usr/lib/citadel-server/setup -q
-killall -HUP init
+/etc/init.d/citadel stop
\ No newline at end of file