summaryrefslogtreecommitdiffstats
path: root/etc/rc.local
diff options
context:
space:
mode:
authortv <tv@also>2011-05-28 14:34:33 +0200
committertv <tv@also>2011-05-28 14:34:33 +0200
commit937099fb6d2360129ab3fa5d698bd5c70d14e6d5 (patch)
treef16fc0b899b7ee0f7510f0847450c455d2488848 /etc/rc.local
parent922cc67c0080c6ed42ca4f5fee4e5ad898c79462 (diff)
infest: Major Refactoring
Diffstat (limited to 'etc/rc.local')
-rwxr-xr-xetc/rc.local10
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/rc.local b/etc/rc.local
deleted file mode 100755
index bb5ac732..00000000
--- a/etc/rc.local
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/sh -e
-
-morse() {
- /krebs/modules/morse/morse.sh "$@"
-}
-
-morse -l 42 -f 4000 `hostname`
-morse -l 42 -f 2000 BEREIT
-
-exit 0