Author: manu Date: Wed May 22 07:21:39 2019 New Revision: 348099 URL: https://svnweb.freebsd.org/changeset/base/348099
Log: pkgbase: Move rc.bsdextended to libexec/rc Reviewed by: bapt Modified: head/etc/Makefile head/libexec/rc/Makefile Modified: head/etc/Makefile ============================================================================== --- head/etc/Makefile Wed May 22 07:21:05 2019 (r348098) +++ head/etc/Makefile Wed May 22 07:21:39 2019 (r348099) @@ -16,7 +16,6 @@ SUBDIR+=sendmail BIN1= \ login.access \ - rc.bsdextended \ termcap.small # NB: keep these sorted by MK_* knobs Modified: head/libexec/rc/Makefile ============================================================================== --- head/libexec/rc/Makefile Wed May 22 07:21:05 2019 (r348098) +++ head/libexec/rc/Makefile Wed May 22 07:21:39 2019 (r348099) @@ -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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"