Commit Graph

162 Commits

Author SHA1 Message Date
mrg c82951e68c add inetd_flags, mostly from <jbernard@tater.Mines.EDU> in pr#2987 1996-12-04 12:55:33 +00:00
mrg b0119cdb4c add dhcpd startup; disabled by default 1996-10-03 07:11:35 +00:00
tls 1986672399 move rpc daemon startup to after network startup so that if the machine is a DNS server and wants to resolve via itself, one doesn't have to wait for all the DNS queries to time out as each rpc daemon starts. This was particularly ugly with mountd. 1996-08-26 06:02:21 +00:00
thorpej 7143a7612e Quote the YP daemon flags variables. 1996-08-09 16:07:42 +00:00
thorpej 2dfaa56a79 Change how the YP daemons are started. Previously, ypbind was always
started if the directory /var/yp exists.  Now, ypbind, ypserv, and
rpc.yppasswdd are started like other daemons; there are flags variables
for these programs.  To disable them, set the variables to "NO", otherwise,
their contents are passed as flags.
1996-08-09 10:29:44 +00:00
mrg 59b7f344f3 add note about why we use /usr/sbin/sendmail. 1996-03-22 03:20:53 +00:00
mrg 014cccd163 now that sendmail supports SIGHUP, call sendmail with full path. 1996-03-22 00:44:59 +00:00
thorpej 8f1fa9720d Add $mrouted_flags to netstart and use it in rc to start mrouted in a manner
similar (well, identical, really) to how $routed_flags is used to start
routed.
1995-12-30 01:30:03 +00:00
thorpej f82fcbac80 New-style RCS ids. 1995-10-08 18:11:40 +00:00
jtc 7fd0d8d882 fix typo in comment 1995-09-16 15:29:20 +00:00
thorpej 040975e646 Conditionally start rbootd like rarpd and rpc.bootparamd, and disable
it by default.
1995-09-02 17:30:41 +00:00
thorpej cc833cb3e2 Fix typos in two comments. 1995-09-02 17:19:22 +00:00
thorpej 4e7f37f974 Configure ccd devices before the filesystem checks, as suggested by
Thomas Eberhardt in PR #1408.
1995-08-27 20:30:53 +00:00
briggs bf98208622 Actually pass all the arguments to amd that we meant to. Reported by
Dave Leonard (D.Leonard@pleiades.newcastle.edu.au).
1994-11-04 13:27:32 +00:00
mycroft 97388e6c43 Create an empty mountdtab after removing it, to avoid getting a warning
from mountd on startup.  Change $name_server to $named_flags.
1994-09-16 23:38:01 +00:00
deraadt f8a2565cb6 always check quotas (there is no reason not to try) 1994-06-27 21:14:19 +00:00
deraadt 5759882532 quotas file(s) changed name in 4.4-lite 1994-06-24 07:51:59 +00:00
cgd 5a9c3f0a89 if install will do the trick, why not use it\? 1994-06-18 06:38:54 +00:00
mycroft 5b65b3e00b Update nfsd and nfsiod invocations. 1994-06-08 18:47:45 +00:00
jtc 7bb3055523 Move building of link editor cache from rc to rc.local, like in SunOS,
because the end user may need to add local directories to be searched.
And rc.local is a much more appropriate place for local changes.

I emailed pk on this matter, and he said that the overhead of not
having linker hints for the daemons started by rc would not be
significant.

This change also closes bug #217.
1994-06-03 05:02:10 +00:00
mycroft fdc5a55aba Attempt to make sure /var is mounted before futzing with it. 1994-05-29 19:10:22 +00:00
jtc e846c118d8 Move code that cleans /var/run so that it is before the automount deamon
startup puts its pid file there (This addressess most of bug #217).
1994-05-29 03:37:33 +00:00
cgd 464e792795 add ttyflags -a, early on in rc. 1994-04-10 06:42:40 +00:00
cgd 31d422a3a0 keep amd pid in /var/run/amd.pid 1994-03-28 05:47:28 +00:00
cgd 3136bd9571 punctuation 1994-03-18 00:58:20 +00:00
cgd 4523219375 kill uucp lock files. from Mike Long <mike.long@analog.com> 1994-03-17 23:22:40 +00:00
cgd e0ade9fbf5 slight change to the way AMD is invoked, to make it sensible for most uses 1994-03-14 04:14:13 +00:00
cgd 3ed8e27e29 make booting comments a bit cleaner 1994-03-09 04:02:58 +00:00
cgd b09f56e8b1 automatically enable accounting and rotate logs 1994-02-26 03:29:23 +00:00
cgd cf27654269 don't delete preserve files! 1994-02-01 00:36:34 +00:00
mycroft b6537fd765 Do the right thing for nvi. 1994-01-30 17:15:52 +00:00
jtc 645e8cd8d0 The cron daemon now lives in /usr/sbin 1994-01-13 18:43:50 +00:00
mycroft ed3483e8c2 Add bootparamd gunk. 1994-01-10 16:57:24 +00:00
mycroft 59af92f761 Add rarpd gunk. 1994-01-10 16:43:06 +00:00
jtc 35a219c2bf The cron daemon has been renamed from crond to cron. This name change
is from Vixie Cron 3.0, to make it like the 4.3BSD cron.
1994-01-05 21:35:25 +00:00
deraadt 2fa59a6b60 start amd if requested
do nfs mounting after mountd has been started (so two machines can cross-mount
nfs from each other, else they hang if booted simultaneously)
1994-01-05 06:34:56 +00:00
deraadt 61b54a3379 initialize rpc services in proper order 1993-12-16 04:02:23 +00:00
mycroft d1da713410 Use `.' to run rc.local, rather than starting another shell, so that variables
from netstart are passed on.
1993-12-15 07:24:31 +00:00
cgd 73b217910b fix comment, add check 1993-12-01 01:38:21 +00:00
mycroft eafa1693d9 Put ldconfig later so it doesn't get wiped when reaping /var/run. 1993-11-26 20:11:44 +00:00
mycroft 3d350fb581 Build ld.so.hints on each boot. 1993-11-21 21:06:46 +00:00
cgd 609bf6154c more flags 1993-11-17 09:20:43 +00:00
cgd 1919837079 quote sendmail_flags test, from Patrick Bridges <patrick@buffy.cs.msstate.edu> 1993-11-17 09:19:35 +00:00
cgd 90a52de601 (1) clean up lots (rename fooflags -> foo_flags, etc.)
(2) implement suggestion made by Garrett Wollman of "sendmail flags"
	to set flags passed to sendmail and/or turn it off
(3) document origins of variables
1993-11-07 10:36:48 +00:00
cgd ae97749f6d never rotate accounting logs, and turn on accounting the way done in net/2 1993-10-20 00:13:43 +00:00
mycroft 3302edb38a Use `-e fastboot', not `-r fastboot'. 1993-09-05 23:12:36 +00:00
deraadt 5d5fd66358 it's clear that mountd started from inetd doesn't work 1993-09-01 09:43:33 +00:00
brezak 6ce6685814 mountd is now started by inetd. 1993-08-25 02:44:11 +00:00
brezak 70f813217a Don't start rwalld - now started by inetd. 1993-06-11 00:39:31 +00:00
cgd 662c7885fb prune dirs rm'd when cleaning tmp 1993-05-03 10:52:21 +00:00
cgd ab920a40d0 turn on accounting if /var/account exists 1993-05-03 04:19:40 +00:00
cgd b740fbac92 bsd->netbsd 1993-04-28 06:37:52 +00:00
cgd 7f6ef807e1 new kernel is bsd 1993-04-28 05:39:57 +00:00
glass f5b725b323 fixes for nfs_client, nfs_server division. 1993-04-10 20:15:30 +00:00
cgd 011708d80c always run portmap 1993-04-10 18:01:31 +00:00
glass 9453ddc86e mountd's log of who has what filesystem mounted should not persist across
reboots.
1993-04-10 11:24:37 +00:00
cgd 0ce19b94e1 rwalld should be run *after* the portmapper. 1993-04-09 19:13:21 +00:00
cgd 3c9f6bb2b3 screwed it up again... = vs ==. 1993-04-05 04:01:06 +00:00
cgd 5a29d10aff screwed up comparison for rwalld and rwhod... 1993-04-05 03:55:14 +00:00
cgd 724dd15fc3 updated for addition of rwalld 1993-04-04 18:59:11 +00:00
cgd dd919dd07f got rid of damned highlight characters, and changed
method to turn on rwhod.
1993-04-02 08:00:07 +00:00
cgd 61f282557f initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00