summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-29 17:25:00 +0000
committerRoy Marples <roy@marples.name>2007-12-29 17:25:00 +0000
commit0ddc38960c41bd36e0f455201466b696f810c04e (patch)
tree50cd8a824541ebe50d8ec535c81efe46555dec01
parent4af969587ea2af23cb7c4cbe6e5f362c5bc7baa5 (diff)
downloadopenrc-0ddc38960c41bd36e0f455201466b696f810c04e.tar.gz
openrc-0ddc38960c41bd36e0f455201466b696f810c04e.tar.bz2
openrc-0ddc38960c41bd36e0f455201466b696f810c04e.tar.xz
Move net.example to /usr/share/doc/openrc
-rw-r--r--Makefile2
-rw-r--r--conf.d.Linux/Makefile2
-rw-r--r--conf.d/net2
-rw-r--r--doc.BSD/Makefile5
-rw-r--r--doc.BSD/net.example (renamed from conf.d.BSD/net.example)0
-rw-r--r--doc.Linux/Makefile5
-rw-r--r--doc.Linux/net.example (renamed from conf.d.Linux/net.example)0
7 files changed, 13 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 8facd0d..ddd60b8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ NAME = openrc
VERSION = 0.1
PKG = $(NAME)-$(VERSION)
-SUBDIR = conf.d etc init.d man net runlevels sh src
+SUBDIR = conf.d doc etc init.d man net runlevels sh src
TOPDIR = .
include $(TOPDIR)/default.mk
diff --git a/conf.d.Linux/Makefile b/conf.d.Linux/Makefile
index ca8d0f3..169a7e4 100644
--- a/conf.d.Linux/Makefile
+++ b/conf.d.Linux/Makefile
@@ -1,5 +1,5 @@
DIR = /etc/conf.d
-CONF = consolefont keymaps modules net.example
+CONF = consolefont keymaps modules
CONF_APPEND = clock
TOPDIR = ..
diff --git a/conf.d/net b/conf.d/net
index 54337cf..3a08aa4 100644
--- a/conf.d/net
+++ b/conf.d/net
@@ -1,4 +1,4 @@
# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
-# please review /etc/conf.d/net.example and save your configuration
+# please review /usr/share/doc/openrc/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
diff --git a/doc.BSD/Makefile b/doc.BSD/Makefile
new file mode 100644
index 0000000..41ba09f
--- /dev/null
+++ b/doc.BSD/Makefile
@@ -0,0 +1,5 @@
+DIR = /usr/share/doc/openrc
+INC = $(CONTENTS)
+
+TOPDIR = ..
+include $(TOPDIR)/default.mk
diff --git a/conf.d.BSD/net.example b/doc.BSD/net.example
index 31d6105..31d6105 100644
--- a/conf.d.BSD/net.example
+++ b/doc.BSD/net.example
diff --git a/doc.Linux/Makefile b/doc.Linux/Makefile
new file mode 100644
index 0000000..41ba09f
--- /dev/null
+++ b/doc.Linux/Makefile
@@ -0,0 +1,5 @@
+DIR = /usr/share/doc/openrc
+INC = $(CONTENTS)
+
+TOPDIR = ..
+include $(TOPDIR)/default.mk
diff --git a/conf.d.Linux/net.example b/doc.Linux/net.example
index 9cdea36..9cdea36 100644
--- a/conf.d.Linux/net.example
+++ b/doc.Linux/net.example