Your message dated Sat, 21 Apr 2012 00:52:18 +0100
with message-id <[email protected]>
and subject line Close old and unfixable sysvinit bugs
has caused the Debian Bug report #58777,
regarding /etc/default/rcS shouldn't change VERBOSE if set.
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.)
--
58777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=58777
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysvinit
Version: 2.77-3
Severity: wishlist
Hello, here is an easy one.
The suggestion: /etc/default/rcS should not simply force
VERBOSE=yes
but more politely say
if test -z "$VERBOSE"; then VERBOSE=yes; fi
Why do I want this?
On my box, I have xntp3 up and running to keep the runtime clock in
tune. I want the hardware clock to be in tune, as well, so I inserted
a file in /etc/cron.daily, which calls the command:
/etc/init.d/hwclock.sh reload
That neatly does the trick.
But it gives me as system administrator one mail a day to throw away.
No, thank you. I already get more than enough mail as it is.
So I changed this to
export VERBOSE=no
/etc/init.d/hwclock.sh reload
Still the same problem.
Looking into what's going on, I realized that /etc/init.d/hwclock.sh
sources /etc/default/rcS, which forces VERBOSE to yes.
I want VERBOSE=yes during bootup. But not during cron.daily. The
above fix allows me to do this, without breaking anything.
Yours
Andreas
$ dpkg -s sysvinit
Package: sysvinit
Essential: yes
Status: install ok installed
Installed-Size: 201
Maintainer: Miquel van Smoorenburg <[email protected]>
Version: 2.77-3
Replaces: last, bsdutils (<= 2.0-2)
Depends: dpkg (>= 1.4.0.21), mount (>= 2.7l-1), util-linux (>= 2.9t-2)
Pre-Depends: libc6, libc6 (>= 2.1)
Conflicts: last, file-rc (<= 0.4.2), kbd (<< 0.95-2), mdutils (<< 0.35-9)
Conffiles:
/etc/init.d/bootmisc.sh 14d28f3bab839cfacd64ef47dc951e47
/etc/init.d/checkfs.sh a09a55c5e48f43f4af2b2bacc9975297
/etc/init.d/checkroot.sh 9d890047a7a83a5f51cc742ff2a4fb34
/etc/init.d/halt 031ddd15603637361bca220953f21a55
/etc/init.d/hostname.sh cacd9a754d39665499db7f79dac4e212
/etc/init.d/mountall.sh 0a5cd0ba6f1192ffb21f29b2c41d1a4e
/etc/init.d/mountnfs.sh 06a2f6333a4b181e2bb037aca6b44867
/etc/init.d/reboot aff6c76c29e8daa1f7c47479024d51b2
/etc/init.d/rmnologin f84dc015574ab0e48fb0694dc70307b2
/etc/init.d/sendsigs 0d9d425574dcdaf2e28e2b2a3784f2e2
/etc/init.d/single 68031365ba0ce859ec96e5cc812c6d07
/etc/init.d/umountfs ed401cb4d2b3afb4b6e32dbeb36b0064
/etc/init.d/urandom a16fc298ca36747955f054243ef83a6b
Description: System-V like init.
Init is the first program to run after your system is booted, and
continues to run as process number 1 until your system halts. Init's
job is to start other programs that are essential to the operation of
your system. All processes are descended from init. For more information,
see the manual page init(8).
--- End Message ---
--- Begin Message ---
This bug is being closed as part of a cleanup of the old bug
reports in the sysvinit package, in an attempt to make it easier
to address the bug reports which actually are fixable. Some
reasons:
- Not a bug and/or it's a patch which will not be applied
- It will not be fixed, ever for various reasons
- Problem is not fixable in sysvinit or not our responsibility
- A better solution has become available in the interim
- No activity or submitter response in over a decade or more
Roger
--
.''`. Roger Leigh
: :' : Debian GNU/Linux http://people.debian.org/~rleigh/
`. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/
`- GPG Public Key: 0x25BFB848 Please GPG sign your mail.
--- End Message ---
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel