* shut down citadel regulary befor HUP'ing inetd.
authorWilfried Göesgens <willi@citadel.org>
Mon, 6 Mar 2006 13:15:23 +0000 (13:15 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 6 Mar 2006 13:15:23 +0000 (13:15 +0000)
citadel/debian/citadel-server.postinst

index 43227410122f72af1c913ef5a3c4d8f5f6e13206..8c9b1de97b4821d4463dd1c18efb3f948b84e7bc 100644 (file)
@@ -182,6 +182,7 @@ case "$1" in
 #no
 #" | \
        /usr/lib/citadel-server/setup -q
+       /usr/sbin/sendcommand "DOWN"
        killall -HUP init
     #### There are three sub-cases:
     ###if test "${2+set}" != set; then