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/powerd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'init.d.BSD/powerd') diff --git a/init.d.BSD/powerd b/init.d.BSD/powerd index 6baaa9cc..50efd9a3 100644 --- a/init.d.BSD/powerd +++ b/init.d.BSD/powerd @@ -7,13 +7,15 @@ command_args=${powerd_args} pidfile=/var/run/powerd.pid name="Power Control Daemon" -depend() { +depend() +{ need localmount use logger after bootmisc } -start_pre() { +start_pre() +{ if [ -n "${powerd_battery_mode}" ]; then command_args="${command_args} -b ${powerd_battery_mode}" fi -- cgit v1.2.3