Package: gup
Severity: normal
I think a typo made it into gupdate. Diff'ing woody and sarge version ...
@@ -66,7 +75,7 @@
host=$h
if [ -s $h/aliases ]; then
read aliases junk < $h/aliases
- host="$host\/$aliases"
+ host="$host/$aliases"
fi
sed -e "s/HOST/$host/g" $h/header
# body
For example, assume host='peer' and peer/aliases contains "exclude",
host is assigned "peer/exclude" and the subsequent sed command is
expanded to
| sed -e "s/HOST/peer/exclude/g" (...)
which fails for a syntax error and probably breaks the entire newsfeeds
file.
Please revert to the old version.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages gup depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii postfix [mail-transport-age 2.1.5-4 A high-performance mail transport
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]