Overview
Comment: | add rc script |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
17041521b1cea8b68d84fd926bffefc6 |
User & Date: | arcade on 2019-10-23 06:33:00.017 |
Other Links: | manifest | tags |
Context
2019-10-23
| ||
07:40 | make interface configuration multiline check-in: c9cd53b0f6 user: arcade tags: trunk | |
06:33 | add rc script check-in: 17041521b1 user: arcade tags: trunk | |
2019-10-22
| ||
08:34 | fix scripts check-in: 29803f148a user: arcade tags: trunk | |
Changes
Modified Makefile
from [71a8a084f3]
to [c62468910e].
︙ | ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | .if !target(_service) || !target(_earlyservice) .error No service handler defined. .endif #.MAKE.JOBS?=2 .SILENT: .if defined(AUTOBOOT) SCRIPTS=${:!find /etc/mrc -name '*.init.mk' -o -name '*.service.mk'!:S/\/etc\/mrc\///} .ERROR: : ERROR: ABORTING BOOT (sending SIGTERM to parent)! : target ${.ERROR_TARGET} failed to execute: : ${.ERROR_CMD} | > > > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | .if !target(_service) || !target(_earlyservice) .error No service handler defined. .endif #.MAKE.JOBS?=2 .SILENT: install: install rc /etc/rc .if defined(AUTOBOOT) SCRIPTS=${:!find /etc/mrc -name '*.init.mk' -o -name '*.service.mk'!:S/\/etc\/mrc\///} .ERROR: : ERROR: ABORTING BOOT (sending SIGTERM to parent)! : target ${.ERROR_TARGET} failed to execute: : ${.ERROR_CMD} |
︙ | ︙ |
Added rc version [874b880e92].