Your message dated Mon, 06 Feb 2006 11:02:22 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#350918: fixed in runit-services 0.2.0
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
>From [EMAIL PROTECTED] Wed Feb 01 09:51:18 2006
Received: (at submit) by bugs.debian.org; 1 Feb 2006 17:51:18 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from house.nirmalvihar.info ([61.17.90.7] helo=emit.local)
        by spohr.debian.org with smtp (Exim 4.50)
        id 1F4M8T-0001y9-Sw
        for [EMAIL PROTECTED]; Wed, 01 Feb 2006 09:51:18 -0800
Received: (qmail 18141 invoked by uid 1000); 1 Feb 2006 23:28:14 +0530
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: [EMAIL PROTECTED]
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: runit-services: ssh/log/run fix
X-Mailer: reportbug 2.64
Date: Wed, 01 Feb 2006 23:28:13 +0530
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: runit-services
Version: 0.1.0
Severity: normal

Looks like a typo?

--- run.orig    2006-02-01 23:24:40.000000000 +0530
+++ run 2006-02-01 23:24:46.000000000 +0530
@@ -3,6 +3,6 @@
 
 LOG=/var/log/ssh
 
-test -d "$LOG" || mkdir -p -m0750 "$LOG" && chown log:adm "$_"
+test -d "$LOG" || mkdir -p -m0750 "$LOG" && chown log:adm "$LOG"
 
 exec chpst -ulog:adm svlogd -tt "$LOG"


-- System Information:
Debian Release: 3.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.14-b1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages runit-services depends on:
ii  runit                         1.3.2-1    a UNIX init scheme with service su
ii  socklog                       2.0.2-2    system and kernel logging services

-- no debconf information


--- End Message ---
--- Begin Message ---
>From [EMAIL PROTECTED] Mon Feb 06 11:11:22 2006
Received: (at 350918-close) by bugs.debian.org; 6 Feb 2006 19:11:22 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F6Bd0-0007Vy-6p; Mon, 06 Feb 2006 11:02:22 -0800
From: Gerrit Pape <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#350918: fixed in runit-services 0.2.0
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 06 Feb 2006 11:02:22 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: runit-services
Source-Version: 0.2.0

We believe that the bug you reported is fixed in the latest version of
runit-services, which is due to be installed in the Debian FTP archive:

runit-services_0.2.0.dsc
  to pool/main/r/runit-services/runit-services_0.2.0.dsc
runit-services_0.2.0.tar.gz
  to pool/main/r/runit-services/runit-services_0.2.0.tar.gz
runit-services_0.2.0_all.deb
  to pool/main/r/runit-services/runit-services_0.2.0_all.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.
Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated runit-services 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: Mon,  6 Feb 2006 17:49:07 +0000
Source: runit-services
Binary: runit-services
Architecture: source all
Version: 0.2.0
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <[EMAIL PROTECTED]>
Changed-By: Gerrit Pape <[EMAIL PROTECTED]>
Description: 
 runit-services - a UNIX init scheme with service supervision (services)
Closes: 350918
Changes: 
 runit-services (0.2.0) unstable; urgency=low
 .
   * sv/ssh/log/run: don't use "$_" in run script (patch from Joshua N
     Pritikin, closes: #350918).
   * debian/rules: create ./supervise/ subdirectory symlinks instead of
     including them in .tar.gz; symlink /var/log/<service>/ if exists to
     /etc/sv/<service>/log/main/.
   * sv/dhclient/log/run: don't use "$_" in run script.
   * debian/runit-services.prerm.in: new; shutdown enabled services on
     package removal.
   * debian/rules: create debian/runit-services.prerm from
     debian/runit-services.prerm.in.
   * debian/implicit: update to revision 1.11.
 .
   * sv/portmap: new; add portmap service directory.
   * sv/nfs-kernel-server: new; add nfs-kernel-server services directory.
   * sv/dhcp: new; add dhcp service directory.
Files: 
 51da8da2db1b30a96e9ef6358f849ba4 473 admin optional runit-services_0.2.0.dsc
 bd44aef7d0f0f6047ac29c3e178118e2 5934 admin optional 
runit-services_0.2.0.tar.gz
 6db7883da600bfe3da6754047604f0c1 6892 admin optional 
runit-services_0.2.0_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD55krGJoyQbxwpv8RAvNsAJ9FjrTBlJ9ARtzGXhim95l/SIXTqgCbBGMK
nVIYPPdYPLUL6pF6r/0US5A=
=cV1I
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to