move init.d examples under support and install them
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
| MK=		../mk | ||||
| include		${MK}/os.mk | ||||
|  | ||||
| SUBDIR=		deptree2dot openvpn | ||||
| SUBDIR=		deptree2dot init.d.examples openvpn | ||||
|  | ||||
| ifeq (${OS},Linux) | ||||
| 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 \
 | ||||
| 	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' | ||||
| 
 | ||||
							
								
								
									
										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. | ||||
		Reference in New Issue
	
	Block a user