From 3bf49a9bd19d5bbcf6976dd42b4f87f1b173e287 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 11 Jan 2008 12:13:46 +0000 Subject: Adopt a more C style for scripts and remove vim settings. --- init.d.BSD/rpcbind | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.d.BSD/rpcbind') diff --git a/init.d.BSD/rpcbind b/init.d.BSD/rpcbind index faa12adf..d4ff5114 100644 --- a/init.d.BSD/rpcbind +++ b/init.d.BSD/rpcbind @@ -6,14 +6,16 @@ command=/usr/sbin/rpcbind command_args=${rpcbind_args} name="RPC program number mapper" -depend() { +depend() +{ provide rpc need localmount use net logger dns before inetd xinetd ntpd ntp-client } -stop_post() { +stop_post() +{ # rpcbind returns too fast, so sleep for a second sleep 1 } -- cgit v1.2.3