diff options
author | Roy Marples <roy@marples.name> | 2007-11-21 15:46:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-21 15:46:56 +0000 |
commit | 41c00eda37298bbc88ae79dd701eaa444659f995 (patch) | |
tree | 05d26de742431abea7191cc29e1500cf3488a7db /init.d.BSD/powerd | |
parent | 872a31b2158ee65ad07e6ba04e366624af2d0fa5 (diff) |
misc BSD fixes
Diffstat (limited to 'init.d.BSD/powerd')
-rw-r--r-- | init.d.BSD/powerd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d.BSD/powerd b/init.d.BSD/powerd index 4924b18e..a97e2e02 100644 --- a/init.d.BSD/powerd +++ b/init.d.BSD/powerd @@ -31,6 +31,7 @@ name="Power Control Daemon" depend() { need localmount + use logger after bootmisc } |