diff options
-rw-r--r-- | conf.d.FreeBSD/Makefile | 5 | ||||
-rw-r--r-- | conf.d.FreeBSD/syscons (renamed from conf.d.BSD/syscons) | 0 | ||||
-rw-r--r-- | etc.BSD/Makefile | 3 | ||||
-rw-r--r-- | etc.FreeBSD/Makefile | 6 | ||||
-rw-r--r-- | etc.FreeBSD/devd.conf (renamed from etc.BSD/devd.conf) | 0 | ||||
-rw-r--r-- | etc.FreeBSD/rc.devd (renamed from etc.BSD/rc.devd) | 0 | ||||
-rw-r--r-- | init.d.FreeBSD/Makefile | 5 | ||||
-rw-r--r-- | init.d.FreeBSD/devd (renamed from init.d.BSD/devd) | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | init.d.FreeBSD/dumpon (renamed from init.d.BSD/dumpon) | 0 | ||||
-rw-r--r-- | init.d.FreeBSD/ipfw (renamed from init.d.BSD/ipfw) | 0 | ||||
-rw-r--r-- | init.d.FreeBSD/nscd (renamed from init.d.BSD/nscd) | 0 | ||||
-rw-r--r-- | init.d.FreeBSD/syscons (renamed from init.d.BSD/syscons) | 0 | ||||
-rw-r--r-- | runlevels.BSD/Makefile | 4 | ||||
-rw-r--r-- | runlevels.FreeBSD/Makefile | 4 |
14 files changed, 23 insertions, 4 deletions
diff --git a/conf.d.FreeBSD/Makefile b/conf.d.FreeBSD/Makefile new file mode 100644 index 00000000..c48abbfa --- /dev/null +++ b/conf.d.FreeBSD/Makefile @@ -0,0 +1,5 @@ +DIR= /etc/conf.d +CONF= ${CONTENTS} + +MK= ../mk +include ${MK}/scripts.mk diff --git a/conf.d.BSD/syscons b/conf.d.FreeBSD/syscons index cd012df6..cd012df6 100644 --- a/conf.d.BSD/syscons +++ b/conf.d.FreeBSD/syscons diff --git a/etc.BSD/Makefile b/etc.BSD/Makefile index 639b927c..cb466dc0 100644 --- a/etc.BSD/Makefile +++ b/etc.BSD/Makefile @@ -1,6 +1,5 @@ DIR= /etc -CONF= devd.conf rc rc.shutdown -BIN= rc.devd +CONF= $(CONTENTS) MK= ../mk include ${MK}/scripts.mk diff --git a/etc.FreeBSD/Makefile b/etc.FreeBSD/Makefile new file mode 100644 index 00000000..b4e8b069 --- /dev/null +++ b/etc.FreeBSD/Makefile @@ -0,0 +1,6 @@ +DIR= /etc +CONF= devd.conf +BIN= rc.devd + +MK= ../mk +include ${MK}/scripts.mk diff --git a/etc.BSD/devd.conf b/etc.FreeBSD/devd.conf index 3cd262cf..3cd262cf 100644 --- a/etc.BSD/devd.conf +++ b/etc.FreeBSD/devd.conf diff --git a/etc.BSD/rc.devd b/etc.FreeBSD/rc.devd index 3073ce5e..3073ce5e 100644 --- a/etc.BSD/rc.devd +++ b/etc.FreeBSD/rc.devd diff --git a/init.d.FreeBSD/Makefile b/init.d.FreeBSD/Makefile new file mode 100644 index 00000000..da0be63d --- /dev/null +++ b/init.d.FreeBSD/Makefile @@ -0,0 +1,5 @@ +DIR= /etc/init.d +BIN= ${CONTENTS} + +MK= ../mk +include ${MK}/scripts.mk diff --git a/init.d.BSD/devd b/init.d.FreeBSD/devd index 78ce9256..78ce9256 100644 --- a/init.d.BSD/devd +++ b/init.d.FreeBSD/devd diff --git a/init.d.BSD/dumpon b/init.d.FreeBSD/dumpon index 65d901f3..65d901f3 100755..100644 --- a/init.d.BSD/dumpon +++ b/init.d.FreeBSD/dumpon diff --git a/init.d.BSD/ipfw b/init.d.FreeBSD/ipfw index 9dca799b..9dca799b 100644 --- a/init.d.BSD/ipfw +++ b/init.d.FreeBSD/ipfw diff --git a/init.d.BSD/nscd b/init.d.FreeBSD/nscd index 4dbeacc4..4dbeacc4 100644 --- a/init.d.BSD/nscd +++ b/init.d.FreeBSD/nscd diff --git a/init.d.BSD/syscons b/init.d.FreeBSD/syscons index c04ccff1..c04ccff1 100644 --- a/init.d.BSD/syscons +++ b/init.d.FreeBSD/syscons diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile index 0abbb19e..7e8bbef1 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,5 +1,5 @@ -BOOT= dumpon hostid net.lo0 newsyslog savecore syscons syslogd +BOOT= hostid net.lo0 newsyslog savecore syslogd DEFAULT= local.rc mixer powerd -MK= ../mk +MK= ../mk include ${MK}/runlevels.mk diff --git a/runlevels.FreeBSD/Makefile b/runlevels.FreeBSD/Makefile new file mode 100644 index 00000000..f258ba9a --- /dev/null +++ b/runlevels.FreeBSD/Makefile @@ -0,0 +1,4 @@ +BOOT= dumpon hostid syscons + +MK= ../mk +include ${MK}/runlevels.mk |