Your message dated Mon, 10 Mar 2008 21:02:12 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#387893: fixed in ddns3-client 1.8-6.1
has caused the Debian Bug report #387893,
regarding ddns3-client: Init script fails to work with dash
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
387893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387893
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ddns3-client
Severity: important
Tags: patch
The init script included with this package fails to work with dash,
due to using 'source', which is a bashism. '.' is POSIX, and works
with any shell. Attached is a patch to fix this
I'd also suggest using $() instead of ``, but that's just aesthetics speaking.
-- System Information:
Debian Release: testing/unstable
APT prefers dapper-updates
APT policy: (500, 'dapper-updates'), (500, 'dapper-security'), (500, 'dapper')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-26-amd64-generic
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
diff -u ddns3-client-1.8/debian/init.d ddns3-client-1.8/debian/init.d
--- ddns3-client-1.8/debian/init.d
+++ ddns3-client-1.8/debian/init.d
@@ -12,7 +12,7 @@
set -e
-if test -r $FILE; then source $FILE; fi;
+if test -r $FILE; then . $FILE; fi
if [ $USER. == . ] || [ $PASS. == . ] || [ $HANDLE. == . ]; then
echo $NAME: Please edit $FILE to activate $DESC!
exit 0
--- End Message ---
--- Begin Message ---
Source: ddns3-client
Source-Version: 1.8-6.1
We believe that the bug you reported is fixed in the latest version of
ddns3-client, which is due to be installed in the Debian FTP archive:
ddns3-client_1.8-6.1.diff.gz
to pool/main/d/ddns3-client/ddns3-client_1.8-6.1.diff.gz
ddns3-client_1.8-6.1.dsc
to pool/main/d/ddns3-client/ddns3-client_1.8-6.1.dsc
ddns3-client_1.8-6.1_i386.deb
to pool/main/d/ddns3-client/ddns3-client_1.8-6.1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Margarita Manterola <[EMAIL PROTECTED]> (supplier of updated ddns3-client
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 08 Mar 2008 19:48:36 +0000
Source: ddns3-client
Binary: ddns3-client
Architecture: source i386
Version: 1.8-6.1
Distribution: unstable
Urgency: low
Maintainer: Ian Maclaine-cross <[EMAIL PROTECTED]>
Changed-By: Margarita Manterola <[EMAIL PROTECTED]>
Description:
ddns3-client - Issues dynamic DNS v3 requests
Closes: 387893 469141
Changes:
ddns3-client (1.8-6.1) unstable; urgency=low
.
* Non-maintainer upload to fix bashism and LSB headers.
* Applied patch provided by Steve Kowalik to fix bashism in init script,
with some extra fixes of my own (Closes: #387893).
* Applied patch provided by Kel Modderman to include LSB headers in
the init script (Closes: #469141).
* Patched GNUMakefile to allow unsetting the strip option.
* Modified debian/rules to set the strip option accordingly
Files:
5236263ec7154bb9b69dfc90a06c99c7 580 net optional ddns3-client_1.8-6.1.dsc
da690dcbeb0f993683770c9101df6da3 6344 net optional ddns3-client_1.8-6.1.diff.gz
02ded78b8b5498135fc2024f9b76e627 17104 net optional
ddns3-client_1.8-6.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH0u9DlAuUx1tI/64RAuEHAJ4nEildFsoW0+6hrQWj6bZulvCSDwCfSYGX
saK9G/5kuI3DmttzE3kC40k=
=/MCO
-----END PGP SIGNATURE-----
--- End Message ---