diff options
author | Roy Marples <roy@marples.name> | 2009-04-27 07:51:18 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-04-27 07:51:18 +0000 |
commit | e70a1429564a8fce5036c351b010a47dbb6c28b7 (patch) | |
tree | a1fc0f75a53041771bc9054fdab517ac32b3d79a /init.d/devd.in | |
parent | eaa32c75c9bba7af0ec842d82f56a6862bbc83db (diff) |
Style.
Diffstat (limited to 'init.d/devd.in')
-rw-r--r-- | init.d/devd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/devd.in b/init.d/devd.in index 039aa961..fd40e3cf 100644 --- a/init.d/devd.in +++ b/init.d/devd.in @@ -3,7 +3,7 @@ # All rights reserved. Released under the 2-clause BSD license. command=/sbin/devd -command_args=${devd_args} +command_args=$devd_args name="Device State Change Daemon" depend() { |