summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-02 21:06:09 +0000
committergjb <gjb@FreeBSD.org>2016-02-02 21:06:09 +0000
commitea6b392fcbf9dc7ad9995e32fca208e8414141ea (patch)
tree9da830c6bc1e489c42b11f16aa53bd0acc974408 /etc/rc.d
parentf7c36465ebbe6292813693be2ecfc5ed0fc01db5 (diff)
downloadFreeBSD-src-ea6b392fcbf9dc7ad9995e32fca208e8414141ea.zip
FreeBSD-src-ea6b392fcbf9dc7ad9995e32fca208e8414141ea.tar.gz
Include virecover in vi package.
Submitted by: lidl Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 859f584..c22f647 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -313,8 +313,12 @@ _utx= utx
.endif
.if ${MK_VI} != "no"
-FILES+= virecover
+FILESGROUPS+= VI
+VI+= virecover
.endif
+VIDIR= /etc/rc.d
+VIMODE= ${BINMODE}
+VIPACKAGE= vi
.if ${MK_WIRELESS} != "no"
FILES+= hostapd
OpenPOWER on IntegriCloud