clone 386500 -1 reassign -1 sysv-rc retitle -1 update-rc.d removes links when it should not severity critical thanks
Hi,
I found the problem. The postinst script calls update-rc.d which should
be fine, bu update-rc.d is broken.
Content postinst:
# Automatically added by dh_installinit
if [ -x "/etc/init.d/udev" ]; then
update-rc.d udev start 03 S . >/dev/null || exit $?
fi
# End automatically added section
# Automatically added by dh_installinit
if [ -x "/etc/init.d/udev-mtab" ]; then
update-rc.d udev-mtab start 36 S . >/dev/null || exit $?
fi
# End automatically added section
Manual try:
ls /etc/rcS.d/*udev*
/etc/rcS.d/S03udev /etc/rcS.d/S36udev-mtab
[EMAIL PROTECTED]:~$ sudo update-rc.d udev start 03 S .
/etc/rcS.d/S03udev
System startup links for /etc/init.d/udev already exist.
[EMAIL PROTECTED]:~$ ls /etc/rcS.d/*udev*
/etc/rcS.d/S36udev-mtab
[EMAIL PROTECTED]:~$ sudo update-rc.d udev start 03 S .
Adding system startup for /etc/init.d/udev ...
/etc/rcS.d/S03udev -> ../init.d/udev
[EMAIL PROTECTED]:~$ ls /etc/rcS.d/*udev*
/etc/rcS.d/S03udev /etc/rcS.d/S36udev-mtab
So when the links already exists update-rc.d devices to remove them.
Uughh.
I have cloned the bug report and reassigned to sysv-rc with severity
critical as it breaks other programs.
Greetings Arjan
signature.asc
Description: Dit berichtdeel is digitaal ondertekend

