The NetBSD Project

CVS log for src/etc/rc

[BACK] Up to [cvs.NetBSD.org] / src / etc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.175 / (download) - annotate - [select for diffs], Tue Sep 8 16:10:53 2020 UTC (3 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, HEAD
Changes since 1.174: +4 -4 lines
Diff to previous 1.174 (colored) to selected 1.129 (colored)

Ooops, overlooked one MOUNTCRITLOCAL reference in the rename to
CRITLOCALMOUNTED.

Revision 1.174 / (download) - annotate - [select for diffs], Wed Jul 22 16:50:41 2020 UTC (3 years, 8 months ago) by martin
Branch: MAIN
Changes since 1.173: +4 -4 lines
Diff to previous 1.173 (colored) to selected 1.129 (colored)

Split the local disk availability step into two phases to allow scripts
that pre-populate parts of the system (e.g. a tmpfs based /var) an
easy place to plug in like:

# REQUIRE: mountcritlocal
# BEFORE: MOUNTCRITLOCAL

This also cleans up the existing special handling a bit by separating it
into new scripts. All later scripts now depend on MOUNTCRITLOCAL.
Discussed on tech-userlevel some time ago.

Revision 1.173 / (download) - annotate - [select for diffs], Mon Mar 20 16:02:48 2017 UTC (7 years ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-localcount-20170426, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, is-mlppp-base, is-mlppp, bouyer-socketcan-base1
Changes since 1.172: +2 -1 lines
Diff to previous 1.172 (colored) to selected 1.129 (colored)

set cloexec to the rc postprocessor fd (rudolf in tech-userlevel)

Revision 1.172 / (download) - annotate - [select for diffs], Thu Feb 2 20:49:55 2017 UTC (7 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-20170320
Changes since 1.171: +2 -2 lines
Diff to previous 1.171 (colored) to selected 1.129 (colored)

add +

Revision 1.171 / (download) - annotate - [select for diffs], Thu Feb 2 20:01:36 2017 UTC (7 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.170: +2 -1 lines
Diff to previous 1.170 (colored) to selected 1.129 (colored)

set 7 and 8 to close on exec.

Revision 1.170 / (download) - annotate - [select for diffs], Tue Jul 29 20:39:16 2014 UTC (9 years, 8 months ago) by apb
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-base, pgoyette-localcount-base, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, localcount-20160914, bouyer-socketcan-base
Branch point for: pgoyette-localcount, bouyer-socketcan
Changes since 1.169: +5 -1 lines
Diff to previous 1.169 (colored) to selected 1.129 (colored)

In the background subshell that flushes partial output every few
seconds, detach from the controlling terminal.  Without this, pressing
control-T (to send SIGINFO from the terminal) would almost always result
in the sleep process printing "about N seconds left of the original 3",
which is useless information.

Revision 1.169 / (download) - annotate - [select for diffs], Sun Jul 27 07:46:46 2014 UTC (9 years, 8 months ago) by apb
Branch: MAIN
Changes since 1.168: +2 -1 lines
Diff to previous 1.168 (colored) to selected 1.129 (colored)

In rc.subr, add _have_rc_postprocessor function and use it instead of
inline tests like [ -n "${_rc_postprocessor_fd}" ]. The new function
performs a few new tests, including verifying that /etc/rc is still
running (using a new _rc_pid variable set by /etc/rc).

This is intended to deal with the case that a script run from /etc/rc
spawns a background process, then /etc/rc exits, but the background
process still has environment variables inherited from /etc/rc.

Fixes PR 46546.

Revision 1.168 / (download) - annotate - [select for diffs], Wed Apr 9 12:45:05 2014 UTC (9 years, 11 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base9
Changes since 1.167: +15 -1 lines
Diff to previous 1.167 (colored) to selected 1.129 (colored)

Send a "nop" metadata message to the postprocessor every few seconds,
to flush partial output lines.  This should help with PR 48714.

Revision 1.167 / (download) - annotate - [select for diffs], Wed Apr 9 12:38:09 2014 UTC (9 years, 11 months ago) by apb
Branch: MAIN
Changes since 1.166: +21 -5 lines
Diff to previous 1.166 (colored) to selected 1.129 (colored)

Add comments about the intended use of each type of metadata message.

Revision 1.166 / (download) - annotate - [select for diffs], Thu Aug 11 22:52:47 2011 UTC (12 years, 7 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, khorben-n900, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys, tls-earlyentropy
Changes since 1.165: +39 -4 lines
Diff to previous 1.165 (colored) to selected 1.129 (colored)

Allow "echo -n" to work as expected in rc.d scripts that are executed
by /etc/rc.  Similarly for printf with a format that does not end with
"\n".  Previously, the partial line would not be visible on the console
until a newline was printed, possibly after an annoying delay.

This is done by adding echo() and printf() shell functions to rc.subr,
so that naive use of the echo and printf commands in rc.d scripts will
call these functions instead of the underlying commands.  These shell
functions send a new "nop" metadata message after the partial line, and
the rc_postprocess function in /etc/rc disentangles the partial line of
plain output from the metadata "nop".

Also add a "-n" option to the print_rc_normal function in rc.subr,
and make some cosmetic changes.

Revision 1.165 / (download) - annotate - [select for diffs], Fri Jun 4 18:42:54 2010 UTC (13 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.164: +2 -2 lines
Diff to previous 1.164 (colored) to selected 1.129 (colored)

print human readable exit code.

Revision 1.164 / (download) - annotate - [select for diffs], Fri Sep 11 18:17:04 2009 UTC (14 years, 6 months ago) by apb
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.163: +364 -18 lines
Diff to previous 1.163 (colored) to selected 1.129 (colored)

Add a postprocessor to /etc/rc, which logs messages to /var/run/rc.log,
and which can suppress output in silent mode.  Silent mode is enabled
via the new rc_silent variable, which defaults to a value that depends
on the kern.boothowto sysctl.

Part of the /etc/rc silent changes requested in PR 41946
and proposed in tech-userlevel.

Revision 1.163 / (download) - annotate - [select for diffs], Fri Apr 10 16:18:04 2009 UTC (14 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.162: +5 -2 lines
Diff to previous 1.162 (colored) to selected 1.129 (colored)

Add rc_directories to specify where to look for rc scripts.
For the moment all scripts must be in /root and non-existent directories
are skipped.

Revision 1.162 / (download) - annotate - [select for diffs], Sat Jan 4 15:27:43 2003 UTC (21 years, 2 months ago) by lukem
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, mjf-devfs2-base2, mjf-devfs2-base, mjf-devfs2, mjf-devfs-base, mjf-devfs, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: jym-xensuspend
Changes since 1.161: +2 -2 lines
Diff to previous 1.161 (colored) to selected 1.129 (colored)

Change how internal boolean variables are used to:
	if ! ${_somevar:-false}; then
		_somevar=true
	fi
(Consisent, slightly quicker, and slightly cleaner)

Revision 1.161 / (download) - annotate - [select for diffs], Sun May 19 01:01:32 2002 UTC (21 years, 10 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, fvdl_fs64_base
Changes since 1.160: +2 -2 lines
Diff to previous 1.160 (colored) to selected 1.129 (colored)

Add two new rc.conf(5) variables:
    rc_rcorder_flags		extra flags to rcorder(8) in /etc/rc
    rcshutdown_rcorder_flags	extra flags to rcorder(8) in /etc/rc.shutdown

This can be used to specify extra directories to search for rc.d scripts in.
For example, adding the following to rc.conf(5):
	rc_rcorder_flags="/usr/pkg/etc/rc.d/*"
	rcshutdown_rcorder_flags="/usr/pkg/etc/rc.d/*"
will add the files in /usr/pkg/etc/rc.d to the list of files that rcorder(8)
uses to build the list of scripts to start or stop.

I proposed this functionality on tech-userlevel@ over one month ago.
Closes the recent [misc/16888], which asked for a similar feature.

Revision 1.160 / (download) - annotate - [select for diffs], Thu Apr 18 07:18:05 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.159: +2 -2 lines
Diff to previous 1.159 (colored) to selected 1.129 (colored)

consistently set rc_(fast|force)=yes

Revision 1.159 / (download) - annotate - [select for diffs], Fri Mar 22 04:16:38 2002 UTC (22 years ago) by lukem
Branch: MAIN
Changes since 1.158: +2 -2 lines
Diff to previous 1.158 (colored) to selected 1.129 (colored)

- Rename a bunch of "internal" run_rc_command() variables and officially
  make them "externally" available:
	Previous	Current		Purpose
	--------	-------		-------
	_arg		rc_arg		Argument to command, after fast/force
					processing performed (and prefix
					removed)

	_flags		rc_flags	Flags to start the default command
					with.  Defaults to ${name}_flags,
					unless overridden by $flags from the
					environment.  This variable may be
					changed by the precmd method.

	_pid		rc_pid		PID of command (if appropriate).

	_rc_run_fast	rc_fast		Not empty is "fast" was provided.

	_rc_run_force	rc_force	Not empty is "force" was provided.

- Use rc_flags instead of _flags or ${name}_flags in various rc.d scripts,
  so that $flags from the environment overrides ${name}_flags from rc.conf(5).
  Fixes [bin/15800].

Revision 1.158 / (download) - annotate - [select for diffs], Thu Jun 14 07:50:06 2001 UTC (22 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.157: +5 -5 lines
Diff to previous 1.157 (colored) to selected 1.129 (colored)

use symbolic signal names instead of numbers

Revision 1.157 / (download) - annotate - [select for diffs], Wed May 9 16:53:45 2001 UTC (22 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.156: +2 -1 lines
Diff to previous 1.156 (colored) to selected 1.129 (colored)

explicitly set the umask to 022 to be safe

Revision 1.156 / (download) - annotate - [select for diffs], Mon Mar 12 15:56:39 2001 UTC (23 years ago) by lukem
Branch: MAIN
Changes since 1.155: +3 -3 lines
Diff to previous 1.155 (colored) to selected 1.129 (colored)

move date before rcorder

Revision 1.155 / (download) - annotate - [select for diffs], Wed Feb 28 16:49:18 2001 UTC (23 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.154: +6 -3 lines
Diff to previous 1.154 (colored) to selected 1.129 (colored)

various speed-ups (and related work):
- only load rc.conf if $_rc_conf_loaded is not set
- use case instead of if for various string comparisons
- print the date at the start of the boot as well as at the end
- if $rc_fast_and_loose is set, always run the rc.d scripts in the
  current shell rather than in a subshell. this is not on by default
  because it's potentially dangerous (a rogue command could terminate
  the boot), but it is provided as an optional speedup for people
  with slow machines that have an expensive fork

Revision 1.154 / (download) - annotate - [select for diffs], Fri Dec 15 00:00:09 2000 UTC (23 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.153: +3 -3 lines
Diff to previous 1.153 (colored) to selected 1.129 (colored)

- describe what rc.shutdown does, and what invokes it
- remove `.sh' suffix on script name in description

Revision 1.153 / (download) - annotate - [select for diffs], Mon Aug 21 23:09:50 2000 UTC (23 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.152: +2 -2 lines
Diff to previous 1.152 (colored) to selected 1.129 (colored)

don't start rc.d scripts with a `nostart' keyword

Revision 1.152 / (download) - annotate - [select for diffs], Sat Apr 22 03:01:22 2000 UTC (23 years, 11 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-ALPHA2, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.151: +2 -2 lines
Diff to previous 1.151 (colored) to selected 1.129 (colored)

revert previous; the fast-start functionality already existed, and
works at multi-user boot. (starting /etc/rc after single user boot
doesn't exhibit this fast start behaviour).

Revision 1.151 / (download) - annotate - [select for diffs], Wed Apr 19 04:26:22 2000 UTC (23 years, 11 months ago) by simonb
Branch: MAIN
Changes since 1.150: +2 -2 lines
Diff to previous 1.150 (colored) to selected 1.129 (colored)

Add an "rc_fastboot" variable check in rc.subr, that if set adds
"fast" to the start of the run_rc_command arg.

/etc/rc calls each rc.d script with rc_fastboot=yes so that rc.subr
aware scripts to use "faststart" to skip the process running check.

Revision 1.150 / (download) - annotate - [select for diffs], Wed Mar 29 02:13:51 2000 UTC (24 years ago) by enami
Branch: MAIN
Changes since 1.149: +6 -1 lines
Diff to previous 1.149 (colored) to selected 1.129 (colored)

Check rc_configured also here, and bail out if it isn't set to yes.

Revision 1.149 / (download) - annotate - [select for diffs], Fri Mar 10 13:15:58 2000 UTC (24 years ago) by lukem
Branch: MAIN
Changes since 1.148: +26 -621 lines
Diff to previous 1.148 (colored) to selected 1.129 (colored)

run scripts in /etc/rc.d/* in the order returned by rcorder

Revision 1.148 / (download) - annotate - [select for diffs], Tue Mar 7 14:33:13 2000 UTC (24 years ago) by jdolecek
Branch: MAIN
Changes since 1.147: +11 -8 lines
Diff to previous 1.147 (colored) to selected 1.129 (colored)

make clearing of /tmp after reboot configurable (default on), as per recent
discussion on current-users

Revision 1.147 / (download) - annotate - [select for diffs], Wed Feb 9 16:24:03 2000 UTC (24 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.146: +3 -3 lines
Diff to previous 1.146 (colored) to selected 1.129 (colored)

ip6forwarding -> ip6mode change (somehow i forgot to commit...)
PR: 9375

Revision 1.146 / (download) - annotate - [select for diffs], Sat Feb 5 17:02:42 2000 UTC (24 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.145: +6 -5 lines
Diff to previous 1.145 (colored) to selected 1.129 (colored)

change IPv6 configuration syntax to avoid ambiguity.
ip6mode=host: IPv6 host
ip6mode=autohost: IPv6 host, with autoconfig
ip6mode=router: IPv6 router

backward compatibility to "ip6forwading" is provided.

Revision 1.145 / (download) - annotate - [select for diffs], Mon Jan 31 12:47:29 2000 UTC (24 years, 2 months ago) by jdc
Branch: MAIN
Changes since 1.144: +2 -2 lines
Diff to previous 1.144 (colored) to selected 1.129 (colored)

Allow NFS servers to start up.

Revision 1.144 / (download) - annotate - [select for diffs], Wed Jan 19 12:00:49 2000 UTC (24 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.143: +4 -3 lines
Diff to previous 1.143 (colored) to selected 1.129 (colored)

Start automount daemon even if NFS client is not activated. This makes
sense for system where "amd" is used to mount local devices like e.g.
CD-ROM drives. Fixes PR misc/9126 by Bjoern Labitzke.

Revision 1.143 / (download) - annotate - [select for diffs], Wed Jan 19 03:52:12 2000 UTC (24 years, 2 months ago) by enami
Branch: MAIN
Changes since 1.142: +3 -3 lines
Diff to previous 1.142 (colored) to selected 1.129 (colored)

Make some warning message consistient with others.

Revision 1.142 / (download) - annotate - [select for diffs], Fri Jan 7 05:53:21 2000 UTC (24 years, 2 months ago) by enami
Branch: MAIN
Changes since 1.141: +16 -16 lines
Diff to previous 1.141 (colored) to selected 1.129 (colored)

Since the logger(1) puts space between its arguments, there is no need
to pass it explicitly.

Revision 1.141 / (download) - annotate - [select for diffs], Fri Jan 7 05:25:45 2000 UTC (24 years, 2 months ago) by enami
Branch: MAIN
Changes since 1.140: +15 -6 lines
Diff to previous 1.140 (colored) to selected 1.129 (colored)

Make sure that warning message starts from the beginning of line.  Some
warning recently added didn't care about it.

Revision 1.140 / (download) - annotate - [select for diffs], Fri Jan 7 05:11:43 2000 UTC (24 years, 2 months ago) by enami
Branch: MAIN
Changes since 1.139: +19 -17 lines
Diff to previous 1.139 (colored) to selected 1.129 (colored)

Cosmetic changes; folding long lines, using tab instead of spaces where
appropriate and fixing some indentation.

Revision 1.139 / (download) - annotate - [select for diffs], Tue Jan 4 05:20:51 2000 UTC (24 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.138: +2 -2 lines
Diff to previous 1.138 (colored) to selected 1.129 (colored)

don't need to background xfs now that it auto-backgrounds itself...

Revision 1.138 / (download) - annotate - [select for diffs], Tue Nov 23 15:12:43 1999 UTC (24 years, 4 months ago) by hubertf
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.137: +11 -1 lines
Diff to previous 1.137 (colored) to selected 1.129 (colored)

Add some boot time warnings:
 - if ypserv=yes but portmap=no
 - if yppasswdd=yes but ypserv=no
 - if nfs_server=yes but portmap=no

Per discussion on tech-userlevel@netbsd.org.

Revision 1.137 / (download) - annotate - [select for diffs], Tue Nov 23 08:05:04 1999 UTC (24 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.136: +10 -3 lines
Diff to previous 1.136 (colored) to selected 1.129 (colored)

accounting should be controllable via $accounting=YES in rc.conf...

Revision 1.136 / (download) - annotate - [select for diffs], Mon Nov 15 20:04:50 1999 UTC (24 years, 4 months ago) by fvdl
Branch: MAIN
Changes since 1.135: +1 -4 lines
Diff to previous 1.135 (colored) to selected 1.129 (colored)

Remove update, it's no longer used.

Revision 1.135 / (download) - annotate - [select for diffs], Sat Oct 30 12:35:30 1999 UTC (24 years, 5 months ago) by frueauf
Branch: MAIN
CVS Tags: comdex-fall-1999-base, comdex-fall-1999
Changes since 1.134: +2 -2 lines
Diff to previous 1.134 (colored) to selected 1.129 (colored)

Use checkyesno to check the state of $rc_configured like for any other
variable set in /etc/rc.conf. Pointed out by Erik Bertelsen
<erik@mediator.uni-c.dk> in pr 8522.

Revision 1.134 / (download) - annotate - [select for diffs], Tue Oct 5 10:54:27 1999 UTC (24 years, 5 months ago) by darrenr
Branch: MAIN
Changes since 1.133: +10 -6 lines
Diff to previous 1.133 (colored) to selected 1.129 (colored)

move old dev_mkdb and "kvm_mkdb /netbsd" up into the section which builds
kvm_mkdb based on machdep.boot_kernel. also failover to "kvm_mkdb /netbsd".

Revision 1.133 / (download) - annotate - [select for diffs], Tue Oct 5 10:32:56 1999 UTC (24 years, 5 months ago) by darrenr
Branch: MAIN
Changes since 1.132: +83 -40 lines
Diff to previous 1.132 (colored) to selected 1.129 (colored)

send sysctl machdep errors to /dev/null
merge in patches to implement multiple bootup configurations (look for
/etc/etc.current, /etc/etc.default and friends)
only start up NFS services if either nfs_client or nfs_server is yes.

Revision 1.132 / (download) - annotate - [select for diffs], Tue Sep 28 14:53:17 1999 UTC (24 years, 6 months ago) by bouyer
Branch: MAIN
Changes since 1.131: +7 -1 lines
Diff to previous 1.131 (colored) to selected 1.129 (colored)

Add support for $defcorename

Revision 1.131 / (download) - annotate - [select for diffs], Thu Sep 16 11:00:44 1999 UTC (24 years, 6 months ago) by darrenr
Branch: MAIN
Branch point for: wrstuden-devbsize
Changes since 1.130: +7 -1 lines
Diff to previous 1.130 (colored) to selected 1.129 (colored)

If machdep.booted_kernel can be found in sysctl output, feed that name into
kvm_mkdb so that when we boot we always have an upto-date kvm db, allowing
dmesg and friends to run without error when we do "boot netbsd.fun" to test
kernels, etc.

Revision 1.130 / (download) - annotate - [select for diffs], Fri Sep 3 13:40:15 1999 UTC (24 years, 7 months ago) by itojun
Branch: MAIN
Changes since 1.129: +14 -2 lines
Diff to previous 1.129 (colored)

add sanity check on rtadvd invocation (allowed on IPv6 routers only).
add rc.conf entry for rtsold.

Revision 1.129 / (download) - annotate - [selected], Sat Aug 28 03:39:59 1999 UTC (24 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.128: +4 -2 lines
Diff to previous 1.128 (colored)

check if vi recovery files are regular files before trying to e-mail them.
Stops a denial of service attack where the user can put a named pipe or
any other device that blocks i/o in /var/tmp/vi.recover/recover.*
[from dynamo@ime.net]

Revision 1.128 / (download) - annotate - [select for diffs], Thu Aug 5 20:51:57 1999 UTC (24 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.127: +2 -2 lines
Diff to previous 1.127 (colored) to selected 1.129 (colored)

Create temp _motd file in /etc

Revision 1.127 / (download) - annotate - [select for diffs], Sat Jul 3 03:29:29 1999 UTC (24 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.126: +9 -1 lines
Diff to previous 1.126 (colored) to selected 1.129 (colored)

add IPv6 configuration (ip6forwarding, rtsol, route6d and rtadvd).
Right now netsetart does not bother you even if you do not have
"options INET6" in the kernel.

Revision 1.126 / (download) - annotate - [select for diffs], Wed Jun 30 06:48:05 1999 UTC (24 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.125: +1 -5 lines
Diff to previous 1.125 (colored) to selected 1.129 (colored)

usbd is dead.

Revision 1.125 / (download) - annotate - [select for diffs], Tue Apr 13 07:40:53 1999 UTC (24 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.124: +6 -6 lines
Diff to previous 1.124 (colored) to selected 1.129 (colored)

Configure wscons much earlier so that a virtual console can e.g. be
used for "syslogd" output.

Revision 1.124 / (download) - annotate - [select for diffs], Thu Apr 1 03:58:44 1999 UTC (25 years ago) by cjs
Branch: MAIN
CVS Tags: netbsd-1-4-base
Branch point for: netbsd-1-4
Changes since 1.123: +3 -7 lines
Diff to previous 1.123 (colored) to selected 1.129 (colored)

Change mount_critical_filesystems() so that if given an argument
of "local" it will not mount filesystem types it identifies as
network file systems (currently just nfs). Call the function twice,
before networking starts with arg "local", after networking starts
with arg "network". Remove critfs_require_network as is now redundant.

Revision 1.123 / (download) - annotate - [select for diffs], Fri Mar 26 13:45:47 1999 UTC (25 years ago) by drochner
Branch: MAIN
Changes since 1.122: +7 -5 lines
Diff to previous 1.122 (colored) to selected 1.129 (colored)

start xdm after wscons configuration - the X server might want an own
virtual screen

Revision 1.122 / (download) - annotate - [select for diffs], Fri Mar 26 13:10:17 1999 UTC (25 years ago) by sommerfe
Branch: MAIN
Changes since 1.121: +3 -1 lines
Diff to previous 1.121 (colored) to selected 1.129 (colored)

Add dhcrelay startup (allow only if dhcpd isn't started)

Revision 1.121 / (download) - annotate - [select for diffs], Fri Mar 26 01:11:45 1999 UTC (25 years ago) by oster
Branch: MAIN
Changes since 1.120: +1 -2 lines
Diff to previous 1.120 (colored) to selected 1.129 (colored)

Nuke the line 'raidctl -r raid$dev'.  a) The '-r' option is now '-i', and
b) with component labels and clean-bits working, this shouldn't be
required at all on each boot!  Thanks to Andrew Gillham for pointing this out.

Revision 1.120 / (download) - annotate - [select for diffs], Wed Mar 24 18:59:47 1999 UTC (25 years ago) by mellon
Branch: MAIN
Changes since 1.119: +8 -14 lines
Diff to previous 1.119 (colored) to selected 1.129 (colored)

- Move critical filesystem mounting code into a shell function and put
  that in rc.subr.
- Support critfs_require_network rc.conf variable.

Revision 1.119 / (download) - annotate - [select for diffs], Fri Mar 19 00:35:44 1999 UTC (25 years ago) by perry
Branch: MAIN
Changes since 1.118: +6 -2 lines
Diff to previous 1.118 (colored) to selected 1.129 (colored)

change to new syslog socket. make symlink from old to new location, too.

Revision 1.118 / (download) - annotate - [select for diffs], Wed Mar 17 15:49:47 1999 UTC (25 years ago) by drochner
Branch: MAIN
Changes since 1.117: +1 -1 lines
Diff to previous 1.117 (colored) to selected 1.129 (colored)

rc.wscons can take arguments, so we shouldn't simply source it but exec in
a subshell. Being here, add a prototype wscons_flags variable.

Revision 1.117 / (download) - annotate - [select for diffs], Sun Mar 14 14:04:40 1999 UTC (25 years ago) by drochner
Branch: MAIN
Changes since 1.116: +6 -1 lines
Diff to previous 1.116 (colored) to selected 1.129 (colored)

introduce a "wscons" rc.conf flag and run /etc/rc.wscons from /etc/rc
if it is set

Revision 1.116 / (download) - annotate - [select for diffs], Sun Feb 7 14:56:01 1999 UTC (25 years, 1 month ago) by frueauf
Branch: MAIN
Changes since 1.115: +2 -2 lines
Diff to previous 1.115 (colored) to selected 1.129 (colored)

No need to involve awk in the securelevel part, since sysctl has the -n switch.
Pointed out by NAKAJIMA Yoshihiro.

Revision 1.115 / (download) - annotate - [select for diffs], Sun Feb 7 00:47:08 1999 UTC (25 years, 1 month ago) by bad
Branch: MAIN
Changes since 1.114: +2 -2 lines
Diff to previous 1.114 (colored) to selected 1.129 (colored)

Use peers too when setting the time via ntpdate.

Revision 1.114 / (download) - annotate - [select for diffs], Sat Feb 6 23:22:31 1999 UTC (25 years, 1 month ago) by frueauf
Branch: MAIN
Changes since 1.113: +2 -2 lines
Diff to previous 1.113 (colored) to selected 1.129 (colored)

Add missing '' for awk in the securelevel part.

Revision 1.113 / (download) - annotate - [select for diffs], Mon Feb 1 00:34:25 1999 UTC (25 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.112: +2 -2 lines
Diff to previous 1.112 (colored) to selected 1.129 (colored)

oops, that's -n not -z.  pointed out by hubert...

Revision 1.112 / (download) - annotate - [select for diffs], Sun Jan 31 08:46:58 1999 UTC (25 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.111: +15 -1 lines
Diff to previous 1.111 (colored) to selected 1.129 (colored)

increase the securelevel (using the same rules as before) much earlier in the
boot process.  before cron, sendmail, inetd, etc, are run, but after lkms are
loaded.  this avoids the chances of `@reboot', mail .forwards, remote logins,
etc., happening before the securelevel has been raised.

Revision 1.111 / (download) - annotate - [select for diffs], Tue Jan 12 12:42:46 1999 UTC (25 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.110: +7 -4 lines
Diff to previous 1.110 (colored) to selected 1.129 (colored)

support dmesg=NO and dmesg_flags, and do not cut the old boot messages..they might be useful.  fix a typo (rbootd is not rarpd)

Revision 1.110 / (download) - annotate - [select for diffs], Tue Jan 12 04:58:37 1999 UTC (25 years, 2 months ago) by jwise
Branch: MAIN
Changes since 1.109: +4 -2 lines
Diff to previous 1.109 (colored) to selected 1.129 (colored)

Enable cron to be turned on and off from rc.conf, like other daemons.
From Soren S. Jorvang <soren@t.dk>, closes his PR bin/5250.

Revision 1.109 / (download) - annotate - [select for diffs], Mon Jan 11 21:04:38 1999 UTC (25 years, 2 months ago) by jwise
Branch: MAIN
Changes since 1.108: +2 -2 lines
Diff to previous 1.108 (colored) to selected 1.129 (colored)

Add $portmap_flags variable, now that portmap has optional flags, and
by default, pass '-l' flag (libwrap logging) by analogy with inetd

Revision 1.108 / (download) - annotate - [select for diffs], Wed Jan 6 03:41:44 1999 UTC (25 years, 2 months ago) by abs
Branch: MAIN
Changes since 1.107: +4 -1 lines
Diff to previous 1.107 (colored) to selected 1.129 (colored)

save a copy of the boot messages. Closes 6398 from msanders@confusion.net

Revision 1.107 / (download) - annotate - [select for diffs], Mon Jan 4 00:49:36 1999 UTC (25 years, 2 months ago) by tron
Branch: MAIN
Changes since 1.106: +9 -1 lines
Diff to previous 1.106 (colored) to selected 1.129 (colored)

Add support for RAIDframe configuration as suggested by Eric S. Hvozda
in PR install/6676.

Revision 1.106 / (download) - annotate - [select for diffs], Sat Nov 21 03:00:38 1998 UTC (25 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.105: +2 -2 lines
Diff to previous 1.105 (colored) to selected 1.129 (colored)

allow /var/crash to be a symlink to a directory

Revision 1.105 / (download) - annotate - [select for diffs], Sun Jul 12 19:51:55 1998 UTC (25 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.104: +5 -1 lines
Diff to previous 1.104 (colored) to selected 1.129 (colored)

Add USB support.  Supported so far:
* UHCI and OHCI host controllers on PCI
* Hubs
* HID devices withe special drivers for mouse and keyboard
* Printers

Revision 1.104 / (download) - annotate - [select for diffs], Sun Jun 21 16:38:38 1998 UTC (25 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.103: +3 -3 lines
Diff to previous 1.103 (colored) to selected 1.129 (colored)

Strip comments from "${amd_master}".

Revision 1.103 / (download) - annotate - [select for diffs], Tue Apr 7 04:47:33 1998 UTC (25 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.102: +5 -1 lines
Diff to previous 1.102 (colored) to selected 1.129 (colored)

add "screenblank" support.

Revision 1.102 / (download) - annotate - [select for diffs], Tue Feb 24 00:24:45 1998 UTC (26 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored) to selected 1.129 (colored)

send ntpdate output to syslog rather than stdout (with -s).
suggested by "Soren S.  Jorvang" <soren@t.dk>

Revision 1.101 / (download) - annotate - [select for diffs], Mon Feb 23 05:20:52 1998 UTC (26 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.100: +5 -2 lines
Diff to previous 1.100 (colored) to selected 1.129 (colored)

exclude 127.127 servers when automagically determining ntpdate hosts

Revision 1.100 / (download) - annotate - [select for diffs], Mon Jan 26 12:02:50 1998 UTC (26 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.99: +7 -7 lines
Diff to previous 1.99 (colored) to selected 1.129 (colored)

include rc.subr and use appropriately

Revision 1.99 / (download) - annotate - [select for diffs], Sat Jan 24 19:12:55 1998 UTC (26 years, 2 months ago) by veego
Branch: MAIN
Changes since 1.98: +10 -1 lines
Diff to previous 1.98 (colored) to selected 1.129 (colored)

Move ipnat from /etc/netstart to /etc/rc after /usr is mounted.

Revision 1.98 / (download) - annotate - [select for diffs], Fri Jan 9 21:57:17 1998 UTC (26 years, 2 months ago) by perry
Branch: MAIN
Changes since 1.97: +2 -1 lines
Diff to previous 1.97 (colored) to selected 1.129 (colored)

Fix pr 4587 (from Matthias Scheler) -- pause slightly after xfs starts.

Revision 1.97 / (download) - annotate - [select for diffs], Sun Nov 23 04:17:57 1997 UTC (26 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.96: +7 -1 lines
Diff to previous 1.96 (colored) to selected 1.129 (colored)

print a warning if no swap devices are configured and "no_swap" is not YES.

Revision 1.96 / (download) - annotate - [select for diffs], Tue Nov 11 02:28:58 1997 UTC (26 years, 4 months ago) by jonathan
Branch: MAIN
Changes since 1.95: +11 -2 lines
Diff to previous 1.95 (colored) to selected 1.129 (colored)

Add options to rc.conf and rc to start xfs (x font server) and xdm.
Add entries to rc.conf.5.
While we're here, note that the domestic kerberos damons are still
Kerberos IV, not kerberos version 5.

Revision 1.95 / (download) - annotate - [select for diffs], Fri Oct 10 09:37:54 1997 UTC (26 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.94: +14 -5 lines
Diff to previous 1.94 (colored) to selected 1.129 (colored)

Replace the (slightly broken) check to avoid double mounting of
filesystems by a correct one. (too bad that there was no agreement
about a mount option doing the same...)
Introduce a new rc.conf variable to mount user-defined filesystems
early in startup (eg for syslog, crashdumps, ...).

Revision 1.94 / (download) - annotate - [select for diffs], Tue Oct 7 12:11:48 1997 UTC (26 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.93: +8 -1 lines
Diff to previous 1.93 (colored) to selected 1.129 (colored)

add $ipmon and $ipmon_flags, to control startup of ipmon(8)

Revision 1.93 / (download) - annotate - [select for diffs], Fri Sep 12 10:36:04 1997 UTC (26 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored) to selected 1.129 (colored)

fix an rc.conf flag check which was broken with the "checkyesno" changes

Revision 1.92 / (download) - annotate - [select for diffs], Fri Sep 12 09:53:08 1997 UTC (26 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.91: +4 -2 lines
Diff to previous 1.91 (colored) to selected 1.129 (colored)

avoid to mount /usr twice if LKM load already did it

Revision 1.91 / (download) - annotate - [select for diffs], Mon Sep 8 02:34:44 1997 UTC (26 years, 6 months ago) by mikel
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored) to selected 1.129 (colored)

no more DEFAULT for $ntpdate_hosts; from Geoff Wing in PR bin/4073

Revision 1.90 / (download) - annotate - [select for diffs], Fri Aug 29 09:33:34 1997 UTC (26 years, 7 months ago) by veego
Branch: MAIN
Changes since 1.89: +5 -5 lines
Diff to previous 1.89 (colored) to selected 1.129 (colored)

Curt, what is in rc.func ?
I only see rc.subr so I renamed rc.func to rc.subr.

Revision 1.89 / (download) - annotate - [select for diffs], Fri Aug 29 02:24:05 1997 UTC (26 years, 7 months ago) by cjs
Branch: MAIN
Changes since 1.88: +142 -138 lines
Diff to previous 1.88 (colored) to selected 1.129 (colored)

Split rc.conf variables for starting programs into two: an on/off
switch and a set of flags. Get rid of DEFAULT flags entirely. Print
warnings if on/off switches are not set, or are set incorrectly.
Add a shell function to simplify this on/off switch testing.

Revision 1.88 / (download) - annotate - [select for diffs], Tue Aug 26 19:35:33 1997 UTC (26 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.87: +2 -6 lines
Diff to previous 1.87 (colored) to selected 1.129 (colored)

ldconfig processes /etc/ld.so.conf internally; run it without cat'ing
the contents into an argument vector.

Revision 1.87 / (download) - annotate - [select for diffs], Tue Aug 5 03:32:51 1997 UTC (26 years, 7 months ago) by cjs
Branch: MAIN
Changes since 1.86: +12 -12 lines
Diff to previous 1.86 (colored) to selected 1.129 (colored)

Move ntpdate before `starting network daemons' to get cleaner output
during boot. Besides, it's not a daemon anyway.

Revision 1.86 / (download) - annotate - [select for diffs], Sun Aug 3 22:24:20 1997 UTC (26 years, 8 months ago) by perry
Branch: MAIN
Changes since 1.85: +8 -1 lines
Diff to previous 1.85 (colored) to selected 1.129 (colored)

add apmd to /etc/rc and /etc/rc.conf per Lennart Augstsson in pr 3313

Revision 1.85 / (download) - annotate - [select for diffs], Thu Jul 31 03:35:39 1997 UTC (26 years, 8 months ago) by perry
Branch: MAIN
Changes since 1.84: +2 -2 lines
Diff to previous 1.84 (colored) to selected 1.129 (colored)

Fix boot time vi recovery as reported by NAKAJIMA Yoshihiro in pr-3430
Really weird bug. On inspection, the shell code in rc looked fine, but
when tested, sure enough, the semantics of the shell were not what I
thought they were. Very unexpected to me, and obviously to the
hundreds of people who must have read those lines without seeing that
they were broken.

Revision 1.84 / (download) - annotate - [select for diffs], Tue Jul 15 11:19:20 1997 UTC (26 years, 8 months ago) by veego
Branch: MAIN
Changes since 1.83: +28 -22 lines
Diff to previous 1.83 (colored) to selected 1.129 (colored)

Move savecore up before named to get a dump on low memory systems and
move 'mount -a' between yp and nfs daemons.

Revision 1.83 / (download) - annotate - [select for diffs], Mon Jul 14 11:55:44 1997 UTC (26 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.82: +23 -5 lines
Diff to previous 1.82 (colored) to selected 1.129 (colored)

Take 2 to get the mount order "right", taking care of possible LKM
loads before netstart this time.
LKMs can be loaded at 3 strategic places in /etc/rc - before netstart,
before "mount -a" and after all. "before netstart" works only if
the /usr filesystem is local (or on NFS, if root is too).
An additional field ("when") in lkm.conf controls when the LKM is
loaded.

Revision 1.82 / (download) - annotate - [select for diffs], Fri Jul 11 12:01:06 1997 UTC (26 years, 8 months ago) by veego
Branch: MAIN
Changes since 1.81: +5 -13 lines
Diff to previous 1.81 (colored) to selected 1.129 (colored)

Back out the last two commits for now till we find a better way to fix
the mount problems.

Revision 1.81 / (download) - annotate - [select for diffs], Fri Jul 11 09:06:59 1997 UTC (26 years, 8 months ago) by veego
Branch: MAIN
Changes since 1.80: +11 -3 lines
Diff to previous 1.80 (colored) to selected 1.129 (colored)

rc.lkm needs /usr/bin/ld, so try to mount it with -t nonfs before rc.lkm.

Revision 1.80 / (download) - annotate - [select for diffs], Thu Jul 10 13:43:14 1997 UTC (26 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.79: +3 -3 lines
Diff to previous 1.79 (colored) to selected 1.129 (colored)

Mount only "/" at the beginning (instead of all non-NFS filesystems).
This makes that the ordering of fstab is used for mounts which is
a) more intuitive and b) needed if {mfs,union,...} on top of NFS
is wanted.

Revision 1.79 / (download) - annotate - [select for diffs], Wed Jun 25 23:30:28 1997 UTC (26 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.78: +10 -3 lines
Diff to previous 1.78 (colored) to selected 1.129 (colored)

Before disk checks are performed, do a "swapctl -A -t blk" so that
block-type devices are available during disk checks, which may consume
large amounts of memory if large file systems are present.  Once "critical"
file systems (e.g. /usr and /var) are mounted, perform a "swapctl -A -t noblk"
to enable swapping on any swap files that may be listed in /etc/fstab.

Revision 1.78 / (download) - annotate - [select for diffs], Thu Jun 12 15:18:58 1997 UTC (26 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored) to selected 1.129 (colored)

use swapctl instead of swapon

Revision 1.77 / (download) - annotate - [select for diffs], Sun May 11 05:08:16 1997 UTC (26 years, 10 months ago) by cjs
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76 (colored) to selected 1.129 (colored)

Make xntpd put its pid in /var/run/xntpd.pid.

Revision 1.76 / (download) - annotate - [select for diffs], Tue Apr 29 04:58:38 1997 UTC (26 years, 11 months ago) by scottr
Branch: MAIN
Changes since 1.75: +5 -2 lines
Diff to previous 1.75 (colored) to selected 1.129 (colored)

Spawn a separate shell for netstart, making sure to check the return value
and exit with error if appropriate.

Revision 1.75 / (download) - annotate - [select for diffs], Sun Apr 27 23:17:56 1997 UTC (26 years, 11 months ago) by perry
Branch: MAIN
Changes since 1.74: +12 -1 lines
Diff to previous 1.74 (colored) to selected 1.129 (colored)

Add support for an ntpdate_hosts variable.
settings:
	NO:	don't run ntpdate on boot
	DEFAULT:extract a list of hosts from /etc/ntp.conf
	otherwise, a list of hosts to poll with ntpdate

Revision 1.74 / (download) - annotate - [select for diffs], Wed Apr 23 01:24:22 1997 UTC (26 years, 11 months ago) by perry
Branch: MAIN
Changes since 1.73: +18 -14 lines
Diff to previous 1.73 (colored) to selected 1.129 (colored)

make motd update conditional on an rc.conf variable (update_motd), and
move it before interactive logins are possible (just in case).

Revision 1.73 / (download) - annotate - [select for diffs], Sat Apr 19 03:10:57 1997 UTC (26 years, 11 months ago) by perry
Branch: MAIN
Changes since 1.72: +23 -2 lines
Diff to previous 1.72 (colored) to selected 1.129 (colored)

move last items from rc.local to rc; rc.local is now actually for local stuff.

Revision 1.72 / (download) - annotate - [select for diffs], Mon Mar 17 00:05:12 1997 UTC (27 years ago) by cjs
Branch: MAIN
Changes since 1.71: +8 -1 lines
Diff to previous 1.71 (colored) to selected 1.129 (colored)

Added mopd.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Mar 12 19:21:26 1997 UTC (27 years ago) by mycroft
Branch: MAIN
Changes since 1.70: +5 -5 lines
Diff to previous 1.70 (colored) to selected 1.129 (colored)

When displaying the names for statd and lockd, include the `rpc.'.

Revision 1.70 / (download) - annotate - [select for diffs], Wed Mar 12 19:15:16 1997 UTC (27 years ago) by mycroft
Branch: MAIN
Changes since 1.69: +7 -2 lines
Diff to previous 1.69 (colored) to selected 1.129 (colored)

Add .  GC , which isn't used.

Revision 1.69 / (download) - annotate - [select for diffs], Mon Mar 10 10:15:11 1997 UTC (27 years ago) by mycroft
Branch: MAIN
Changes since 1.68: +8 -5 lines
Diff to previous 1.68 (colored) to selected 1.129 (colored)

Do the DEFAULT thing with mountd_flags.  Don't output an extra
newline for statd and lockd.

Revision 1.68 / (download) - annotate - [select for diffs], Mon Mar 10 09:34:59 1997 UTC (27 years ago) by mycroft
Branch: MAIN
Changes since 1.67: +4 -5 lines
Diff to previous 1.67 (colored) to selected 1.129 (colored)

Minor cleanup.

Revision 1.67 / (download) - annotate - [select for diffs], Mon Mar 10 09:16:13 1997 UTC (27 years ago) by mycroft
Branch: MAIN
Changes since 1.66: +99 -32 lines
Diff to previous 1.66 (colored) to selected 1.129 (colored)

If foo_flags is DEFAULT, run the program with a default set of flags.  Most
users will use this, and therefore will never have to worry about flags
changing between releases.  It's also a bit less error-prone.

Revision 1.66 / (download) - annotate - [select for diffs], Mon Mar 10 06:32:37 1997 UTC (27 years ago) by scottr
Branch: MAIN
Changes since 1.65: +11 -1 lines
Diff to previous 1.65 (colored) to selected 1.129 (colored)

Add configuration flags for lockd/statd, and start them if an
NFS server or client is configured and the flags are not NO.

Revision 1.65 / (download) - annotate - [select for diffs], Sat Feb 15 10:02:25 1997 UTC (27 years, 1 month ago) by mikel
Branch: MAIN
Changes since 1.64: +3 -3 lines
Diff to previous 1.64 (colored) to selected 1.129 (colored)

cleanup Lite-1 merge

Revision 1.64 / (download) - annotate - [select for diffs], Fri Feb 7 08:59:18 1997 UTC (27 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.129 (colored)

oops;  use $savecore_flags.  from kilbi@rad.rwth-aachen.de

Revision 1.63 / (download) - annotate - [select for diffs], Sun Jan 5 12:01:55 1997 UTC (27 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.62: +106 -102 lines
Diff to previous 1.62 (colored) to selected 1.129 (colored)

move start-time configuration from netstart, rc, rc.local into
the new /etc/rc.conf.  this also includes the following changes:

	netstart:  ifaliases now includes a netmask, to ensure
		   aliases work.

	rc/rc.local:  make _everything_ based on configuration
	in rc.conf.  also move things around such that DNS and
	YP are started early enough that other daemons needing
	their services also exist.  move ldconfig from rc.local
	here, and also make it use /etc/ld.so.conf if it exists.
	run /etc/rc.lkm if it exists, a boot time.

Revision 1.62 / (download) - annotate - [select for diffs], Wed Dec 4 12:55:33 1996 UTC (27 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.61: +7 -2 lines
Diff to previous 1.61 (colored) to selected 1.129 (colored)

add inetd_flags, mostly from <jbernard@tater.Mines.EDU> in pr#2987

Revision 1.61 / (download) - annotate - [select for diffs], Thu Oct 3 07:11:35 1996 UTC (27 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.60: +7 -1 lines
Diff to previous 1.60 (colored) to selected 1.129 (colored)

add dhcpd startup;  disabled by default

Revision 1.60 / (download) - annotate - [select for diffs], Mon Aug 26 06:02:21 1996 UTC (27 years, 7 months ago) by tls
Branch: MAIN
Changes since 1.59: +46 -46 lines
Diff to previous 1.59 (colored) to selected 1.129 (colored)

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.

Revision 1.59 / (download) - annotate - [select for diffs], Fri Aug 9 16:07:42 1996 UTC (27 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.58: +4 -4 lines
Diff to previous 1.58 (colored) to selected 1.129 (colored)

Quote the YP daemon flags variables.

Revision 1.58 / (download) - annotate - [select for diffs], Fri Aug 9 10:29:48 1996 UTC (27 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.57: +11 -3 lines
Diff to previous 1.57 (colored) to selected 1.129 (colored)

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.

Revision 1.57 / (download) - annotate - [select for diffs], Fri Mar 22 03:20:53 1996 UTC (28 years ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2
Changes since 1.56: +3 -2 lines
Diff to previous 1.56 (colored) to selected 1.129 (colored)

add note about why we use /usr/sbin/sendmail.

Revision 1.56 / (download) - annotate - [select for diffs], Fri Mar 22 00:44:59 1996 UTC (28 years ago) by mrg
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.129 (colored)

now that sendmail supports SIGHUP, call sendmail with full path.

Revision 1.55 / (download) - annotate - [select for diffs], Sat Dec 30 01:30:05 1995 UTC (28 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.54: +8 -2 lines
Diff to previous 1.54 (colored) to selected 1.129 (colored)

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.

Revision 1.54 / (download) - annotate - [select for diffs], Sun Oct 8 18:11:43 1995 UTC (28 years, 5 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.53: +1 -1 lines
Diff to previous 1.53 (colored) to selected 1.129 (colored)

New-style RCS ids.

Revision 1.53 / (download) - annotate - [select for diffs], Sat Sep 16 15:29:20 1995 UTC (28 years, 6 months ago) by jtc
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.129 (colored)

fix typo in comment

Revision 1.52 / (download) - annotate - [select for diffs], Sat Sep 2 17:30:43 1995 UTC (28 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.51: +8 -1 lines
Diff to previous 1.51 (colored) to selected 1.129 (colored)

Conditionally start rbootd like rarpd and rpc.bootparamd, and disable
it by default.

Revision 1.51 / (download) - annotate - [select for diffs], Sat Sep 2 17:19:22 1995 UTC (28 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored) to selected 1.129 (colored)

Fix typos in two comments.

Revision 1.50 / (download) - annotate - [select for diffs], Sun Aug 27 20:30:53 1995 UTC (28 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.49: +7 -1 lines
Diff to previous 1.49 (colored) to selected 1.129 (colored)

Configure ccd devices before the filesystem checks, as suggested by
Thomas Eberhardt in PR #1408.

Revision 1.49 / (download) - annotate - [select for diffs], Fri Nov 4 13:27:32 1994 UTC (29 years, 5 months ago) by briggs
Branch: MAIN
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored) to selected 1.129 (colored)

Actually pass all the arguments to amd that we meant to.  Reported by
Dave Leonard (D.Leonard@pleiades.newcastle.edu.au).

Revision 1.48 / (download) - annotate - [select for diffs], Fri Sep 16 23:38:01 1994 UTC (29 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.47: +8 -8 lines
Diff to previous 1.47 (colored) to selected 1.129 (colored)

Create an empty mountdtab after removing it, to avoid getting a warning
from mountd on startup.  Change $name_server to $named_flags.

Revision 1.47 / (download) - annotate - [select for diffs], Mon Jun 27 21:14:19 1994 UTC (29 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Changes since 1.46: +5 -5 lines
Diff to previous 1.46 (colored) to selected 1.129 (colored)

always check quotas (there is no reason not to try)

Revision 1.46 / (download) - annotate - [select for diffs], Fri Jun 24 07:51:59 1994 UTC (29 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored) to selected 1.129 (colored)

quotas file(s) changed name in 4.4-lite

Revision 1.45 / (download) - annotate - [select for diffs], Sat Jun 18 06:38:54 1994 UTC (29 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored) to selected 1.129 (colored)

if install will do the trick, why not use it\?

Revision 1.44 / (download) - annotate - [select for diffs], Wed Jun 8 18:47:45 1994 UTC (29 years, 9 months ago) by mycroft
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored) to selected 1.129 (colored)

Update nfsd and nfsiod invocations.

Revision 1.43 / (download) - annotate - [select for diffs], Fri Jun 3 05:02:10 1994 UTC (29 years, 10 months ago) by jtc
Branch: MAIN
Changes since 1.42: +1 -5 lines
Diff to previous 1.42 (colored) to selected 1.129 (colored)

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.

Revision 1.42 / (download) - annotate - [select for diffs], Sun May 29 19:10:22 1994 UTC (29 years, 10 months ago) by mycroft
Branch: MAIN
Changes since 1.41: +2 -1 lines
Diff to previous 1.41 (colored) to selected 1.129 (colored)

Attempt to make sure /var is mounted before futzing with it.

Revision 1.41 / (download) - annotate - [select for diffs], Sun May 29 03:37:33 1994 UTC (29 years, 10 months ago) by jtc
Branch: MAIN
Changes since 1.40: +7 -7 lines
Diff to previous 1.40 (colored) to selected 1.129 (colored)

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).

Revision 1.40 / (download) - annotate - [select for diffs], Sun Apr 10 06:42:40 1994 UTC (29 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.39: +5 -1 lines
Diff to previous 1.39 (colored) to selected 1.129 (colored)

add ttyflags -a, early on in rc.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Mar 28 05:47:28 1994 UTC (30 years ago) by cgd
Branch: MAIN
Changes since 1.38: +3 -2 lines
Diff to previous 1.38 (colored) to selected 1.129 (colored)

keep amd pid in /var/run/amd.pid

Revision 1.38 / (download) - annotate - [select for diffs], Fri Mar 18 00:58:20 1994 UTC (30 years ago) by cgd
Branch: MAIN
Changes since 1.37: +8 -8 lines
Diff to previous 1.37 (colored) to selected 1.129 (colored)

punctuation

Revision 1.37 / (download) - annotate - [select for diffs], Thu Mar 17 23:22:40 1994 UTC (30 years ago) by cgd
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.129 (colored)

kill uucp lock files.  from Mike Long <mike.long@analog.com>

Revision 1.36 / (download) - annotate - [select for diffs], Mon Mar 14 04:14:19 1994 UTC (30 years ago) by cgd
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) to selected 1.129 (colored)

slight change to the way AMD is invoked, to make it sensible for most uses

Revision 1.35 / (download) - annotate - [select for diffs], Wed Mar 9 04:02:58 1994 UTC (30 years ago) by cgd
Branch: MAIN
Changes since 1.34: +6 -5 lines
Diff to previous 1.34 (colored) to selected 1.129 (colored)

make booting comments a bit cleaner

Revision 1.34 / (download) - annotate - [select for diffs], Sat Feb 26 03:29:27 1994 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.33: +4 -2 lines
Diff to previous 1.33 (colored) to selected 1.129 (colored)

automatically enable accounting and rotate logs

Revision 1.33 / (download) - annotate - [select for diffs], Tue Feb 1 00:36:34 1994 UTC (30 years, 2 months ago) by cgd
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32 (colored) to selected 1.129 (colored)

don't delete preserve files!

Revision 1.32 / (download) - annotate - [select for diffs], Sun Jan 30 17:15:52 1994 UTC (30 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.31: +9 -5 lines
Diff to previous 1.31 (colored) to selected 1.129 (colored)

Do the right thing for nvi.

Revision 1.31 / (download) - annotate - [select for diffs], Thu Jan 13 18:43:50 1994 UTC (30 years, 2 months ago) by jtc
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.129 (colored)

The cron daemon now lives in /usr/sbin

Revision 1.30 / (download) - annotate - [select for diffs], Mon Jan 10 16:57:26 1994 UTC (30 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.29: +16 -8 lines
Diff to previous 1.29 (colored) to selected 1.129 (colored)

Add bootparamd gunk.

Revision 1.29 / (download) - annotate - [select for diffs], Mon Jan 10 16:43:08 1994 UTC (30 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.28: +8 -1 lines
Diff to previous 1.28 (colored) to selected 1.129 (colored)

Add rarpd gunk.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jan 5 21:35:25 1994 UTC (30 years, 2 months ago) by jtc
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.129 (colored)

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.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Jan 5 06:34:56 1994 UTC (30 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.26: +7 -2 lines
Diff to previous 1.26 (colored) to selected 1.129 (colored)

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)

Revision 1.26 / (download) - annotate - [select for diffs], Thu Dec 16 04:02:24 1993 UTC (30 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.25: +27 -19 lines
Diff to previous 1.25 (colored) to selected 1.129 (colored)

initialize rpc services in proper order

Revision 1.25 / (download) - annotate - [select for diffs], Wed Dec 15 07:24:31 1993 UTC (30 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.24: +3 -2 lines
Diff to previous 1.24 (colored) to selected 1.129 (colored)

Use `.' to run rc.local, rather than starting another shell, so that variables
from netstart are passed on.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Dec 1 01:38:21 1993 UTC (30 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored) to selected 1.129 (colored)

fix comment, add check

Revision 1.23 / (download) - annotate - [select for diffs], Fri Nov 26 20:11:44 1993 UTC (30 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.22: +4 -4 lines
Diff to previous 1.22 (colored) to selected 1.129 (colored)

Put ldconfig later so it doesn't get wiped when reaping /var/run.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Nov 21 21:06:46 1993 UTC (30 years, 4 months ago) by mycroft
Branch: MAIN
Changes since 1.21: +4 -0 lines
Diff to previous 1.21 (colored) to selected 1.129 (colored)

Build ld.so.hints on each boot.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Nov 17 09:20:43 1993 UTC (30 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.129 (colored)

more flags

Revision 1.20 / (download) - annotate - [select for diffs], Wed Nov 17 09:19:35 1993 UTC (30 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 (colored) to selected 1.129 (colored)

quote sendmail_flags test, from Patrick Bridges <patrick@buffy.cs.msstate.edu>

Revision 1.19 / (download) - annotate - [select for diffs], Sun Nov 7 10:36:48 1993 UTC (30 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.18: +19 -10 lines
Diff to previous 1.18 (colored) to selected 1.129 (colored)

(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

Revision 1.18 / (download) - annotate - [select for diffs], Wed Oct 20 00:13:46 1993 UTC (30 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.17: +1 -5 lines
Diff to previous 1.17 (colored) to selected 1.129 (colored)

never rotate accounting logs, and turn on accounting the way done in net/2

Revision 1.17 / (download) - annotate - [select for diffs], Sun Sep 5 23:12:36 1993 UTC (30 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (colored) to selected 1.129 (colored)

Use `-e fastboot', not `-r fastboot'.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 1 09:43:33 1993 UTC (30 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored) to selected 1.129 (colored)

it's clear that mountd started from inetd doesn't work

Revision 1.15 / (download) - annotate - [select for diffs], Wed Aug 25 02:44:12 1993 UTC (30 years, 7 months ago) by brezak
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored) to selected 1.129 (colored)

mountd is now started by inetd.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jun 11 00:39:33 1993 UTC (30 years, 9 months ago) by brezak
Branch: MAIN
CVS Tags: netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9
Changes since 1.13: +0 -6 lines
Diff to previous 1.13 (colored) to selected 1.129 (colored)

Don't start rwalld - now started by inetd.

Revision 1.13 / (download) - annotate - [select for diffs], Mon May 3 10:52:21 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.129 (colored)

prune dirs rm'd when cleaning tmp

Revision 1.12 / (download) - annotate - [select for diffs], Mon May 3 04:19:40 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.11: +5 -1 lines
Diff to previous 1.11 (colored) to selected 1.129 (colored)

turn on accounting if /var/account exists

Revision 1.11 / (download) - annotate - [select for diffs], Wed Apr 28 06:40:01 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored) to selected 1.129 (colored)

bsd->netbsd

Revision 1.10 / (download) - annotate - [select for diffs], Wed Apr 28 05:39:57 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 (colored) to selected 1.129 (colored)

new kernel is bsd

Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 10 20:15:32 1993 UTC (30 years, 11 months ago) by glass
Branch: MAIN
CVS Tags: netbsd-alpha-1, netbsd-0-8
Changes since 1.8: +5 -0 lines
Diff to previous 1.8 (colored) to selected 1.129 (colored)

fixes for nfs_client, nfs_server division.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Apr 10 18:01:31 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored) to selected 1.129 (colored)

always run portmap

Revision 1.7 / (download) - annotate - [select for diffs], Sat Apr 10 11:24:37 1993 UTC (30 years, 11 months ago) by glass
Branch: MAIN
Changes since 1.6: +3 -0 lines
Diff to previous 1.6 (colored) to selected 1.129 (colored)

mountd's log of who has what filesystem mounted should not persist across
reboots.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Apr 9 19:13:21 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.5: +6 -7 lines
Diff to previous 1.5 (colored) to selected 1.129 (colored)

rwalld should be run *after* the portmapper.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 5 04:01:06 1993 UTC (31 years ago) by cgd
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.129 (colored)

screwed it up again...  = vs ==.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 5 03:55:14 1993 UTC (31 years ago) by cgd
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.129 (colored)

screwed up comparison for rwalld and rwhod...

Revision 1.3 / (download) - annotate - [select for diffs], Sun Apr 4 18:59:12 1993 UTC (31 years ago) by cgd
Branch: MAIN
Changes since 1.2: +6 -0 lines
Diff to previous 1.2 (colored) to selected 1.129 (colored)

updated for addition of rwalld

Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 2 08:00:07 1993 UTC (31 years ago) by cgd
Branch: MAIN
Changes since 1.1: +3 -6 lines
Diff to previous 1.1 (colored) to selected 1.129 (colored)

got rid of damned highlight characters, and changed
method to turn on rwhod.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (31 years ago) by cgd
Branch: MAIN
Diff to selected 1.129 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>