[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#36867: hwtools: /etc/rc.boot/hwtools mentions two programs not on PATH



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


Reply to: