Package: gozerbot
Version: 0.9.1.3-4
Severity: minor
RUNUSER is badly tested in case of re-definition via /etc/default/gozerbot.
Patch is included.
-- System Information:
Debian Release: 6.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
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 gozerbot depends on: ii adduser 3.112+nmu2 add and
remove users and groups ii python-central 0.6.16+nmu1 register and build
utility for Pyt ii python-dns 2.3.4-4 DNS client module for Python ii
python-feedparser 4.1-14 Universal Feed Parser for Python ii
python-pkg-resources 0.6.14-4 Package Discovery and Resource Acc ii
python-simplejson 2.1.1-1 simple, fast, extensible JSON enco ii
python-sqlalchemy 0.6.3-3 SQL toolkit and Object Relational ii
python-support 1.0.10 automated rebuilding support for P ii python-tz
2010b-1 Python version of the Olson timezo ii python2.5 2.5.5-11 An
interactive high-level object-o
Versions of packages gozerbot recommends:
ii gozerbot-plugins 0.9.1.2-4 Plugins for the gozerbot IRC and J
Versions of packages gozerbot suggests:
ii gnupg 1.4.10-4 GNU privacy guard - a free PGP rep
-- Configuration Files:
/etc/default/gozerbot changed:
RUN=yes
RUNUSER=nagios
-- no debconf information
--- /etc/init.d/gozerbot 2011-02-08 15:07:30.000000000 +0100
+++ /tmp/gozerbot 2011-02-08 15:07:19.000000000 +0100
@@ -28,7 +28,7 @@
exit 0
fi
-if [ -z "$RUNUSER" ] ; then
+if [ -n "$RUNUSER" ] ; then
RUNUSER=gozerbot
fi