aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/source/system/other/modules/up
blob: 67edc94c95c5257112be1360c6639e4b18dc560f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!@shebangdir@/execlineb -P

# ISC license.

fdmove -c 2 1

elglob -0sd'' FILES /etc/modules-load.d/*
if -x0 { eltest ${FILES} }
define -sd'' SPLITFILES ${FILES}
pipeline { cat ${SPLITFILES} }
pipeline {
	sed
		-e "/^#/d"
		-e "s/^[\ \t]*//g"
		-e "s/[\ \t]*$//g"
		-e "/^$/d"
}
forstdin -pE MODULE
	kldload ${MODULE}