diff options
author | Roy Marples <roy@marples.name> | 2008-01-31 18:01:20 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-31 18:01:20 +0000 |
commit | 1e9be161b9cdca4734d891f1ea3cc58af03c9d21 (patch) | |
tree | c673ab541b87c00ccd3b3e4a57c91910d4b3bb96 /init.d.Linux/modules | |
parent | cf567c844fa0fcef5f190ce21a805db9b9ed7ffb (diff) |
Fix up deps for new scripts.
Diffstat (limited to 'init.d.Linux/modules')
-rwxr-xr-x | init.d.Linux/modules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d.Linux/modules b/init.d.Linux/modules index a6952651..f4f9a895 100755 --- a/init.d.Linux/modules +++ b/init.d.Linux/modules @@ -6,7 +6,6 @@ description="Loads a user defined list of kernel modules." depend() { - need checkroot use isapnp } |