Package: zephyr-clients
Version: 2.1.20010518.SNAPSHOT-17.1
Tags: patch
Severity: minor
The postinst scripts for zephyr-clients runs
test ! -f /dev/default/zephyr-clients
where clearly it should be /etc/default/zephyr-clients.
-Tim Abbott
diff -ur zephyr-2.1.20010518.SNAPSHOT.orig/debian/zephyr-clients.postinst zephyr-2.1.20010518.SNAPSHOT/debian/zephyr-clients.postinst
--- zephyr-2.1.20010518.SNAPSHOT.orig/debian/zephyr-clients.postinst 2007-07-18 01:29:35.000000000 -0400
+++ zephyr-2.1.20010518.SNAPSHOT/debian/zephyr-clients.postinst 2007-07-18 01:30:57.000000000 -0400
@@ -32,7 +32,7 @@
if test -f /etc/zephyr/zephyr.conf
then
- if test ! -f /dev/default/zephyr-clients
+ if test ! -f /etc/default/zephyr-clients
then
mv /etc/zephyr/zephyr.conf /etc/default/zephyr-clients
fi