Your message dated Thu, 29 Apr 1999 08:15:43 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#36867: hwtools: /etc/rc.boot/hwtools mentions two programs not on PATH 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'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Ian Jackson (administrator, Debian bugs database) Received: (at submit) by bugs.debian.org; 29 Apr 1999 02:43:49 +0000 Received: (qmail 11533 invoked from network); 29 Apr 1999 02:43:48 -0000 Received: from ham-on1-05.netcom.ca (HELO weniac.math.toronto.edu) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 29 Apr 1999 02:43:48 -0000 Received: by weniac.math.toronto.edu via sendmail from stdin id <[EMAIL PROTECTED]> (Debian Smail3.2.0.102) for [EMAIL PROTECTED]; Wed, 28 Apr 1999 22:28:16 -0400 (EDT) Message-Id: <[EMAIL PROTECTED]> Date: Wed, 28 Apr 1999 22:28:16 -0400 (EDT) From: <[EMAIL PROTECTED]> Subject: hwtools: /etc/rc.boot/hwtools mentions two programs not on PATH To: [EMAIL PROTECTED] Bcc: X-Mailer: bug 3.1.7 Package: hwtools Version: 0.3-4 /etc/rc.boot/hwtools mentions irqtune, but irqtune is not on the PATH, it is in /usr/lib/hwtools. hwtools should be modified to call /usr/lib/hwtools/irqtune or (better, I think) a small wrapper script should be installed in /sbin, something like ----------------------------- #!/bin/sh /usr/lib/hwtools/irqtune "$@" ----------------------------- In addition, /etc/rc.boot/hwtools mentions hdparm, which may not be installed as part of the hwtools package. Mention of hdparm should be removed from /etc/rc.boot/hwtools and moved to /etc/rc.boot/hdparm which is made part of the hdparm package. -- System Information Debian Release: 2.1 Kernel Version: Linux weniac 2.0.36 #2 Sun Feb 21 15:55:27 EST 1999 i486 unknown Versions of the packages hwtools depends on: ii libc6 2.0.7.19981211 GNU C Library: shared libraries --- Begin /etc/rc.boot/hwtools (modified conffile) #!/bin/sh /usr/lib/hwtools/irqtune 4 10 --- End /etc/rc.boot/hwtools