Move FreeBSD specific files to the new FreeBSD folders.
This commit is contained in:
parent
22b7a12b6e
commit
5aea880f81
5
conf.d.FreeBSD/Makefile
Normal file
5
conf.d.FreeBSD/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
DIR= /etc/conf.d
|
||||
CONF= ${CONTENTS}
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/scripts.mk
|
@ -1,6 +1,5 @@
|
||||
DIR= /etc
|
||||
CONF= devd.conf rc rc.shutdown
|
||||
BIN= rc.devd
|
||||
CONF= $(CONTENTS)
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/scripts.mk
|
||||
|
6
etc.FreeBSD/Makefile
Normal file
6
etc.FreeBSD/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
DIR= /etc
|
||||
CONF= devd.conf
|
||||
BIN= rc.devd
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/scripts.mk
|
5
init.d.FreeBSD/Makefile
Normal file
5
init.d.FreeBSD/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
DIR= /etc/init.d
|
||||
BIN= ${CONTENTS}
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/scripts.mk
|
0
init.d.BSD/dumpon → init.d.FreeBSD/dumpon
Executable file → Normal file
0
init.d.BSD/dumpon → init.d.FreeBSD/dumpon
Executable file → Normal file
@ -1,4 +1,4 @@
|
||||
BOOT= dumpon hostid net.lo0 newsyslog savecore syscons syslogd
|
||||
BOOT= hostid net.lo0 newsyslog savecore syslogd
|
||||
DEFAULT= local.rc mixer powerd
|
||||
|
||||
MK= ../mk
|
||||
|
4
runlevels.FreeBSD/Makefile
Normal file
4
runlevels.FreeBSD/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
BOOT= dumpon hostid syscons
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/runlevels.mk
|
Loading…
Reference in New Issue
Block a user