#!/bin/sh
#RC:RUNINRC
#RC:AFTER remotefs
# XXX I'm not sure if this is really critical - I think it can run any
# time after the remote fses has been mounted.
#RC:AFTER network3
#
# $Id$
#
# Build the system databases
#

# build ps databases
kvm_mkdb 
dev_mkdb

# check the password temp/lock file
if [ -f /etc/ptmp ]
then
	logger -s -p auth.err \
	"password file may be incorrect -- /etc/ptmp exists"
fi

