From b01fc6ae4c2676207ba8863fa067193e29e09425 Mon Sep 17 00:00:00 2001 From: manu Date: Wed, 22 May 2019 07:21:39 +0000 Subject: [PATCH] pkgbase: Move rc.bsdextended to libexec/rc Reviewed by: bapt --- etc/Makefile | 1 - libexec/rc/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 5ed2414a0d4c..6f1565f85cb8 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -16,7 +16,6 @@ SUBDIR+=sendmail BIN1= \ login.access \ - rc.bsdextended \ termcap.small # NB: keep these sorted by MK_* knobs diff --git a/libexec/rc/Makefile b/libexec/rc/Makefile index c3af2fd62325..854fae6c7cfb 100644 --- a/libexec/rc/Makefile +++ b/libexec/rc/Makefile @@ -4,7 +4,7 @@ CONFGROUPS= CONFETC CONFETCEXEC CONFETCDEFAULTS CONFETCDIR= /etc -CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown +CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown rc.bsdextended .if ${MK_IPFW} != "no" CONFETC+= rc.firewall .endif