commit:     fa6707e5b33738c3416bfbad661770302aa50212
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Sat Jan 16 21:34:17 2016 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 04:53:58 2016 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=fa6707e5

fix bsd build

X-Gentoo-Bug: 572068
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=572068

 src/rc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rc/Makefile b/src/rc/Makefile
index a940102..71ae503 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -2,7 +2,7 @@ SRCS=   checkpath.c do_e.c do_mark_service.c do_service.c \
                do_value.c fstabinfo.c is_newer_than.c is_older_than.c \
                mountinfo.c openrc-run.c rc-abort.c rc.c \
                rc-depend.c rc-logger.c rc-misc.c rc-plugin.c \
-               rc-selinux.c rc-service.c rc-status.c rc-update.c \
+               rc-service.c rc-status.c rc-update.c \
                shell_var.c start-stop-daemon.c swclock.c _usage.c
 
 ifeq (${MKSELINUX},yes)

Reply via email to