| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
directive.
|
|
|
|
|
|
|
|
|
|
|
|
| |
your (network) modules as well as any userland that might make sense of
sizeof(struct ifnet).
This does not change the queueing yet. These changes will follow in a
seperate commit. Same with the driver changes, which need case by case
evaluation.
__FreeBSD_version bump will follow.
Tested-by: (i386)LINT
|
|
|
|
|
| |
make TARGET_ARCH=arm world now works (but still with external patches for
the toolchain bits).
|
|
|
|
|
| |
This is one of the few RC scripts that doesn't use rc.subr, and thus
doesn't source rc.conf. :-(
|
| |
|
|
|
|
|
|
|
| |
SIGINT (Ctrl-c) kills the current script
SIGQUIT (Ctrl-\) kills /etc/rc (dropping you into single-user)
Prodded by: harti
|
|
|
|
| |
Submitted by: jens
|
| |
|
|
|
|
|
|
|
|
|
| |
I mistaked at 1.166.
Submitted by: SARUMARU Yoshihiko <mistral@imasy.or.jp>
Pointed out by: MORIYASU Hirano <m-hirano@konsei.co.jp>
FreeBSD-users-jp 79808
FreeBSD-users-jp 79816
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
ip6addrctl_enable is set to YES, address selection policy is installed
into kernel.
If there is /etc/ip6addrctl.conf, it is used for address selection
policy. Even if there is no /etc/ip6addrctl.conf, we install default
policy. In this case, if ipv6_enable is set to YES, we use address
selection policy described in RFC 3484 as default. Otherwise, we
install priority policy for IPv4 address.
The default of ip6addrctl_enable is NO for now. However, it may
better to enable it by default.
|
|
|
|
|
|
|
|
|
|
| |
/usr/local/www
[1] Semi-arbitrary cutoff, but I didn't want to add every locale directory
used by ports, because a lot are only used by one or two, and it's less
intrusive for these ports to just clean up after themselves.
MFC after: 2 days
|
|
|
|
|
| |
addition to offline. This can be overridden in /etc/rc.conf if it causes
trouble although this has been stable since 2003/12.
|
|
|
|
|
| |
Submitted-by: brueffer
Approved-by: bms(mentor)
|
| |
|
|
|
|
|
|
|
| |
The reason for doing this is that (at least some) 4.x binaries are very
unhappy if host.conf does not exist, and if we create host.conf but not
nsswitch.conf, nsswitch.conf will be created at the next reboot, so it
is better to create a correct nsswitch.conf right away.
|
|
|
|
| |
script called nsswitch.
|
|
|
|
|
|
| |
like as rc.firewall does.
MFC after: 1 week
|
|
|
|
| |
ru for noticing.
|
|
|
|
|
| |
Additionaly, it will exit the script so an return statements after
calling it are superflous.
|
|
|
|
|
|
| |
- Create needed directories.
Supported by: Wheel - Open Technologies - http://www.wheel.pl
|
|
|
|
|
|
|
| |
This is particularly convenient on a cluster of machines to prevent
having to rebuild the INDEX file on each.
Reviewed by: portmgr
|
|
|
|
|
| |
C2, ... Update power_profile to use the new format. Update the
man page to reflect this and give more info on Cx states.
|
|
|
|
| |
/usr/include/geom/(concat|gate)/.
|
|
|
|
|
| |
script exists. This allows pruning of rc.d scripts without getting
too many ugly boottime error message
|
|
|
|
|
|
|
|
|
| |
use the conf/* stuff for their firewall configuration.
Running ipfw before could seem to make sense in that it would allow
one to setup access to the NFS server on a "default-deny" kernel,
but it is pretty obvious to the casual observer that such a configuration
never makes it far enough to mount the NFS-root in the first place.
|
| |
|
|
|
|
|
| |
return empty. Add a dummy element to prevent the alternate action
of the shell builtin "set"
|
|
|
|
|
|
|
|
| |
debug.watchdog since it is not created by hardware watchdog(4) devices.
The watchdog(4) device is always compiled in the kernel, so removing the
check should not cause any problems.
Approved by: phk
|
|
|
|
|
| |
PR: 65826
Submitted by: Hye-Shik Chang
|
|
|
|
|
| |
PR: misc/50154
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
|
|
|
|
|
| |
PR: misc/56715
Submitted by: grant@NetBSD.org
Reviewed by: darrenr
|
|
|
|
| |
Found by: Morten Rodal <morten@rodal.no>
|
|
|
|
| |
Reported by: bde
|
|
|
|
|
|
|
| |
entropy source to /entropy. We have to assume there is no rc.conf at
this stage of the boot process.
Reported by: njl
|
|
|
|
|
|
|
|
|
|
|
| |
initdiskless. The output of several commands and if available the
contents of /entropy are feed into /dev/random to kickstart the PRNG.
/etc/rc.d/initrandom is left alone to maintain the previous behavior as
much as possiable.
Further work in this area is probably needed.
Discussed with: markm
|
|
|
|
|
| |
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and
makes also more sense when non-bsnmp-specific MIBs go in.
|
|
|
|
| |
Suggested by: cperciva
|
| |
|
|
|
|
|
|
| |
Observe that Xircom CEM28 and CEM33 are known to work in Ethernet mode.
Reviewed by: imp (mentor)
|
|
|
|
| |
is hardware, the Yarrow initialisations don't need to be done.
|
| |
|
|
|
|
|
|
|
|
| |
and permissions specified per rc.conf(5) now apply both to the md
device and to the mountpoint directory, after the mount has completed.
This has to be done in two steps, because chown is not available
until after /usr has been mounted, but the mdconfig and newfs steps
have to complete before fstab processing.
|
|
|
|
|
|
|
| |
(when new natd is started before old natd died) and allows to manage natd
without touching ipfw.
natd should probably be killed with SIGKILL when stopping natd.
|
|
|
|
|
|
|
| |
- Use sendmail_foo variables after load_rc_config so that they actually work.
- Utilize sendmail_procname.
- Check sendmail_submit_enable instead of sendmail_enable when dealing
with mail submission MTA.
|
|
|
|
| |
Add sendmail_procname variable.
|
|
|
|
|
|
|
|
| |
- do not comment out entries in newsyslog.conf
- use tabs to line up inetd.conf
Requested by: bde
Approved by: bms(mentor)
|
|
|
|
|
|
|
| |
rc.conf(5) and put a sample entry to newsyslog.conf
Reviewed by: -current
Approved by: bms(mentor)
|
|
|
|
|
| |
Approved by: tobez
MFC after: 1 week
|
|
|
|
| |
Approved by: green
|