diff --git a/nfs-utils.changes b/nfs-utils.changes index dd783b8..1250396 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 31 07:49:03 UTC 2011 - lnussel@suse.de + +- don't run SuSEfirewall2 from start-statd script. If SuSEfirewall2 + is installed and enabled it will be called at the end of the boot + process anyways (bnc#668181). + ------------------------------------------------------------------- Fri Jan 28 14:03:14 UTC 2011 - lnussel@suse.de diff --git a/start-statd b/start-statd index ff3e07c..6a3fde6 100644 --- a/start-statd +++ b/start-statd @@ -18,9 +18,4 @@ if ! rpcinfo -p localhost >/dev/null 2>/dev/null; then fi # TODO: write init script and call that one via /sbin/service instead start_daemon /usr/sbin/rpc.statd --no-notify $STATD_OPTIONS -if rc_status -v; then - # in case firewall needs to punch a hole for the - # statd port... - /etc/init.d/SuSEfirewall2_setup try-restart -fi - +rc_status -v