https://bugzilla.novell.com/show_bug.cgi?id=751621 https://bugzilla.novell.com/show_bug.cgi?id=751621#c1 --- Comment #1 from Michal Vyskocil <mvyskocil@suse.com> 2012-03-15 13:36:21 UTC --- The code is very bad, there is (untested) correct version case "$1" in hibernate|suspend) if service autofs status &> /dev/null; then savestate autofs running service autofs stop else savestate autofs "" fi ;; thaw|resume) _autofs_state=`restorestate autofs` if test "x$_autofs_state" != x ; then service autofs start fi ;; *) exit $NA ;; esac However using /sbin/service under systemd is buggy, so we might workaround it for released products ... -- 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.