diff options
author | Roy Marples <roy@marples.name> | 2007-12-29 17:25:00 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-29 17:25:00 +0000 |
commit | 0ddc38960c41bd36e0f455201466b696f810c04e (patch) | |
tree | 50cd8a824541ebe50d8ec535c81efe46555dec01 | |
parent | 4af969587ea2af23cb7c4cbe6e5f362c5bc7baa5 (diff) |
Move net.example to /usr/share/doc/openrc
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | conf.d.Linux/Makefile | 2 | ||||
-rw-r--r-- | conf.d/net | 2 | ||||
-rw-r--r-- | doc.BSD/Makefile | 5 | ||||
-rw-r--r-- | doc.BSD/net.example (renamed from conf.d.BSD/net.example) | 0 | ||||
-rw-r--r-- | doc.Linux/Makefile | 5 | ||||
-rw-r--r-- | doc.Linux/net.example (renamed from conf.d.Linux/net.example) | 0 |
7 files changed, 13 insertions, 3 deletions
@@ -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 ca8d0f37..169a7e4f 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 = .. @@ -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 00000000..41ba09f9 --- /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 31d61055..31d61055 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 00000000..41ba09f9 --- /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 9cdea36d..9cdea36d 100644 --- a/conf.d.Linux/net.example +++ b/doc.Linux/net.example |