Package: dhis-tools-dns Version: 5.0-6.1 Severity: important Dear Maintainer,
/usr/sbin/dhis-register-p, a command line utility to add a host entry to the dhisd's database failes as following: $ /usr/sbin/dhis-register-p test.example.com Test [email protected] /usr/sbin/dhis-register-p: line 23: =/tmp/pass.OPgF5l: No such file or directory cat: =/tmp/pass.OPgF5l: No such file or directory update failed: REFUSED Following patch may fix this issue: 17c17 < temp_pass==`mktemp -p $TEMP pass.XXXXXX` || { echo "$0: Cannot create temporary file" >&2; exit 1; } --- > temp_pass=`mktemp -p $TEMP pass.XXXXXX` || { echo "$0: Cannot create > temporary file" >&2; exit 1; } -- System Information: Debian Release: 7.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.8.4-x86_64-linode31 (SMP w/8 CPU cores) Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages dhis-tools-dns depends on: ii bind9 1:9.8.4.dfsg.P1-6+nmu2 ii dhis-dns-engine 5.3-1 ii dhis-server 5.3-2.1 ii dhis-tools-genkeys 5.0-6.1 ii libc6 2.13-38 dhis-tools-dns recommends no packages. dhis-tools-dns suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

