Move install/* to .
[debian6500.git] / install / cluster / slave / etc / rc.local
diff --git a/install/cluster/slave/etc/rc.local b/install/cluster/slave/etc/rc.local
deleted file mode 100755 (executable)
index 37c199c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh -e
-#
-# rc.local
-#
-# This script is executed at the end of each multiuser runlevel.
-# Make sure that the script will "exit 0" on success or any other
-# value on error.
-#
-# In order to enable or disable this script just change the execution
-# bits.
-#
-# By default this script does nothing.
-
-for i in $(seq 1 25); do
-       echo TRC6500
-done
-
-exit 0