summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/devdb
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/devdb')
-rw-r--r--etc/rc.d/devdb17
1 files changed, 0 insertions, 17 deletions
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