aboutsummaryrefslogtreecommitdiff
path: root/init.d.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'init.d.Linux')
-rwxr-xr-xinit.d.Linux/clock2
-rwxr-xr-xinit.d.Linux/modules1
2 files changed, 1 insertions, 2 deletions
diff --git a/init.d.Linux/clock b/init.d.Linux/clock
index 898fc906..a6305e92 100755
--- a/init.d.Linux/clock
+++ b/init.d.Linux/clock
@@ -24,7 +24,7 @@ fi
depend()
{
if yesno ${clock_adjfile}; then
- use checkroot
+ use root
else
before *
fi
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
}