| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Space -> tabs conversion.
* Removed blanks before semicolon in "if ... ; then".
* Proper indentation of misindented lines.
* Put a full stop after some comments.
* Removed whitespace at end of line.
Approved by: silence from gordon
|
|
|
|
|
|
| |
script did. Stuff in rc.local frequently has lines like
"echo -n ' service_name'" which look ugly without a prefix and a
trailing period. Likewise for rc.shutdown.local for consistency.
|
|
|
|
|
|
|
|
|
|
|
|
| |
a per-machine or per-cluster (with different ways of expressing what's
part of a cluster) basis. In order for this to be effective, rc.conf
has to be reread after initdiskless is finished. Implement this by
adding a hook to etc/rc which rereads rc.conf by request. This can
also be implemented by renaming initdiskless to initdiskless.sh and
sourcing rc.conf there manually, but it was decided that, that would
be uglier than a hook in etc/rc.
Developed in concert with: gordon
|
|
|
|
| |
PR: bin/40846
|
|
|
|
| |
- The start command is 'atm_start' not 'start_cmd'.
|
|
|
|
| |
Reported by: wa1ter@myrealbox.com
|
|
|
|
| |
Sponsored by: DARPA & NAI Labs.
|
| |
|
|
|
|
|
|
|
| |
rcNG. The $amd_flags variable was already taken over into $rc_flags
by run_rc_command() when amd_precmd() is executed, so changing
$amd_flags there no longer effects the actual execution of amd.
Hence in amd_precmd() the $rc_flags have to be adjusted instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
|
|
|
|
| |
debug statement.
|
| |
|
|
|
|
|
| |
Reported by: keramida, ume
Submitted by: keramida
|
|
|
|
| |
OS-dependent case switches.
|
|
|
|
| |
does not exist.
|
| |
|
| |
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
| |
|
|
|
|
|
|
| |
_flags to rc.conf
Submitted by: John Hay <jhay@zibbi.icomtek.csir.co.za>
|
|
|
|
| |
the right signal.
|
|
|
|
| |
have missed this in my earlier sweep.
|
| |
|
|
|
|
| |
This should also quell warnings when sendmail_enable="NONE"
|
|
|
|
|
| |
PR: i386/7100
Reviewed by: Gordon Tetlow <gordon@FreeBSD.org>
|
|
|
|
| |
Submitted by: mike@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
xntpd_* -> ntpd_*
portmap_* -> rpcbind_*
Also change single_mountd_enable -> mountd_enable
Changing the mountd flags brings us closer to NetBSD.
All of the old variable names are shimmed so you can continue to use the
old variable name.
Finally make /etc/rc.d/mountd no longer dependent on nfs as there are
(apparently) other consumers of mountd.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
|
| |
Suggested by: bde
MFC after: 3 days
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
|
|
|
|
|
| |
/etc filesystem isn't enough; consequently, add "-i 4096" to the newfs
command for /etc. This results in 1022 inodes, which should be enough
for the forseeable future (although I don't know why we would ever
have more than 1000 files in a default /etc).
Silence by: -current
|
|
|
|
| |
with the rest of the output during a boot.
|
|
|
|
|
|
| |
an end node (sync with rc.network6 1.30).
Approved by: gordon
|
| |
|
|
|
|
|
|
| |
required directories if sendmail_enable is not set to "none".
Suggested by: gordon
|
|
|
|
|
|
| |
rpcbind in -current.
Submitted by: Alexander Kabaev <ak03@gte.com>
|
|
|
|
| |
Submitted by: des, via Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
|
| |
Submitted by: Dennis Kristensen <snicki@snicki.dk>
Reviewed by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
|
|
|
|
| |
while. This is only the script pieces, the glue for the build comes next.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
Reviewed by: silence on -current and -hackers
Prodded by: rwatson
|
|
|
|
|
|
|
| |
an end node.
Requested by: Masachika ISHIZUKA <ishizuka@ish.org>
MFC after: 1 week
|
|
|
|
| |
Submitted by: bmah
|
|
|
|
|
|
| |
This also reduces the diff to NetBSD (very marginally).
Reviewed by: jake (mentor)
|
|
|
|
| |
Missed by: Me
|
| |
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|