vfs/procfs: Add kqueue support
[dragonfly.git] / etc / rc.d / sysdb
blobc7459fe278cd34fa8003fbf3274575b99da56a1d
1 #!/bin/sh
3 # $NetBSD: sysdb,v 1.9 2002/03/22 04:34:00 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/sysdb,v 1.2 2002/06/13 22:14:36 gordon Exp $
7 # PROVIDE: sysdb
8 # REQUIRE: mountcritremote
10 . /etc/rc.subr
12 name="sysdb"
13 start_cmd="sysdb_start"
14 stop_cmd=":"
16 sysdb_start()
18 echo "Building databases..."
19 install -c -m 644 -g wheel /dev/null /var/run/utmpx
22 load_rc_config $name
23 run_rc_command "$1"