| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
bell type on boot. Slightly annoying when your system doesn't have a speaker.
This adds a `keybell' frob for setting it. Closes PR#2519
Submitted-By: Jonathan Mini <mini@hydrogen.nike.efn.org>
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
|
|
|
|
| |
Submitted by: The Nomads
|
| |
|
| |
|
|
|
|
| |
2.2 candidate?
|
|
|
|
| |
start_if.<if> to do all the work instead if so configured. With examples.
|
|
|
|
|
| |
a couple of benign cases of 'yppasswdd' to 'rpc.yppasswdd.' (Like
rpc.yppasswdd, rpc.ypxfrd should only be run on NIS master servers.)
|
|
|
|
|
| |
with /dev/sysmouse when moused is active
Add comment about this fact
|
|
|
|
|
| |
Add comment explanation how to turn mouse support on particular screen
(vidcontrol -m on)
|
|
|
|
| |
swap as the system is coming up.
|
| |
|
| |
|
|
|
|
|
|
| |
on accounting and quotas because they don't work.
They seem to work just fine, and the comments generate
too many questions.
|
|
|
|
|
|
| |
use IRQ1, as the keyboard hook already gets this timing info.
Also some slight improvements to the comments.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: Tatsumi Hosokawa <hosokawa@mt.cs.keio.ac.jp> & BSD Nomads
I re-wrote alot of this, but the ideas are based on the code from the
most recent pccard-snapshot.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
static_routes and defaultrouter variables. I'm glad I looked again, however,
as I realized that setting static_routes to NO in the case of a defaultrouter
would wind up with a bogus value for static_routes. It doesn't really
hurt anything, but it's still wrong so I fixed it. I think this whole routing
section of sysconfig needs a revisit - it's getting gross!
|
|
|
|
|
| |
bogons with the way static_routes was being handled. Also document
the fact that default_router overrides static_routes entirely.
|
|
|
|
|
|
|
|
| |
While I'm at it, add a commented-out sample amd flags line to sysconfig
and drop a sample amd.map file in this directory for easy copying.
I know that this file's contents are highly site-variable, but the one I've
chosen for an example is also the one I've seen on 99.9% of the amd-using
sites I've visited. I think it's a fair default.
|
| |
|
| |
|
|
|
|
| |
daemon (lpd) or not. Set to run it by default.
|
|
|
|
|
|
| |
router=<some routed>
routerflags=<startup flags>
Submitted by: Paul Richards et al
|
|
|
|
| |
/usr/X11R6/etc/rc.d every time it was sourced.
|
|
|
|
|
|
|
|
|
|
|
| |
directories to check in looking for port startup scripts. The specific gunge
for apache httpd, gated and pcnfsd in /etc/sysconfig and /etc/netstart is
gone now. Note that pcnfsd's troubles aren't necessarily over (and probably
why NetBSD brought it into their sources) - anyone adding pcnfsd will STILL
have to tweak /etc/sysconfig in order to set the new variable
`weak_mountd_authentication' to YES. The flags to mountd are directly affected
by pcnfsd's requirements for non-root mounts, unfortunately! :-(
Submitted by: paul & jkh
|
|
|
|
| |
used in the entropy-gathering for /dev/random.
|
|
|
|
| |
in the same style as the ibcs2 LKM..
|
|
|
|
| |
Requested by: Nate Williams
|
|
|
|
|
|
|
|
|
|
| |
[ As suggested by Satoshi - rc.local.d was pretty redundant under /usr/local;
duh! :-)]
[ -f /etc/rc.local ] && sh /etc/rc.local
For backwards compatibilty with non-executable rc.local files. Sorry, Bruce!
Submitted by: asami & bde & jkh
|
| |
|
|
|
|
|
|
|
|
|
| |
in FreeBSD and should never have got in here.
Removed hard-coded /etc/rc.local.d hacks and implemented a more flexible
solution.
Added a local configuration area to sysconfig.
|
| |
|
|
|
|
| |
and Apache httpd, so a user can be brought up to speed quickly.
|
|
|
|
| |
from sysinstall.
|
|
|
|
|
| |
strange effects when contacting with localized daemon
from foreign environment.
|
|
|
|
|
|
| |
Add nis_ypsetflags sysconfig entry and appropriate code in rc to call
ypset if needed. Should probably automatically add `-ypsetme' to ypbind
flags if this is set.
|
|
|
|
|
| |
definition, otherwise /etc/rc generates error messages while running "dumpon"
Reviewed by: bde
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add comment that you should not have to edit netstart, and if you
do we would like to know about it.
The lo0 interface is now handled just like any other interface,
This makes it possible to do things to it from sysconfig.
Redo the comments in sysconfig about network_interfaces and ifconfig_${X}
to reflect the moving of lo0 to this scheme. We now have an uncommented
variable for sysintall to find and play with. (Your welcome Jordan)
Redo the way static routes are handled. Basically use the same
scheme for routes that I did for network interfaces. This allows
any number of static routes to be added from sysconfig.
Make sure we do the default route first so we stand a chance of
getting to our DNS server (if we have one) to resolve our own
IP address from $hostname.
|
|
|
|
| |
here.
|
|
|
|
| |
Add a knob to make it easy to turn off RFC 1323 and RFC 1644 options.
|
|
|
|
|
|
| |
domainname. This eliminates /etc/defaultdomain.
Correct tickadj, it should have been tickadjflags.
|