summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-10 20:17:55 +0000
committerRoy Marples <roy@marples.name>2008-01-10 20:17:55 +0000
commit5aea880f8158945d2cc9390891de6af8ca0a9b28 (patch)
treebffe7803c879478bf2a3c5210d32988452986bb7
parent22b7a12b6e1f55f536b9004dd78ab67e88deaf6a (diff)
downloadopenrc-5aea880f8158945d2cc9390891de6af8ca0a9b28.tar.gz
openrc-5aea880f8158945d2cc9390891de6af8ca0a9b28.tar.bz2
openrc-5aea880f8158945d2cc9390891de6af8ca0a9b28.tar.xz
Move FreeBSD specific files to the new FreeBSD folders.
-rw-r--r--conf.d.FreeBSD/Makefile5
-rw-r--r--conf.d.FreeBSD/syscons (renamed from conf.d.BSD/syscons)0
-rw-r--r--etc.BSD/Makefile3
-rw-r--r--etc.FreeBSD/Makefile6
-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/Makefile5
-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/Makefile4
-rw-r--r--runlevels.FreeBSD/Makefile4
14 files changed, 23 insertions, 4 deletions
diff --git a/conf.d.FreeBSD/Makefile b/conf.d.FreeBSD/Makefile
new file mode 100644
index 0000000..c48abbf
--- /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 cd012df..cd012df 100644
--- a/conf.d.BSD/syscons
+++ b/conf.d.FreeBSD/syscons
diff --git a/etc.BSD/Makefile b/etc.BSD/Makefile
index 639b927..cb466dc 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 0000000..b4e8b06
--- /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 3cd262c..3cd262c 100644
--- a/etc.BSD/devd.conf
+++ b/etc.FreeBSD/devd.conf
diff --git a/etc.BSD/rc.devd b/etc.FreeBSD/rc.devd
index 3073ce5..3073ce5 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 0000000..da0be63
--- /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 78ce925..78ce925 100644
--- a/init.d.BSD/devd
+++ b/init.d.FreeBSD/devd
diff --git a/init.d.BSD/dumpon b/init.d.FreeBSD/dumpon
index 65d901f..65d901f 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 9dca799..9dca799 100644
--- a/init.d.BSD/ipfw
+++ b/init.d.FreeBSD/ipfw
diff --git a/init.d.BSD/nscd b/init.d.FreeBSD/nscd
index 4dbeacc..4dbeacc 100644
--- a/init.d.BSD/nscd
+++ b/init.d.FreeBSD/nscd
diff --git a/init.d.BSD/syscons b/init.d.FreeBSD/syscons
index c04ccff..c04ccff 100644
--- a/init.d.BSD/syscons
+++ b/init.d.FreeBSD/syscons
diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile
index 0abbb19..7e8bbef 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 0000000..f258ba9
--- /dev/null
+++ b/runlevels.FreeBSD/Makefile
@@ -0,0 +1,4 @@
+BOOT= dumpon hostid syscons
+
+MK= ../mk
+include ${MK}/runlevels.mk