diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-26 13:31:49 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-27 11:21:29 -0500 |
commit | 8b9349208696e5caed1a8b34f066cec4ee642194 (patch) | |
tree | 0ee1fce0de32aecfcd5c314322067879fc0e73cd /src/rc/Makefile | |
parent | 4b1b457cd15cc1609c101b99a49a5e4c67b62567 (diff) |
convert all references from runscript to openrc-run
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r-- | src/rc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index fc88ff28..65b58113 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -1,8 +1,8 @@ PROG= openrc -SRCS= checkpath.c fstabinfo.c mountinfo.c start-stop-daemon.c \ +SRCS= checkpath.c fstabinfo.c mountinfo.c openrc-run.c \ rc-applets.c rc-depend.c rc-logger.c \ rc-misc.c rc-plugin.c rc-service.c rc-status.c rc-update.c \ - runscript.c rc.c swclock.c + rc.c start-stop-daemon.c swclock.c ifeq (${MKSELINUX},yes) SRCS+= rc-selinux.c |