8 Nov
2012
8 Nov
'12
10:26
https://bugzilla.novell.com/show_bug.cgi?id=787079 https://bugzilla.novell.com/show_bug.cgi?id=787079#c3 --- Comment #3 from Dominique Leuenberger <dimstar@opensuse.org> 2012-11-08 10:26:15 UTC --- from nfs file: RL=$(/sbin/runlevel); RL=${RL#* } test -z "$RL" && RL=`sed -n 's=^id:\(.\):initdefault.*$=\1=p' /etc/inittab` case "$2" in up) ls /etc/init.d/rc${RL}.d/S*nfs &>/dev/null || exit 2 => so exit 2 seems to be expected in this case ?!? IMHO, this should not be done like this, as systemd won't use those files in first place... -- 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.