Your message dated Mon, 08 Oct 2018 18:55:21 +0000
with message-id <[email protected]>
and subject line Bug#904318: Removed package(s) from unstable
has caused the Debian Bug report #601985,
regarding file-rc: Floods debug info on runlevel change
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
601985: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601985
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: file-rc
Version: 0.8.12
Severity: minor
Tags: patch
On runlevel change file-rc floods the terminal with lines like this:
prev: 3
prev: 3
It'd appear that this is a debug line that doesn't check for the $debug
variable.
I've attached a small patch to fix this.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.36 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_GB, LC_CTYPE=fi_FI@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash
-- no debconf information
diff -rupN file-rc-0.8.12.orig/rc file-rc-0.8.12/rc
--- file-rc-0.8.12.orig/rc 2010-10-28 19:41:58.652561005 +0300
+++ file-rc-0.8.12/rc 2010-10-28 19:43:15.018561003 +0300
@@ -272,7 +272,7 @@ do
if [ $STOP_NUM -eq $x$y ]
then
CMD=${script#*:}
- echo "prev: $prevlevel"
+ test $debug = 1 && echo "prev: $prevlevel"
if [ "$prevlevel" != "N" ]
then
case "$CMD" in
--- End Message ---
--- Begin Message ---
Version: 0.8.18+rm
Dear submitter,
as the package file-rc has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/904318
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)
--- End Message ---