updated rms rc.local
authorLisa Marie Maginnis <lisam@fsf.org>
Wed, 29 Apr 2015 17:05:41 +0000 (13:05 -0400)
committerLisa Marie Maginnis <lisam@fsf.org>
Wed, 29 Apr 2015 17:05:41 +0000 (13:05 -0400)
files/etc/rc.local/RMS

index 25bb13a791a49c0ed4df6fb9313ae7882a215902..d7ba880c382af87ac65c2be4084d2b3a43e29e25 100755 (executable)
 (echo 'keymaps 0-127'
 echo 'keycode 58 = Control'
 echo 'keycode 29 = Control') | loadkeys -
-
+#insure portmap was not started
+/etc/init.d/portmap stop
 rfkill block all
+macchanger -A eth0
+macchanger -A wlan0
 
 exit 0