Diff
Logged in as anonymous

Differences From Artifact [d9318177ac]:

To Artifact [ec1a7976b1]:


1
2




3
4
5
6
7
8
9




.include "/etc/mrc.conf"





.if defined(AUTOBOOT)
SCRIPTS!=ls *.init *.service
.else
SCRIPTS!=ls *.service
.endif

all: ${SERVICE:S/.init//:S/.service//}






>
>
>
>







>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.include "/etc/mrc.conf"

DAEMONIZER?=svc.daemon

.include "${DAEMONIZER}"

.if defined(AUTOBOOT)
SCRIPTS!=ls *.init *.service
.else
SCRIPTS!=ls *.service
.endif

all: ${SERVICE:S/.init//:S/.service//}

.for file in ${SCRIPTS}
.include "${file}"
.endfor