| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Reported by: keramida, ume
Submitted by: keramida
|
|
|
|
|
|
|
| |
PR: conf/42481
Submitted by: NINOMIYA Hideyuki <nin@jp.FreeBSD.org>
Approved by: imp
MFC after: 1 week
|
|
|
|
| |
OS-dependent case switches.
|
|
|
|
|
|
| |
all instances of `${CMD_OSTYPE}` to just using ${OSTYPE}. This saves us a
shell invocation on anything that is OS-dependent. I seriously doubt that we
will be spontaneously changing OS types during bootup.
|
|
|
|
| |
does not exist.
|
| |
|
| |
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
| |
|
|
|
|
|
|
| |
_flags to rc.conf
Submitted by: John Hay <jhay@zibbi.icomtek.csir.co.za>
|
|
|
|
|
|
| |
new rcNG effort.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
| |
the right signal.
|
|
|
|
| |
have missed this in my earlier sweep.
|
| |
|
|
|
|
| |
This should also quell warnings when sendmail_enable="NONE"
|
|
|
|
|
| |
like to thank Mike Makonnen for all his work on rcNG. Without him, none
of this would have been possible.
|
| |
|
|
|
|
|
| |
PR: i386/7100
Reviewed by: Gordon Tetlow <gordon@FreeBSD.org>
|
|
|
|
|
|
|
|
|
| |
in the script. Eliminates a bug where we create a temp file, but don't
delete it since the rm(1) is only done if the check is enabled.
PR: bin/40960
Submitted by: frf <frf@xocolatl.com>
MFC after: 3 days
|
|
|
|
| |
Submitted by: mike@
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
|
|
| |
are sourced in a subshell.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
xntpd_* -> ntpd_*
portmap_* -> rpcbind_*
Also change single_mountd_enable to mountd_enable.
We also include shims for all the old variable names.
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
|
|
|
|
| |
o Bring if/then style in sync with /etc/rc scripts
PR: conf/41570
Submitted by: Konstantin M Volevatch <cox@rosnet.ru>
MFC after: 1 week
|
|
|
|
|
| |
Suggested by: bde
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
| |
and others, because test(1) does not do shortcut evaluation.
Fix the same off-by-one error for acd*t* that revision 1.326 fixed
for other *cd devices.
Suggested by: bde
Reviewed by: bde
|
|
|
|
|
|
|
|
|
| |
created cd1 as well due to an off-by-one error left over from
revision 1.249.
PR: conf/20436
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
MFC after: 1 week
|
| |
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MP=`mount -t ufs | grep -v " nosuid" | awk '{ print $3 }' | sort`
sets ${MP} to an empty string so the next line:
set ${MP}
actually just dumps all of the shells variables to stdout (and therefore
the security report). Fixed by surrounding the code which goes through the
mounts with a test for an empty string before using ${MP}.
Reviewed by: brian
MFC after: 3 days
|
|
|
|
|
|
|
|
|
| |
kernel access control.
Create directories for per-policy include files.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
|
|
|
|
| |
Submitted by: Mike Makonnen <makonnen@pacbell.net>
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
|
|
|
|
|
|
|
|
|
| |
/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.
|
|
|
|
|
|
|
|
| |
Submitted by: matt peterson
While I'm here, kill the flags 0x10000 on all the prism based cards.
Both stable and current figure this out on their own and we've had at
least one releases where this is the case.
|
|
|
|
| |
Requested by: many people
|
|
|
|
|
|
| |
an end node (sync with rc.network6 1.30).
Approved by: gordon
|
| |
|
|
|
|
| |
strip the suffixes).
|
| |
|
|
|
|
|
|
| |
card behind it (without the pcmcia form factor). This entry gets to
the point of attaching, but there's something wrong with the '29
support, so it doesn't quite work yet.
|
| |
|