Package: uqwk
Severity: normal
Tags: patch
Hi, I believe the postinst needs to do "mkdir -p /etc/news"
before writing to /etc/news/server.
--- debian/uqwk.postinst.orig 2005-07-25 20:14:32.000000000 -0700
+++ debian/uqwk.postinst 2005-07-25 20:14:39.000000000 -0700
@@ -27,6 +27,7 @@
# always have a sane and current value in them.
db_get shared/news/server
+ mkdir -p /etc/news
echo "$RET" > /etc/news/server
fi
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable'), (60, 'unstable'), (40,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-quack+roar.cs.berkeley.edu
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]