diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-10-02 11:40:40 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2019-10-02 11:40:40 +0000 |
commit | 028af4ae670c3b7757a92a24d663a1d9fe065266 (patch) | |
tree | f61cfd36f4aec91e60e179f155ab002ccb6fbde5 /libexec/rc/rc.d/Makefile | |
parent | d3d47408fcc888883c3a8ce125138ef023fbe877 (diff) | |
download | src-028af4ae670c3b7757a92a24d663a1d9fe065266.tar.gz src-028af4ae670c3b7757a92a24d663a1d9fe065266.zip |
Rename etc/rc.d/abi to etc/rc.d/linux; after moving out the SysV IPC stuff
it's entirely linux-specific.
Reviewed by: emaste
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D21830
Notes
Notes:
svn path=/head/; revision=352999
Diffstat (limited to 'libexec/rc/rc.d/Makefile')
-rw-r--r-- | libexec/rc/rc.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index 08c69c5871b3..69f1f84fcaff 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -11,7 +11,6 @@ CONFS= DAEMON \ LOGIN \ NETWORKING \ SERVERS \ - abi \ addswap \ adjkerntz \ archdep \ @@ -51,6 +50,7 @@ CONFS= DAEMON \ kldxref \ ${_kpasswdd} \ ldconfig \ + linux \ local \ localpkg \ lockd \ |