diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-11 09:29:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-11 09:29:18 +0200 |
commit | 394842d31c51cb642d7ed7a65948d15fd65985ce (patch) | |
tree | 2a04d2d18fcdb8b955d294b84c396f83183a103e /package/dhcp-forwarder/files/dhcp-fwd.init | |
parent | e874f84fdb6eb83d905a72b35d87398374594b97 (diff) |
fix some init scripts / postinst scripts
Diffstat (limited to 'package/dhcp-forwarder/files/dhcp-fwd.init')
-rw-r--r-- | package/dhcp-forwarder/files/dhcp-fwd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dhcp-forwarder/files/dhcp-fwd.init b/package/dhcp-forwarder/files/dhcp-fwd.init index 70d499aba..8e6cda234 100644 --- a/package/dhcp-forwarder/files/dhcp-fwd.init +++ b/package/dhcp-forwarder/files/dhcp-fwd.init @@ -6,7 +6,7 @@ case $1 in autostop) ;; autostart) - test x"${dhcp-fwd:-NO}" = x"NO" && exit 0 + test x"${dhcp_fwd:-NO}" = x"NO" && exit 0 exec sh $0 start ;; start) |