Package: udev
Version: 0.093-1
udev script in the initscripts requires the package mountvirtfs
(provided by mountdevsubfs.sh) to start but it is ordered to start
before it. The reason for this is that udev has the order 3 (S03udev) in
/etc/rcS.d while mountdevsubfs has order 4 (S04mountdevsubfs.sh) in
/etc/rcS.d as well.
$ less /etc/rcS.d/S03udev
....
# Required-Start: mountvirtfs
...
$ less /etc/rcS.d/S04mountdevsubfs.sh
...
# Provides: mountdevsubfs mountvirtfs
...
...
I suggest that the script's symbolic link is placed after
mountdevsubfs.sh. switching order between them works for me. That is
/etc/rcS.d/S03mountdevsubfs.sh and /etc/rcS.d/S04udev.
Besides, if lintian or linda would report when dependency information is
missing, it would be easier to use a script adjust the order of the init
scripts to ensure that these are met for each system (as dependency
information would be available).
I am using Debian GNU/Linux Unstable, kernel 2.6.16-2-486
carlos
--
Carlos Villegas
----------------------------------------
Hamilton Institute
NUIM, Maynooth, Co. Kildare
Ireland
Tel: +353 1 708 6458
Fax: +353 1 708 6269
www.hamilton.ie/cemacs
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]