Hello!

After apply this patch - I see 'hidden' services and can manage it.
Only need add 'functions' to unselects array.

--- /usr/sbin/rcconf    2009-04-02 19:02:39.000000000 +0400
+++ /usr/sbin/rcconf.orig       2009-04-02 19:02:32.000000000 +0400
@@ -617,7 +617,7 @@
                 ( $rcdf->{$key}->[10] == $rcdf->{$key}->[14] ) &&
                 ( $rcdf->{$key}->[10] == $rcdf->{$key}->[15] ) &&
                 ( $rcdf->{$key}->[10] == $rcdf->{$key}->[16] ) &&
-                ( $rcdf->{$key}->[10] == 0 ) ) {
+                ( $rcdf->{$key}->[10] != -1 ) ) {
         ## defaults packages
         push(@new_initd, $key);
       }


without patch:
# rcconf --list | grep off
rsync off
mysql-ndb-mgm off
freshclam off
mysql-ndb off
font off
functions off
spamassassin off
clamd off

witch patch:
# rcconf --list | grep off
rsync off
pptpd off
mysql-ndb-mgm off
freshclam off
mysql-ndb off
font off
mysql off
functions off
spamassassin off
pxe off
clamd off


-- 
 Best regards, TEMHOTA-RIPN aka MJA13-RIPE
 System Administrator. mailto:temn...@kmv.ru




-- 
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