r24646 - in /scripts/KGB/debian: changelog init postinst

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Wed Aug 27 08:21:57 UTC 2008


Author: tincho
Date: Wed Aug 27 08:21:54 2008
New Revision: 24646

URL: http://svn.debian.org/wsvn/?sc=1&rev=24646
Log:
debian/*, server/KGB, Makefile: match the /etc directory name with the
package name.

Modified:
    scripts/KGB/debian/changelog
    scripts/KGB/debian/init
    scripts/KGB/debian/postinst

Modified: scripts/KGB/debian/changelog
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/changelog?rev=24646&op=diff
==============================================================================
--- scripts/KGB/debian/changelog (original)
+++ scripts/KGB/debian/changelog Wed Aug 27 08:21:54 2008
@@ -12,7 +12,8 @@
   * server/KGB: fixed an error in the password verification (protocol 1).
     Protocol versions: use a hardcoded hash of the *really* supported
     versions, and then a configuration option to filter them out.
-  * server/KGB, Makefile: match the /etc directory name with the package name.
+  * debian/*, server/KGB, Makefile: match the /etc directory name with the
+    package name.
   * client/*: remove hardcodings.
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 28 Jul 2008 14:44:04 +0300

Modified: scripts/KGB/debian/init
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/init?rev=24646&op=diff
==============================================================================
--- scripts/KGB/debian/init (original)
+++ scripts/KGB/debian/init Wed Aug 27 08:21:54 2008
@@ -19,7 +19,7 @@
 DESC="Collaborative IRC helper"
 NAME=kgb-bot
 DAEMON=/usr/sbin/$NAME
-DAEMON_ARGS="--config /etc/kgb/kgb.conf"
+DAEMON_ARGS="--config /etc/kgb-bot/kgb.conf"
 PIDFILE=/var/run/kgb-bot/$NAME.pid
 SCRIPTNAME=/etc/init.d/$NAME
 

Modified: scripts/KGB/debian/postinst
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/postinst?rev=24646&op=diff
==============================================================================
--- scripts/KGB/debian/postinst (original)
+++ scripts/KGB/debian/postinst Wed Aug 27 08:21:54 2008
@@ -7,8 +7,8 @@
     adduser --system --quiet --group --home /dev/null --no-create-home \
         --disabled-login --gecos "KGB bot" --force-badname Debian-kgb
 
-    if ! dpkg-statoverride --list /etc/kgb/kgb.conf > /dev/null; then
-        dpkg-statoverride --update --add root Debian-kgb 0640 /etc/kgb/kgb.conf
+    if ! dpkg-statoverride --list /etc/kgb-bot/kgb.conf > /dev/null; then
+        dpkg-statoverride --update --add root Debian-kgb 0640 /etc/kgb-bot/kgb.conf
     fi
 
     if ! dpkg-statoverride --list /var/run/kgb-bot > /dev/null; then




More information about the Pkg-perl-cvs-commits mailing list