| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Approved by: markm (mentor)(implicit)
Reviewed by: dougb
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sessions if the mailer is dynamically linked. This happens because
on some systems the ldconfig script is run after the vi recovery
script.
I thought I had already fixed this with revision 1.5 of rc.d/ldconfig,
but apparently not. So, in addition I'm making ldconfig a requirement
of this script.
Approved by: markm (mentor)(implicit)
PR: bin/51767
|
|
|
|
| |
the example host to modem speed).
|
|
|
|
| |
`sysctl -n kern.drainwait` instead of to the boot-time default of 300.
|
|
|
|
|
|
|
|
| |
This driver now supports the Melco LUA-KTX and the GREEN HOUSE
GH-USB100B.
Reviewed by: imp
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
|
| |
not currently duplicated by rcNG, and is also relied on by
/etc/mail/Makefile.
Submitted by: hrs
Pointy hat to: me
|
|
|
|
|
|
|
| |
Make sure they're ported over to rc.d.
While I'm at it correct a logic mistake in rc.d/apmd.
Approved by: markm (mentor)(implicit)
|
|
|
|
|
|
|
|
| |
We can't remove the sourcing of /etc/rc.devfs yet in case the user
might have custom entries in it. We will have to come up with an
/etc/devfs.rules or something to make this kind of thing easier.
Approved by: markm (mentor)(implicit)
|
|
|
|
|
|
|
|
|
|
| |
All functionality from the previous system has been preserved, and
users should still customize their system boot with the familiar
methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc.
Users who have customized versions of scripts that have been removed
should take great care when upgrading, since the compatibility code
that used those old scripts has also been removed.
|
|
|
|
| |
Don't give examples of such use, this is bogus.
|
| |
|
|
|
|
| |
KerberosIV is no longer an issue.
|
|
|
|
|
|
|
|
|
| |
script at which a filesystem will be mounted in FreeBSD. Without this
the script was being inserted later in the boot than necessary.
Approved by: markm (mentor) (implicit)
Reviewed by: dougb
Noticed by: Andrzej ToboÅa <san@wilk.2a.pl>
|
|
|
|
|
|
|
| |
of the debug output hard to follow. Comment it out. It's commented out
in NetBSD's version as well.
Approved by: markm (mentor)(implicit)
|
|
|
|
|
|
|
| |
o Make 'No ipnat rules' a warning
o Remove unecessary ' ..'
Approved by: markm (implicit)
|
|
|
|
|
|
|
|
|
| |
it doesn't work because the start_cmd doesn't enable ipfilter if
it is currently disabled.
Approved by: markm (mentor) (implicit)
Submitted by: Michael Lyngbøl <lyngbol@bifrost.lyngbol.dk>
PR: conf/46103
|
| |
|
|
|
|
|
|
| |
atm should be correct but is commented out pending appropriate testing.
Submitted by: mtm
|
| |
|
| |
|
|
|
|
|
|
| |
files when uptdate_motd and clear_tmp_enable are both NO.
Submitted by: Alex Deiter <tiamat@komi.mts.ru>
|
|
|
|
| |
Suggested by: scottl
|
|
|
|
| |
Approved by: re@ (scottl)
|
| |
|
|
|
|
|
|
|
| |
anyways.
Approved by: markm (mentor) (implicit)
Submitted by: leafy <leafy@leafy.idv.tw>
|
| |
|
|
|
|
|
|
|
|
| |
o Re-run through /etc/sysctl.conf a second time just before we set
the securelevel.
Approved by: markm (mentor) (implicit)
Reviewed by: dougb
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o group them together so they run one right after another
o use the NetBSD supplied ipfs script instead of tacking
it on to the end of ipnat
o Load the ipl module in ipnat and ipfilter, if it's not already
loaded
o In ipmon and ipnat show a warning if neither ipfilter nor
ipnat is enabled or the ipl module is not loaded, and exit
Approved by: markm (mentor) (implicit)
Tested by: leafy <leafy@leafy.idv.tw>
|
|
|
|
|
| |
PR: 51174
Submitted by: Alex Popa <razor@ldc.ro>
|
| |
|
|
|
|
|
|
|
|
| |
This is how it has always been done (before and after rc.d) but
I somehow failed to include it when I broke up network1.
Submitted by: bmah
Approved by: markm (mentor)(implicit)
|
|
|
|
|
|
|
| |
no longer plan on shipping a TE MAC module independent from SEBSD.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
|
|
|
|
|
| |
Submitted by: Shizuka Kudo <shizukakudo_99@yahoo.com>
Approved by: markm (mentor) (implicit)
|
|
|
|
| |
mergemaster if it does not appear in the list of files to install.
|
|
|
|
|
|
| |
o Make sure all the scripts reference rc.d/netif and not rc.d/network1
Approved by: markm (mentor)
|
|
|
|
|
|
| |
interfaces.
Approved by: markm (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o /etc/network.subr contains common subroutines used for seting
up network interfaces
o rc.d/hostname sets the hostname if not already set
o rc.d/nisdomain sets the nis domain *after* rpcbind but
before the yp* daemons. This fixes issues with temporary
hangs when looking up informaion in nis before it's ready.
o rc.d/netif brings network interfaces (minus dhcp) up.
o rc.d/network1 has been disabled and will be retired before
RELENG_5. It will be replaced by rc.d/netif
Approved by: markm (mentor)
|
|
|
|
|
|
| |
built in. No need to set it here.
MFC after: 1 week
|
|
|
|
| |
Noticed by: gshapiro
|
|
|
|
| |
Approved by: makrm (mentor)
|
|
|
|
|
|
|
|
| |
o Hook it up to the build
Approved by: markm (mentor)
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (modified)
Prodded by: mike
|
|
|
|
| |
committed into NEWCARD.
|
|
|
|
| |
to the great bit-bucket in the sky)
|
|
|
|
|
|
|
|
|
| |
/var/log/messages. Such messages are for the eyes of authorized
personnel only.
PR: conf/48170
Discussed in: freebsd-security
MFC after: 2 weeks
|
|
|
|
| |
partitions; this does nothing except upsetting disklabel(8).
|
| |
|
|
|
|
|
| |
Reported by: mdodd
Pointy hat to: jhb
|
|
|
|
|
|
|
| |
removing the related 220.backup-distfile script and associatd periodic.conf
entry.
Discussed with: obrien
|
|
|
|
|
|
|
|
|
|
|
|
| |
stop ipfw, but not enable it again.
Aesthetic changes
o Use positve logic (instead of negative)
o create a 'stop' function, rather than putting the
commands in the stop_cmd variable.
Submitted by: des
Approved by: markm (mentor) (implicit)
|