https://bugzilla.novell.com/show_bug.cgi?id=731406 https://bugzilla.novell.com/show_bug.cgi?id=731406#c0 Summary: autofs init script complains that it's not LSB compliant when it is. Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: i586 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: ben.kevan@bio-rad.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.8 (KHTML, like Gecko) Chrome/17.0.922.0 Safari/535.8 SUSE/17.0.922.0 When I did a sudo /sbin/chkconfig --add autofs, I got the following output: bkevan@hcsuse05006060:~/work> sudo /sbin/chkconfig --add autofs insserv: script jexec is broken: incomplete LSB comment. insserv: missing `Required-Stop:' entry: please add even if empty. insserv: script jexec is broken: incomplete LSB comment. insserv: missing `Required-Stop:' entry: please add even if empty. insserv: script jexec is broken: incomplete LSB comment. insserv: missing `Required-Stop:' entry: please add even if empty. insserv: script jexec is broken: incomplete LSB comment. insserv: missing `Required-Stop:' entry: please add even if empty. insserv: script jexec is broken: incomplete LSB comment. insserv: missing `Required-Stop:' entry: please add even if empty. insserv: script jexec is broken: incomplete LSB comment. insserv: missing `Required-Stop:' entry: please add even if empty. insserv: script jexec is broken: incomplete LSB comment. insserv: missing `Required-Stop:' entry: please add even if empty. insserv: script jexec is broken: incomplete LSB comment. insserv: missing `Required-Stop:' entry: please add even if empty. insserv: script jexec is broken: incomplete LSB comment. insserv: missing `Required-Stop:' entry: please add even if empty. insserv: script jexec is broken: incomplete LSB comment. insserv: missing `Required-Stop:' entry: please add even if empty. Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overridden by native systemd configuration. autofs 0:off 1:off 2:off 3:on 4:off 5:on 6:off But I see:
grep Required-Stop /etc/init.d/autofs # Required-Stop: $network $syslog $remote_fs
Reproducible: Always Steps to Reproduce: 1.chkconfig --add autofs 2. 3. Actual Results: Starts, but I get output saying that it's not fully LSB compliant, although it is. Expected Results: For it to go without complaining. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.