X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=install%2Fcluster%2Fslave%2Fetc%2Frc.local;fp=install%2Fcluster%2Fslave%2Fetc%2Frc.local;h=0000000000000000000000000000000000000000;hb=3a30026aa30355dac5c5f9742da0fdba797701ea;hp=37c199c94e4e2614a38938d20f1de53c7130d719;hpb=7fa766f7c1562671a1b5db6f365f6ec4e847c309;p=debian6500.git diff --git a/install/cluster/slave/etc/rc.local b/install/cluster/slave/etc/rc.local deleted file mode 100755 index 37c199c..0000000 --- a/install/cluster/slave/etc/rc.local +++ /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