Check-in [8af24b112b]
Logged in as anonymous
Overview
Comment:fix typo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8af24b112b85dd3b6ebe6168edff5ef72987e65df016dfb7b69fd1d54adc0cf2
User & Date: arcade on 2025-02-10 19:17:24.461
Other Links: manifest | tags
Context
2025-02-10
19:18
add log on metaservice shutdown check-in: 4e51487471 user: arcade tags: trunk
19:17
fix typo check-in: 8af24b112b user: arcade tags: trunk
19:17
silence up a bit check-in: fb383ef4d2 user: arcade tags: trunk
Changes
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

.	if !defined(DAEMON_${service}_COMMAND)
.		warning MRC> Service [${service}] defunct: no COMMAND specified
.	else

# Service creation targets
.		if !target(${service})
${service}: ${SERVICE_EXIT} ${_SERVICE}
.		endif

# Service status targets
.		if !target(${service}_status)
${service}_status: ${_SERVICE_STATUS}
.		endif








|







14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

.	if !defined(DAEMON_${service}_COMMAND)
.		warning MRC> Service [${service}] defunct: no COMMAND specified
.	else

# Service creation targets
.		if !target(${service})
${service}: ${service}_exit ${_SERVICE}
.		endif

# Service status targets
.		if !target(${service}_status)
${service}_status: ${_SERVICE_STATUS}
.		endif