Move net.example to /usr/share/doc/openrc

This commit is contained in:
Roy Marples 2007-12-29 17:25:00 +00:00
parent 4af969587e
commit 0ddc38960c
7 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
DIR = /etc/conf.d
CONF = consolefont keymaps modules net.example
CONF = consolefont keymaps modules
CONF_APPEND = clock
TOPDIR = ..

View File

@ -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 :]!).

5
doc.BSD/Makefile Normal file
View File

@ -0,0 +1,5 @@
DIR = /usr/share/doc/openrc
INC = $(CONTENTS)
TOPDIR = ..
include $(TOPDIR)/default.mk

5
doc.Linux/Makefile Normal file
View File

@ -0,0 +1,5 @@
DIR = /usr/share/doc/openrc
INC = $(CONTENTS)
TOPDIR = ..
include $(TOPDIR)/default.mk