summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-xetc/rc.d/Makefile2
-rw-r--r--etc/rc.d/devdb17
2 files changed, 1 insertions, 18 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index c7c58d7..4104707 100755
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -5,7 +5,7 @@
FILES= DAEMON LOGIN NETWORKING SERVERS abi accounting addswap adjkerntz amd \
apm apmd archdep atm1 atm2.sh atm3.sh bgfsck bootparams ccd cleanvar \
- cleartmp cron devd devdb devfs dhclient diskless dmesg dumpon fsck \
+ cleartmp cron devd devfs dhclient diskless dmesg dumpon fsck \
hostname inetd initdiskless initrandom ip6fw ipfilter ipfs ipfw ipmon \
ipnat ipsec ipxrouted isdnd jail \
kadmind kerberos keyserv kldxref kpasswdd \
diff --git a/etc/rc.d/devdb b/etc/rc.d/devdb
deleted file mode 100644
index 57edafb..0000000
--- a/etc/rc.d/devdb
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-# PROVIDE: devdb
-# REQUIRE: syslogd
-# KEYWORD: FreeBSD
-
-# Build device name databases if we are not using DEVFS
-#
-if sysctl vfs.devfs.generation > /dev/null 2>&1; then
- rm -f /var/run/dev.db
-else
- dev_mkdb
-fi
-
OpenPOWER on IntegriCloud