From 5aea880f8158945d2cc9390891de6af8ca0a9b28 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 10 Jan 2008 20:17:55 +0000 Subject: [PATCH] Move FreeBSD specific files to the new FreeBSD folders. --- conf.d.FreeBSD/Makefile | 5 +++++ {conf.d.BSD => conf.d.FreeBSD}/syscons | 0 etc.BSD/Makefile | 3 +-- etc.FreeBSD/Makefile | 6 ++++++ {etc.BSD => etc.FreeBSD}/devd.conf | 0 {etc.BSD => etc.FreeBSD}/rc.devd | 0 init.d.FreeBSD/Makefile | 5 +++++ {init.d.BSD => init.d.FreeBSD}/devd | 0 {init.d.BSD => init.d.FreeBSD}/dumpon | 0 {init.d.BSD => init.d.FreeBSD}/ipfw | 0 {init.d.BSD => init.d.FreeBSD}/nscd | 0 {init.d.BSD => init.d.FreeBSD}/syscons | 0 runlevels.BSD/Makefile | 4 ++-- runlevels.FreeBSD/Makefile | 4 ++++ 14 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 conf.d.FreeBSD/Makefile rename {conf.d.BSD => conf.d.FreeBSD}/syscons (100%) create mode 100644 etc.FreeBSD/Makefile rename {etc.BSD => etc.FreeBSD}/devd.conf (100%) rename {etc.BSD => etc.FreeBSD}/rc.devd (100%) create mode 100644 init.d.FreeBSD/Makefile rename {init.d.BSD => init.d.FreeBSD}/devd (100%) rename {init.d.BSD => init.d.FreeBSD}/dumpon (100%) mode change 100755 => 100644 rename {init.d.BSD => init.d.FreeBSD}/ipfw (100%) rename {init.d.BSD => init.d.FreeBSD}/nscd (100%) rename {init.d.BSD => init.d.FreeBSD}/syscons (100%) create mode 100644 runlevels.FreeBSD/Makefile 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 similarity index 100% rename from conf.d.BSD/syscons rename to 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 similarity index 100% rename from etc.BSD/devd.conf rename to etc.FreeBSD/devd.conf diff --git a/etc.BSD/rc.devd b/etc.FreeBSD/rc.devd similarity index 100% rename from etc.BSD/rc.devd rename to 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 similarity index 100% rename from init.d.BSD/devd rename to init.d.FreeBSD/devd diff --git a/init.d.BSD/dumpon b/init.d.FreeBSD/dumpon old mode 100755 new mode 100644 similarity index 100% rename from init.d.BSD/dumpon rename to init.d.FreeBSD/dumpon diff --git a/init.d.BSD/ipfw b/init.d.FreeBSD/ipfw similarity index 100% rename from init.d.BSD/ipfw rename to init.d.FreeBSD/ipfw diff --git a/init.d.BSD/nscd b/init.d.FreeBSD/nscd similarity index 100% rename from init.d.BSD/nscd rename to init.d.FreeBSD/nscd diff --git a/init.d.BSD/syscons b/init.d.FreeBSD/syscons similarity index 100% rename from init.d.BSD/syscons rename to 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