projects
/
fai-configs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc44f89
)
updated rms rc.local
author
Lisa Marie Maginnis
<lisam@fsf.org>
Wed, 29 Apr 2015 17:05:41 +0000
(13:05 -0400)
committer
Lisa Marie Maginnis
<lisam@fsf.org>
Wed, 29 Apr 2015 17:05:41 +0000
(13:05 -0400)
files/etc/rc.local/RMS
patch
|
blob
|
blame
|
history
diff --git
a/files/etc/rc.local/RMS
b/files/etc/rc.local/RMS
index 25bb13a791a49c0ed4df6fb9313ae7882a215902..d7ba880c382af87ac65c2be4084d2b3a43e29e25 100755
(executable)
--- a/
files/etc/rc.local/RMS
+++ b/
files/etc/rc.local/RMS
@@
-14,7
+14,10
@@
(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