]> asedeno.scripts.mit.edu Git - 1ts-debian.git/commitdiff
finalize version
authorkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sun, 15 Apr 2001 05:56:00 +0000 (05:56 +0000)
committerkcr <kcr@cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f>
Sun, 15 Apr 2001 05:56:00 +0000 (05:56 +0000)
stop zhm if it's running before install

git-svn-id: svn://svn.1ts.org/debian/trunk/zephyr@45 cbed1d16-5ef5-0310-b6a1-d4a37b08ba1f

debian/changelog
debian/zephyr-clients.preinst [new file with mode: 0755]

index b89ad2e07c8857508542bf28eaed1c4be7f422a1..44215a2d6e07e0f22c0b41f88807884e4c49fdbe 100644 (file)
@@ -1,8 +1,9 @@
 zephyr (2.1.20000421.SNAPSHOT-10) unstable; urgency=low
 
-  * libzephyr3 should not depend on krb5, closes: #93187
+  * [hartmans] libzephyr3 should not depend on krb5, closes: #93187
+  * maybe run "/etc/init.d/zhm stop" in the preinst script, closes: #93349
 
- --
+ -- Karl Ramm <kcr@1TS.ORG>  Sat, 14 Apr 2001 21:37:09 -0400
 
 zephyr (2.1.20000421.SNAPSHOT-9) unstable; urgency=low
 
diff --git a/debian/zephyr-clients.preinst b/debian/zephyr-clients.preinst
new file mode 100755 (executable)
index 0000000..a65daec
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if test -x /etc/init.d/zhm
+then
+       /etc/init.d/zhm stop
+fi