saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
1
hprofile/profiles/rfkill/default
Normal file
1
hprofile/profiles/rfkill/default
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
3
hprofile/profiles/rfkill/profiles
Normal file
3
hprofile/profiles/rfkill/profiles
Normal file
@@ -0,0 +1,3 @@
|
||||
bsw
|
||||
ksw
|
||||
wsw
|
||||
9
hprofile/profiles/rfkill/scripts/bsw.start
Normal file
9
hprofile/profiles/rfkill/scripts/bsw.start
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# rfkill/scripts/bsw.start
|
||||
#
|
||||
|
||||
echo 1 >/sys/class/rfkill/rfkill2/state
|
||||
|
||||
#
|
||||
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
|
||||
#
|
||||
9
hprofile/profiles/rfkill/scripts/bsw.stop
Normal file
9
hprofile/profiles/rfkill/scripts/bsw.stop
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# rfkill/scripts/bsw.stop
|
||||
#
|
||||
|
||||
echo 0 >/sys/class/rfkill/rfkill2/state
|
||||
|
||||
#
|
||||
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
|
||||
#
|
||||
11
hprofile/profiles/rfkill/scripts/ksw.start
Normal file
11
hprofile/profiles/rfkill/scripts/ksw.start
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# rfkill/scripts/ksw.start
|
||||
#
|
||||
|
||||
echo 1 >/sys/class/rfkill/rfkill2/state
|
||||
echo 1 >/sys/class/rfkill/rfkill1/state
|
||||
echo 1 >/sys/class/rfkill/rfkill0/state
|
||||
|
||||
#
|
||||
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
|
||||
#
|
||||
11
hprofile/profiles/rfkill/scripts/ksw.stop
Normal file
11
hprofile/profiles/rfkill/scripts/ksw.stop
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# rfkill/scripts/ksw.stop
|
||||
#
|
||||
|
||||
echo 0 >/sys/class/rfkill/rfkill2/state
|
||||
echo 0 >/sys/class/rfkill/rfkill1/state
|
||||
echo 0 >/sys/class/rfkill/rfkill0/state
|
||||
|
||||
#
|
||||
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
|
||||
#
|
||||
9
hprofile/profiles/rfkill/scripts/wsw.start
Normal file
9
hprofile/profiles/rfkill/scripts/wsw.start
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# rfkill/scripts/wsw.start
|
||||
#
|
||||
|
||||
echo 1 >/sys/class/rfkill/rfkill1/state
|
||||
|
||||
#
|
||||
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
|
||||
#
|
||||
9
hprofile/profiles/rfkill/scripts/wsw.stop
Normal file
9
hprofile/profiles/rfkill/scripts/wsw.stop
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# rfkill/scripts/wsw.stop
|
||||
#
|
||||
|
||||
echo 0 >/sys/class/rfkill/rfkill1/state
|
||||
|
||||
#
|
||||
# vim:fenc=utf-8:ft=sh:ci:pi:sts=0:sw=4:ts=4:
|
||||
#
|
||||
Reference in New Issue
Block a user