Your message dated Sun, 11 Sep 2005 19:50:29 +0200
with message-id <[EMAIL PROTECTED]>
and subject line This bug is fixed now
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)

--------------------------------------
Received: (at maintonly) by bugs.debian.org; 17 Nov 2004 01:42:32 +0000
>From [EMAIL PROTECTED] Tue Nov 16 17:42:32 2004
Return-path: <[EMAIL PROTECTED]>
Received: from khan.acc.umu.se [130.239.18.139] (postfix)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CUEq7-0001As-00; Tue, 16 Nov 2004 17:42:32 -0800
Received: from localhost (localhost [127.0.0.1])
        by amavisd-new (Postfix) with ESMTP id 12A98D2F7
        for <[EMAIL PROTECTED]>; Wed, 17 Nov 2004 02:42:30 +0100 (MET)
Received: by khan.acc.umu.se (Postfix, from userid 23136)
        id D5B84D2EA; Wed, 17 Nov 2004 02:42:27 +0100 (MET)
Date: Wed, 17 Nov 2004 02:42:27 +0100
From: David Weinehall <[EMAIL PROTECTED]>
To: "Debian Bug Tracking System, Maintonly" <[EMAIL PROTECTED]>
Subject: Fix warnings with new version of find
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.1i
X-Editor: Vi Improved <http://www.vim.org/>
X-Accept-Language: Swedish, English
X-GPG-Fingerprint: 7ACE 0FB0 7A74 F994 9B36  E1D1 D14E 8526 DC47 CA16
X-GPG-Key: http://www.acc.umu.se/~tao/files/pubkey_dc47ca16.gpg.asc
X-Virus-Scanned: by amavisd-new at acc.umu.se
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: sysvinit
Version: 2.86-5
Severity: minor
Tags: patch

The bootclean.sh script specifies options after non-options, which
causes find from experimental to emit a warning.  This patch fixes this.


Regards: David Weinehall

diff -urN sysvinit-2.86/debian/initscripts/etc/init.d/bootclean.sh 
sysvinit-2.86-fixed/debian/initscripts/etc/init.d/bootclean.sh
--- sysvinit-2.86/debian/initscripts/etc/init.d/bootclean.sh    2004-11-17 
03:35:12 +0200
+++ sysvinit-2.86-fixed/debian/initscripts/etc/init.d/bootclean.sh      
2004-11-17 03:38:20 +0200
@@ -53,14 +53,14 @@
                ! ( -path ./.clean -uid 0 )
                ! ( -path './...security*' -uid 0 )'
 
-       ( if cd /tmp && [ "`find . -perm -002 -maxdepth 0`" = "." ]
+       ( if cd /tmp && [ "`find . -maxdepth 0 -perm -002`" = "." ]
          then
                # First remove all old files.
-               find . -xdev $TEXPR $EXCEPT \
-                               ! -type d -depth -print0 | xargs -0r rm -f
+               find . -depth -xdev $TEXPR $EXCEPT \
+                               ! -type d -print0 | xargs -0r rm -f
                # And then all empty directories.
-               find . -xdev $DEXPR $EXCEPT \
-                               -type d -depth -empty -exec rmdir \{\} \;
+               find . -depth -xdev $DEXPR $EXCEPT \
+                               -type d -empty -exec rmdir \{\} \;
                rm -f .X*-lock
          fi
        )

---------------------------------------
Received: (at 284426-done) by bugs.debian.org; 11 Sep 2005 17:50:47 +0000
>From [EMAIL PROTECTED] Sun Sep 11 10:50:47 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pat.uio.no [129.240.130.16] (7411)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EEVyW-0001Uz-00; Sun, 11 Sep 2005 10:50:44 -0700
Received: from mail-mx1.uio.no ([129.240.10.29])
        by pat.uio.no with esmtp (Exim 4.43)
        id 1EEVyR-0004pw-KJ; Sun, 11 Sep 2005 19:50:39 +0200
Received: from saruman.uio.no ([129.240.201.202])
        by mail-mx1.uio.no with esmtp (Exim 4.43)
        id 1EEVyI-0005v8-Ll; Sun, 11 Sep 2005 19:50:30 +0200
Received: from pre by saruman.uio.no with local (Exim 4.44)
        id 1EEVyH-0002mE-Cw; Sun, 11 Sep 2005 19:50:29 +0200
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: This bug is fixed now
From: Petter Reinholdtsen <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Sender: Petter Reinholdtsen <[EMAIL PROTECTED]>
Date: Sun, 11 Sep 2005 19:50:29 +0200
X-UiO-Spam-info: not spam, SpamAssassin (score=-5.616, required 12,
        autolearn=disabled, ALL_TRUSTED -2.82, AWL 2.20,
        UIO_MAIL_IS_INTERNAL -5.00)
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=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 14


Version: 2.86.ds1-2

This bug was fixed with the upload of sysvinit version 2.86.ds1-2.
Not sure why this bug wasn't closed, but as a workaround I close it
no.  This was the changelog of the upload closing this bug.

 sysvinit (2.86.ds1-2) unstable; urgency=low
 .
   * This package is now maintained on Alioth as the pkg-sysvinit project.
   * Add myself as uploader.
   * Add support for linprocfs on kFreeBSD. Patch from Robert
     Millan. (Closes: #300963)
   * Rewrote /etc/mtab handling in mountvirtfs to work with SELinux.
     Based on patch from Luke Kenneth Casson Leighton.
     (Closes: #270919)
   * Add SELinux support to sysvinit on linux.  Add build-depend on
     libselinux1-dev and libsepol1-dev for all linux archs.  Patch from
     Manoj Srivastava, based on patch from Fedora.  (Closes: #242900,
     #249515,#315611)
   * Drop redundant build-depend on essensial package bash.
   * Add version 0.47 of startpar(8) program from SuSe.  Part of
     experimental parallel booting system.  Not included by default
     yet, as it tend to hang during boot.
   * Add support for starting init.d scripts on the same level in
     parallel, to speed up the boot process a bit.  Currently, only a
     simple system is implemented (and enabled by adding
     CONCURRENCY=shell in /etc/default/rcS).  This simple system messes
     up the script output during boot.  Disabled by default.  (Closes:
     #316290)
   * Add 'kdm xdm gdm $syslog' as conditional dependencies of
     rmnologin, to move it further back in the boot process.
   * Make sure bootlogd return non-error exit code after forking off
     the child.  (Closes: #326640)
   * Add more warning flags to list of compiler flags, to get more
     info about problematic code.
   * Avoid race-condition while fork()ing.  Patch from SuSe.
     (Closes: #327612)
   * Improve error message when fork() fail in init.  Patch from SuSe.
   * Avoid hardcoding tty name length in wall, use UT_LINESIZE instead.
     Patch from SuSe.
   * Force kernel to reschedule after killing processes.  Patch from SuSe.
   * Make sure killall never tries to kill init (pid 1).  Patch from SuSe.
   * Acknowledge NMUs.  (Closes: #30659, #85221, #204857, #225476,
     #247102, #248739 #252059, #267935, #269774, #269894, #272588,
     #272916, #273496, #277204, #281782, #284426, #286081, #287243,
     #288098, #289562, #295094, #295335, #296489, #300645, #311741,
     #314351, #316431, #317385, #317704, #318453, #318857, #323749,
     #325933, #326460, #326495, #326647)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to