Package: rcconf
Version: 2.4

Some programs become inaccessible:

# rcconf --list|grep -c mysql
0
# find /etc/rc?.d -name \*mysql
/etc/rc0.d/K02mysql
/etc/rc1.d/K02mysql
/etc/rc2.d/K02mysql
/etc/rc3.d/K02mysql
/etc/rc4.d/K02mysql
/etc/rc5.d/K02mysql
/etc/rc6.d/K02mysql

# rcconf --list|grep -c ntp
0
# find /etc/rc?.d -name \*ntp
/etc/rc0.d/K01ntp
/etc/rc1.d/K01ntp
/etc/rc2.d/K01ntp
/etc/rc3.d/K01ntp
/etc/rc4.d/K01ntp
/etc/rc5.d/K01ntp
/etc/rc6.d/K01ntp

But some programs with similar link patterns are fine:

# find /etc/rc?.d -name \*apache2
/etc/rc0.d/K01apache2
/etc/rc1.d/K01apache2
/etc/rc2.d/K01apache2
/etc/rc3.d/K01apache2
/etc/rc4.d/K01apache2
/etc/rc5.d/K01apache2
/etc/rc6.d/K01apache2
# rcconf --list|grep -c apache2
1

No answer here?:
$ grep -c apache2 /etc/init.d/.depend.*
/etc/init.d/.depend.boot:0
/etc/init.d/.depend.start:0
/etc/init.d/.depend.stop:6
$ grep -c ntp /etc/init.d/.depend.*
/etc/init.d/.depend.boot:0
/etc/init.d/.depend.start:0
/etc/init.d/.depend.stop:6



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to