X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fopt%2Fcluster%2Frec%2Fetc%2Frc.local;fp=master%2Fopt%2Fcluster%2Frec%2Fetc%2Frc.local;h=05f83ac5333926a2355f0a6d0ae1723726b84455;hb=d84ba4cedc80ec5e51dd72387407dbfbe801caf6;hp=0000000000000000000000000000000000000000;hpb=5316baff11343ab3b6a495a4f232c62e5280afb1;p=debian6500.git diff --git a/master/opt/cluster/rec/etc/rc.local b/master/opt/cluster/rec/etc/rc.local new file mode 100755 index 0000000..05f83ac --- /dev/null +++ b/master/opt/cluster/rec/etc/rc.local @@ -0,0 +1,17 @@ +#!/bin/bash -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. + +# fix f@#%ing nfs mount +mount -a + +exit 0