cleanup
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
# vim: set ft=sh:
|
||||
# shellcheck shell=sh
|
||||
#
|
||||
# handle_proc()
|
||||
{
|
||||
print "configuring /proc hotplugger"
|
||||
|
||||
copy_binary find
|
||||
}
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
#
|
||||
# false positive
|
||||
# shellcheck disable=2154
|
||||
#
|
||||
# run_proc()
|
||||
{
|
||||
[ "$break" = devmgr ] && { print "break before run_proc()"; sh; }
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# vim: set ft=sh:
|
||||
# shellcheck shell=sh
|
||||
#
|
||||
# stop_proc()
|
||||
{
|
||||
printf '\n' > /proc/sys/kernel/hotplug
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user