Move net.example to /usr/share/doc/openrc
This commit is contained in:
parent
4af969587e
commit
0ddc38960c
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ NAME = openrc
|
|||||||
VERSION = 0.1
|
VERSION = 0.1
|
||||||
PKG = $(NAME)-$(VERSION)
|
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 = .
|
TOPDIR = .
|
||||||
include $(TOPDIR)/default.mk
|
include $(TOPDIR)/default.mk
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
DIR = /etc/conf.d
|
DIR = /etc/conf.d
|
||||||
CONF = consolefont keymaps modules net.example
|
CONF = consolefont keymaps modules
|
||||||
CONF_APPEND = clock
|
CONF_APPEND = clock
|
||||||
|
|
||||||
TOPDIR = ..
|
TOPDIR = ..
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# This blank configuration will automatically use DHCP for any net.*
|
# This blank configuration will automatically use DHCP for any net.*
|
||||||
# scripts in /etc/init.d. To create a more complete configuration,
|
# 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 :]!).
|
# in /etc/conf.d/net (this file :]!).
|
||||||
|
5
doc.BSD/Makefile
Normal file
5
doc.BSD/Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
DIR = /usr/share/doc/openrc
|
||||||
|
INC = $(CONTENTS)
|
||||||
|
|
||||||
|
TOPDIR = ..
|
||||||
|
include $(TOPDIR)/default.mk
|
5
doc.Linux/Makefile
Normal file
5
doc.Linux/Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
DIR = /usr/share/doc/openrc
|
||||||
|
INC = $(CONTENTS)
|
||||||
|
|
||||||
|
TOPDIR = ..
|
||||||
|
include $(TOPDIR)/default.mk
|
Loading…
Reference in New Issue
Block a user