move init.d examples under support and install them

This commit is contained in:
William Hubbs 2017-02-22 12:26:09 -06:00
parent f6ea16159e
commit 4207e46622
17 changed files with 8 additions and 7 deletions

View File

@ -72,10 +72,6 @@ Obviously, if you're installing this onto a system that does not use
OpenRC by default then you may wish to backup the above listed files,
remove them and then install so that the OS hooks into OpenRC.
`init.d.misc` is not installed by default as the scripts will need
tweaking on a per distro basis. They are also non essential to the
operation of the system.
## Reporting Bugs
If you are using Gentoo Linux, bugs can be filed on their bugzilla under

View File

@ -11,7 +11,7 @@
MK= ../mk
include ${MK}/os.mk
SUBDIR= deptree2dot openvpn
SUBDIR= deptree2dot init.d.examples openvpn
ifeq (${OS},Linux)
SUBDIR+= sysvinit

View File

@ -1,9 +1,11 @@
DIR= ${INITDIR}
DIR= ${DATADIR}/support/init.d.examples
INC= README.md
SRCS= avahi-dnsconfd.in avahid.in dhcpcd.in dbus.in \
hald.in named.in ntpd.in \
openvpn.in polkitd.in sshd.in wpa_supplicant.in
BIN= ${OBJS}
MK= ../mk
MK= ../../mk
SED_EXTRA+= -e 's:@VARBASE@:/var:g'

View File

@ -0,0 +1,3 @@
The service scripts in this directory are meant as examples only.
They are not installed by default as the scripts will need tweaking on a
per distro basis. They are also non essential to the operation of the system.