summaryrefslogtreecommitdiff
path: root/scripts/init-top
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@ubuntu.com>2005-06-13 01:40:55 +0000
committerJeff Bailey <jbailey@ubuntu.com>2005-06-13 01:40:55 +0000
commit8d503582491ccf26b6925e5eb7cf77d9158fc65b (patch)
tree57df4afca9aad0585a23aced340eaa453247bf4d /scripts/init-top
parentb1efb2876bac0e27aac5ff55200a4a7cc83042a0 (diff)
Update with new dependancy based init system, call the right script directories, always use busybox now, sigh.
Diffstat (limited to 'scripts/init-top')
-rw-r--r--scripts/init-top/test18
1 files changed, 0 insertions, 18 deletions
diff --git a/scripts/init-top/test b/scripts/init-top/test
deleted file mode 100644
index e4d59fb..0000000
--- a/scripts/init-top/test
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-PREREQ=""
-
-prereqs()
-{
- echo "$PREREQ"
-}
-
-case $1 in
-# get pre-requisites
-prereqs)
- prereqs
- exit 0
- ;;
-esac
-
-echo "Got here!"