Package: pioneers-console Version: 0.12.2-5 Severity: normal File: pioneers Tags: patch
The settings in /etc/default/pioneers-console are not used, because the logic in /etc/init.d/pioneers-console is reversed. See the attached patch. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages pioneers-console depends on: ii debconf [debconf-2.0] 1.5.27 Debian configuration management sy ii libc6 2.9-25 GNU C Library: Shared libraries ii libglib2.0-0 2.20.4-1 The GLib library of C routines ii pioneers-console-data 0.12.2-5 the Settlers of Catan board game - pioneers-console recommends no packages. Versions of packages pioneers-console suggests: pn pioneers <none> (no description available) -- debconf information excluded
Index: pioneers-console.init =================================================================== --- pioneers-console.init (revision 1462) +++ pioneers-console.init (working copy) @@ -38,8 +38,8 @@ . $CONFIG_FILE fi -test -z "$PORT_RANGE" || PORT_RANGE="--port-range $PORT_RANGE" -test -z "$META_SERVER_NAME" || META_SERVER_NAME="`dnsdomainname --fqdn`" +test "$PORT_RANGE" || PORT_RANGE="--port-range $PORT_RANGE" +test "$META_SERVER_NAME" || META_SERVER_NAME="`dnsdomainname --fqdn`" export PIONEERS_META_SERVER NAME="Pioneers meta-server"
signature.asc
Description: This is a digitally signed message part