1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Peter Wemm c42c124eb7 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.
1996-10-08 20:00:44 +00:00
bin Fix a problem with sh that conflicts with the -e 1996-10-06 15:17:19 +00:00
contrib Fix a typo. Oops. 1996-10-08 19:16:24 +00:00
eBones More ${.CURDIR} changes. 1996-10-01 15:20:29 +00:00
etc Some tweaks after having run a YP-only system with quotas: 1996-10-08 20:00:44 +00:00
games delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
gnu Use ${INSTALL} -C instead of -c. I did it with -C originally, but during 1996-10-07 23:38:08 +00:00
include Fixed the wrong include file for a "prototype mismatch" error between 1996-10-08 01:38:36 +00:00
lib Link shared libraries with -x 1996-10-08 04:37:00 +00:00
libexec correct spelling of 'X Window System' (tm) 1996-10-06 17:59:28 +00:00
lkm delete unused variable BINDIR, use new variable MODLOAD/MODUNLOAD 1996-10-06 22:17:16 +00:00
release Add note about SYN fix. 1996-10-07 04:43:01 +00:00
sbin Fix the case where fsck would not see sparse directories and the kernel would 1996-10-08 14:54:53 +00:00
secure
share Document what I believe to be the interface of rtalloc*. 1996-10-08 18:45:06 +00:00
sys Fixed the wrong include file for a "prototype mismatch" error between 1996-10-08 01:38:36 +00:00
tools
usr.bin O' to be bitten by CVS. Cleanup after import 1996-10-08 04:07:59 +00:00
usr.sbin Add the feature to use MYADDR & HISADDR macroes as arguments to 1996-10-07 10:01:17 +00:00
COPYRIGHT
Makefile Add awk to build target. 1996-10-06 02:17:43 +00:00