move init.d examples under support and install them
This commit is contained in:
parent
f6ea16159e
commit
4207e46622
@ -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,
|
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.
|
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
|
## Reporting Bugs
|
||||||
|
|
||||||
If you are using Gentoo Linux, bugs can be filed on their bugzilla under
|
If you are using Gentoo Linux, bugs can be filed on their bugzilla under
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
MK= ../mk
|
MK= ../mk
|
||||||
include ${MK}/os.mk
|
include ${MK}/os.mk
|
||||||
|
|
||||||
SUBDIR= deptree2dot openvpn
|
SUBDIR= deptree2dot init.d.examples openvpn
|
||||||
|
|
||||||
ifeq (${OS},Linux)
|
ifeq (${OS},Linux)
|
||||||
SUBDIR+= sysvinit
|
SUBDIR+= sysvinit
|
||||||
|
@ -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 \
|
SRCS= avahi-dnsconfd.in avahid.in dhcpcd.in dbus.in \
|
||||||
hald.in named.in ntpd.in \
|
hald.in named.in ntpd.in \
|
||||||
openvpn.in polkitd.in sshd.in wpa_supplicant.in
|
openvpn.in polkitd.in sshd.in wpa_supplicant.in
|
||||||
|
BIN= ${OBJS}
|
||||||
|
|
||||||
MK= ../mk
|
MK= ../../mk
|
||||||
|
|
||||||
SED_EXTRA+= -e 's:@VARBASE@:/var:g'
|
SED_EXTRA+= -e 's:@VARBASE@:/var:g'
|
||||||
|
|
3
support/init.d.examples/README.md
Normal file
3
support/init.d.examples/README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user