summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2013-01-06backout atactl check; I had warned that this would try a lot of codeTheo de Raadt
paths which are rarely tried. Problem reported by a few on the list.
2013-01-03sync; new IPv4 address for d.root-servers.netGonzalo L. Rodriguez
Ok sthen@
2012-12-31Do not mail out diffs of the /etc/moduli file.Ingo Schwarze
They are not interesting, but they are annoying during system upgrades. ok sthen@ ajacoutot@ henning@ dtucker@
2012-12-19regenMark Kettenis
2012-12-19Tweak to generate a better man page.Mark Kettenis
2012-12-19regenMark Kettenis
2012-12-19Make it easier to create more /dev/ldomN devices. As a bonus this stopsMark Kettenis
polluting ramdisks with devices that aren't needed there.
2012-12-11Add a SMART check using atactl(8) against disks that support and haveAntoine Jacoutot
SMART enabled. Committing now so that it gets broader testing. Man page bits will be added once we are confident there is no side effect and this can stay. inputs from sthen@ halex@ weerd@ ok deraadt@
2012-12-08regenMark Kettenis
2012-12-08Add /dev/vdsp[0-7].Mark Kettenis
2012-12-05remove "Invalid interface name" messageRobert Peichaer
requested by krw@ ok halex@
2012-12-04syncMartin Pieuchot
2012-12-04Add agp nodeMartin Pieuchot
2012-12-02use the more compact version of the check for ifconfig'able interfacesRobert Peichaer
from install.sub with feedback from and ok halex
2012-12-02- remove isalphanumeric() and replace it with a shell pattern, thatRobert Peichaer
tries a bit harder to identify invalid interface names and in this case emit an error message. - use [[ $1 == autoboot ]] to avoid a shell error message due to possible spaces in first argument - no change in functionality discussed with krw and halex ok ("I like this") krw
2012-11-26regenJasper Lievisse Adriaanse
2012-11-21rc_restart() does not exists. What the 'restart' action does is to runAntoine Jacoutot
'stop' then 'start'; so to prevent this daemon from restarting itself, rc_stop=NO is enough. ok robert@
2012-11-19Remove useless test: rc_rm_runfile() uses rm -f which always returns 0Antoine Jacoutot
so we don't care if the file is present or not; also this function should never return a failure. ok halex@
2012-11-18Don't output "$action is not supported" when running an rc.d(8) scriptAntoine Jacoutot
from /etc/rc(8). This prevents the warning to be displayed at shutdown time when the script has rc_stop=NO. req. and input from fgsch@ "go ahead" schwarze@ input from an ok halex@, ok robert@
2012-11-18Remove pointless local declaration.Antoine Jacoutot
ok halex@
2012-11-17Revert previous; there are more things to consider.Antoine Jacoutot
2012-11-17Remove pre-rc.d(8) backward compatibility.Antoine Jacoutot
See faq/current.html for more information. The local_rcconf variable is not used anywhere anymore so drop it. suggested by deraadt@ ok sthen@
2012-11-12Don't check if ${local_rcconf} is defined before sourcing rc.conf but doAntoine Jacoutot
it unconditionally. The only place local_rcconf could have been defined is from /etc/rc sourcing rc.conf but then the variable is not exported so it will never be seen by rc.subr. ok robert@
2012-11-05Run chown/chgrp iff the preceding mknod call worked; thus if if there'sJasper Lievisse Adriaanse
actually something to chown/chgrp. ok todd@
2012-11-04Start ldomd(8).Mark Kettenis
2012-11-04Script for ldomd(8).Mark Kettenis
ok dcoppa@, deraadt@
2012-11-03regenMark Kettenis
2012-11-03Add /dev/ldom[0-3].Mark Kettenis
2012-10-28OK, enough is enough. So many people persist in the practice of editingTheo de Raadt
this file, even years after the rc.conf / rc.conf.local split happened. One way to improve upon this is to put a big fat comment at the top of the file. (Other ways to improve this is by renaming files, but that will just create more confusion). ok aja robert
2012-10-26sort to be consistent with the other rc scripts: rc_** actions come afterAntoine Jacoutot
the pexp.
2012-10-26disable reload since SIGHUP kills smtpdAlexander Hall
ok chl@ gilles@
2012-10-20regenMark Kettenis
2012-10-20Add /dev/hvctl and /dev/spds.Mark Kettenis
2012-10-13use the les specific "checksums"; Rob PierceTheo de Raadt
2012-10-13Forgot to add _iscsid to mail/aliasesDavid Coppa
Pointed out by ajacoutot@
2012-10-12Add the _iscsid user, required by iscsidDavid Coppa
OK claudio@
2012-10-11- replace "all" with "any"Gilles Chehade
- add examples for how to accept mail from external source and for a specific domain
2012-10-06Update for xkeyboard-config 2.7.Alexandr Shadchin
2012-10-05Add targets for the 6k and 8k bit moduli componentsDarren Tucker
2012-09-23Remove /usr/X11R6/lib/X11/config/Matthieu Herrb
2012-09-20Enable npppd and npppctl in default build. Add npppd to rc andYASUOKA Masahiko
install sample configs to /etc/. ok claudio deraadt henning mcbride
2012-09-18Add SNMPv3 USM example (commented out)Reyk Floeter
2012-09-13Simplify the way we call the rc.d(8) script in "restart".Antoine Jacoutot
ok sthen@
2012-09-10we need a fakeramdisk, like on sparc64Theo de Raadt
2012-09-08syncMartin Pieuchot
2012-09-08Add drm nodeMartin Pieuchot
ok kettenis@
2012-09-01Make '-f' only affects the "start" action.Antoine Jacoutot
There is no reason we couldn't reload|stop a daemon even when _flags is set to NO. As a bonus side effect, we can now see usage() on disabled scripts. discussed with sthen@ and espie@ ok sthen@
2012-08-29regen moduli file (<=4kbit). ok deraadt djmDarren Tucker
2012-08-29Make the update-moduli rule append the 6kbit and 8kbit params so that weDarren Tucker
can trivially regen the <=4k bit ones. ok djm@
2012-08-26Hook up nginx to rc(8).Antoine Jacoutot
ok deraadt@ robert@