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