26 Aug
2014
26 Aug
'14
17:55
https://bugzilla.novell.com/show_bug.cgi?id=886512 https://bugzilla.novell.com/show_bug.cgi?id=886512#c7 --- Comment #7 from Dr. Werner Fink <werner@suse.com> 2014-08-26 17:55:52 UTC --- Try this for script in /etc/init.d/* ; do test -e "$script" && break test -d "$script" && continue test -x "$script" || continue systemctl status "$script.service" 2> /dev/null || continue done and then try systemctl list-units --all | grep LSB -- 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.