Accepting request 59492 from home:lnussel:branches:Base:System

OBS-URL: https://build.opensuse.org/request/show/59492
OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=34
This commit is contained in:
Cristian Rodríguez 2011-02-01 00:15:25 +00:00 committed by Git OBS Bridge
parent af403cf1f5
commit 4d7d2dffef
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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