summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.d/Makefile2
-rw-r--r--etc/rc.d/vinum17
2 files changed, 1 insertions, 18 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 53dbcfd..0c5b50c 100755
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -35,7 +35,7 @@ FILES= DAEMON LOGIN NETWORKING SERVERS \
syscons sysctl syslogd \
timed tmp \
ugidfw usbd \
- var vinum virecover \
+ var virecover \
watchdogd \
ypbind yppasswdd ypserv \
ypset ypupdated ypxfrd
diff --git a/etc/rc.d/vinum b/etc/rc.d/vinum
deleted file mode 100644
index af1b095..0000000
--- a/etc/rc.d/vinum
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: disks
-# KEYWORD: nojail
-
-. /etc/rc.subr
-
-name="vinum"
-rcvar="start_vinum"
-start_cmd="vinum start"
-stop_cmd=":"
-
-load_rc_config $name
-run_rc_command "$1"
OpenPOWER on IntegriCloud