summaryrefslogtreecommitdiffstats
path: root/include/fts.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-10-08 20:00:44 +0000
committerpeter <peter@FreeBSD.org>1996-10-08 20:00:44 +0000
commitc9ea7e4fc9bacf78ede42980c3b884fead9c4715 (patch)
treeb908a5d8821e5c3c8f6d304e4ec7bb5bd62878e3 /include/fts.h
parent5c2cf660b66159b8e442225db06dfd47b89e7f50 (diff)
downloadFreeBSD-src-c9ea7e4fc9bacf78ede42980c3b884fead9c4715.zip
FreeBSD-src-c9ea7e4fc9bacf78ede42980c3b884fead9c4715.tar.gz
Some tweaks after having run a YP-only system with quotas:
- split the "starting network daemons" in half. - The first half starts things necessary to get full name service up. - The quota check etc moved from "before network" to after the name services are running. quotacheck does a while(p=getpwent()) which isn't real good without YP running... - moved rwhod a little later to put it with the other network stuff. - deferred inetd a tad so that it's after ldconfig and dev_mkdb, otherwise you get logins before you're ready. Unresolved: named is started before ypserv/ypbind still, but named does a while(s = getservent()) and while (p=getprotoent()) to suck in the entire database into memory. This means you cannot have a "+" in the /etc/services or /etc/protocols files or you get a long hang at boot.
Diffstat (limited to 'include/fts.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud