This commit is contained in:
illiliti
2020-09-04 01:29:37 +03:00
parent 445208899a
commit dacc7d8af7
21 changed files with 0 additions and 58 deletions

View File

@@ -1,9 +1,5 @@
# vim: set ft=sh:
# shellcheck shell=sh
#
# handle_proc()
{
print "configuring /proc hotplugger"
copy_binary find
}

View File

@@ -3,8 +3,6 @@
#
# false positive
# shellcheck disable=2154
#
# run_proc()
{
[ "$break" = devmgr ] && { print "break before run_proc()"; sh; }

View File

@@ -1,7 +1,5 @@
# vim: set ft=sh:
# shellcheck shell=sh
#
# stop_proc()
{
printf '\n' > /proc/sys/kernel/hotplug
}