etc/dists/scripts/set_ugid_quota.sh: add LSB tags to vzquota initscript
On Debian systems, insserv complains loudly about this crippled script:
insserv: warning: script 'S06vzquota' missing LSB tags and overrides
insserv: warning: script is corrupt or invalid: /etc/init.d/../rc6.d/S00vzreboot
insserv: warning: script 'vzquota' missing LSB tags and overrides
insserv: There is a loop at service vzquota if started
insserv: There is a loop between service vzquota and checkroot if started
insserv: loop involving service checkroot at depth 3
insserv: loop involving service mountdevsubfs at depth 2
insserv: There is a loop between service single and mountnfs if started
insserv: loop involving service mountnfs at depth 3
insserv: loop involving service networking at depth 2
insserv: loop involving service screen-cleanup at depth 6
insserv: There is a loop at service single if started
insserv: loop involving service single at depth 2
insserv: loop involving service vzquota at depth 1
insserv: loop involving service rsyslog at depth 1
insserv: loop involving service ifupdown-clean at depth 4
insserv: loop involving service mountnfs-bootclean at depth 8 is including insserv and requires all rc scripts to have LSB Tags.
insserv: Starting vzquota depends on single and therefore on system facility `$all' which can not be true!
insserv: Starting vzquota depends on single and therefore on system facility `$all' which can not be true!
insserv: Starting vzquota depends on single and therefore on system facility `$all' which can not be true!
insserv: Starting vzquota depends on single and therefore on system facility `$all' which can not be true!
Fix this mess by adding proper LSB tags
http://bugzilla.openvz.org/show_bug.cgi?id=1624
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed