Petter Reinholdtsen wrote:
[Michael Biebl]
1.)

I checked the diffstat for copied lines:

#       copied:     rcS.d/S48console-screen.sh -> rc0.d/K05console-screen.sh
#       copied:     rcS.d/S75sudo -> rc0.d/K06sudo
#       copied:     rcS.d/S40networking -> rc0.d/K11networking
#       copied:     rcS.d/S08hwclockfirst.sh -> rc0.d/K20hwclockfirst.sh
#       copied:     rcS.d/S48console-screen.sh -> rc1.d/K05console-screen.sh
#       copied:     rcS.d/S75sudo -> rc1.d/K06sudo
#       copied:     rcS.d/S48console-screen.sh -> rc6.d/K05console-screen.sh
#       copied:     rcS.d/S75sudo -> rc6.d/K06sudo
#       copied:     rcS.d/S40networking -> rc6.d/K11networking
#       copied:     rcS.d/S08hwclockfirst.sh -> rc6.d/K20hwclockfirst.sh

Had a closer look at these, and found that sudo got a buggy header
(#475821) while networking is correct changing start symlinks to stop
symlinks in rc0.d/ and rc6.d/.  The hwclockfirst.sh script should not
list any runlevels in Default-Stop, so this is a bug, though a
cosmetic one (not reported, require more than a simple patch to
fix). console-screen.sh is also buggy (#475823) and should only
install in rcS.d/.  I also reported the issue with console-setup
(#475826).

Thanks.

The udftools init header looks incorrect too:

# Provides:          udftools
# Required-Start:
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6


As there is no Required-Start or Required-Stop, udftools will be inserted after halt, in rc0.d, which obviously doesn't work ;-)

Cheers,
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
initscripts-ng-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/initscripts-ng-devel

Reply via email to