Hi,
> 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);
> }
This may cause another problem. This code checks if the pattern is set by
rcconf, since rcconf set 0 when rcconf off the package.
Thanks to Dan, I'm testing new version and will release within a few days.
If you can test, please send email to me. I'll send you pre-version.
Atsushi
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]