Your message dated Sat, 20 May 2006 08:42:55 -0400
with message-id <[EMAIL PROTECTED]>
and subject line improve initscript output
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 ---
Package: adjtimex
Version: 1.20-3
Severity: minor
Tags: patch
The attached patch makes minor improvements to the initscript
* Do not print a space after an ellipsis
* Quote some variables
* On error, send error message and usage output to standard error
and exit with LSB-designated status 3
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages adjtimex depends on:
ii debconf 1.4.32 Debian configuration management sy
ii libc6 2.3.2.ds1-21 GNU C Library: Shared libraries an
-- debconf information:
* adjtimex/run_daemon: true
* adjtimex/compare_rtc: true
20,21c20,21
< echo -n "Regulating system clock... "
< /sbin/adjtimex -tick $TICK -frequency $FREQ
---
> echo -n "Regulating system clock..."
> /sbin/adjtimex -tick "$TICK" -frequency "$FREQ"
27,29c27,29
< echo "/etc/init.d/adjtimex: unknown command $1"
< echo "Usage: /etc/init.d/adjtimex {start|stop|restart|force-reload}"
< exit 1
---
> echo "/etc/init.d/adjtimex: unknown command $1" >&2
> echo "Usage: /etc/init.d/adjtimex {start|stop|restart|force-reload}" >&2
> exit 3
--- End Message ---
--- Begin Message ---
This patch was incorporated into 1.20-3, but the bug never got closed.
--- End Message ---