almost every thing is ready
[debian6500.git] / master / opt / cluster / slave / etc / rc.local
diff --git a/master/opt/cluster/slave/etc/rc.local b/master/opt/cluster/slave/etc/rc.local
new file mode 100755 (executable)
index 0000000..37c199c
--- /dev/null
@@ -0,0 +1,18 @@
+#!/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