diff options
author | Roy Marples <roy@marples.name> | 2008-02-01 12:07:19 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-01 12:07:19 +0000 |
commit | 01e148d29d643af342a67bfa2f70928d6a6e0b75 (patch) | |
tree | 2e9d851b0826408f27153ba8f801c6c5984c6150 /init.d | |
parent | c1b3aa77a9aed69005d386d2ce44d6b224a142e3 (diff) |
Style
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/swap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.d/swap b/init.d/swap index 2037f6cb..53cf45c6 100644 --- a/init.d/swap +++ b/init.d/swap @@ -2,7 +2,8 @@ # Copyright 2007-2008 Roy Marples <roy@marples.name> # All rights reserved. Released under the 2-clause BSD license. -depend() { +depend() +{ need localmount } |