severity 403317 serious thanks * Ola Lundqvist ([EMAIL PROTECTED]) [061218 22:43]: > This is how all packages that install an init.d script works > so it is not serious.
This is not true. Please see the following behaviour: [EMAIL PROTECTED]:/root# ls /etc/rc3.d/S10sysklogd -l lrwxrwxrwx 1 root root 18 Dec 18 23:56 /etc/rc3.d/S10sysklogd -> ../init.d/sysklogd [EMAIL PROTECTED]:/root# mv /etc/rc3.d/S10sysklogd /etc/rc3.d/K10sysklogd [EMAIL PROTECTED]:/root# apt-get install --reinstall sysklogd Reading package lists... Done Building dependency tree... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need to get 0B/59.8kB of archives. After unpacking 0B of additional disk space will be used. Do you want to continue [Y/n]? (Reading database ... 18184 files and directories currently installed.) Preparing to replace sysklogd 1.4.1-18 (using .../sysklogd_1.4.1-18_amd64.deb) ... Stopping system log daemon: syslogd. Unpacking replacement sysklogd ... Setting up sysklogd (1.4.1-18) ... Stopping system log daemon: syslogd. Starting system log daemon: syslogd. [EMAIL PROTECTED]:/root# ls -l /etc/rc3.d/*sysklogd lrwxrwxrwx 1 root root 18 Dec 18 23:57 /etc/rc3.d/K10sysklogd -> ../init.d/sysklogd [EMAIL PROTECTED]:/root# I wouldn't qualify that as the same behaviour. As already noted in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403317;msg=18 this issue pops probably up in openvpn because you force removal of any scripts before calling upgrade-rc.d. That is wrong, and you must not do it. Cheers, Andi -- http://home.arcor.de/andreas-barth/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

