Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-06 | backout atactl check; I had warned that this would try a lot of code | Theo de Raadt | |
paths which are rarely tried. Problem reported by a few on the list. | |||
2013-01-03 | sync; new IPv4 address for d.root-servers.net | Gonzalo L. Rodriguez | |
Ok sthen@ | |||
2012-12-31 | Do 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-19 | regen | Mark Kettenis | |
2012-12-19 | Tweak to generate a better man page. | Mark Kettenis | |
2012-12-19 | regen | Mark Kettenis | |
2012-12-19 | Make it easier to create more /dev/ldomN devices. As a bonus this stops | Mark Kettenis | |
polluting ramdisks with devices that aren't needed there. | |||
2012-12-11 | Add a SMART check using atactl(8) against disks that support and have | Antoine 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-08 | regen | Mark Kettenis | |
2012-12-08 | Add /dev/vdsp[0-7]. | Mark Kettenis | |
2012-12-05 | remove "Invalid interface name" message | Robert Peichaer | |
requested by krw@ ok halex@ | |||
2012-12-04 | sync | Martin Pieuchot | |
2012-12-04 | Add agp node | Martin Pieuchot | |
2012-12-02 | use the more compact version of the check for ifconfig'able interfaces | Robert Peichaer | |
from install.sub with feedback from and ok halex | |||
2012-12-02 | - remove isalphanumeric() and replace it with a shell pattern, that | Robert 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-26 | regen | Jasper Lievisse Adriaanse | |
2012-11-21 | rc_restart() does not exists. What the 'restart' action does is to run | Antoine Jacoutot | |
'stop' then 'start'; so to prevent this daemon from restarting itself, rc_stop=NO is enough. ok robert@ | |||
2012-11-19 | Remove useless test: rc_rm_runfile() uses rm -f which always returns 0 | Antoine 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-18 | Don't output "$action is not supported" when running an rc.d(8) script | Antoine 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-18 | Remove pointless local declaration. | Antoine Jacoutot | |
ok halex@ | |||
2012-11-17 | Revert previous; there are more things to consider. | Antoine Jacoutot | |
2012-11-17 | Remove 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-12 | Don't check if ${local_rcconf} is defined before sourcing rc.conf but do | Antoine 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-05 | Run chown/chgrp iff the preceding mknod call worked; thus if if there's | Jasper Lievisse Adriaanse | |
actually something to chown/chgrp. ok todd@ | |||
2012-11-04 | Start ldomd(8). | Mark Kettenis | |
2012-11-04 | Script for ldomd(8). | Mark Kettenis | |
ok dcoppa@, deraadt@ | |||
2012-11-03 | regen | Mark Kettenis | |
2012-11-03 | Add /dev/ldom[0-3]. | Mark Kettenis | |
2012-10-28 | OK, enough is enough. So many people persist in the practice of editing | Theo 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-26 | sort to be consistent with the other rc scripts: rc_** actions come after | Antoine Jacoutot | |
the pexp. | |||
2012-10-26 | disable reload since SIGHUP kills smtpd | Alexander Hall | |
ok chl@ gilles@ | |||
2012-10-20 | regen | Mark Kettenis | |
2012-10-20 | Add /dev/hvctl and /dev/spds. | Mark Kettenis | |
2012-10-13 | use the les specific "checksums"; Rob Pierce | Theo de Raadt | |
2012-10-13 | Forgot to add _iscsid to mail/aliases | David Coppa | |
Pointed out by ajacoutot@ | |||
2012-10-12 | Add the _iscsid user, required by iscsid | David 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-06 | Update for xkeyboard-config 2.7. | Alexandr Shadchin | |
2012-10-05 | Add targets for the 6k and 8k bit moduli components | Darren Tucker | |
2012-09-23 | Remove /usr/X11R6/lib/X11/config/ | Matthieu Herrb | |
2012-09-20 | Enable npppd and npppctl in default build. Add npppd to rc and | YASUOKA Masahiko | |
install sample configs to /etc/. ok claudio deraadt henning mcbride | |||
2012-09-18 | Add SNMPv3 USM example (commented out) | Reyk Floeter | |
2012-09-13 | Simplify the way we call the rc.d(8) script in "restart". | Antoine Jacoutot | |
ok sthen@ | |||
2012-09-10 | we need a fakeramdisk, like on sparc64 | Theo de Raadt | |
2012-09-08 | sync | Martin Pieuchot | |
2012-09-08 | Add drm node | Martin Pieuchot | |
ok kettenis@ | |||
2012-09-01 | Make '-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-29 | regen moduli file (<=4kbit). ok deraadt djm | Darren Tucker | |
2012-08-29 | Make the update-moduli rule append the 6kbit and 8kbit params so that we | Darren Tucker | |
can trivially regen the <=4k bit ones. ok djm@ | |||
2012-08-26 | Hook up nginx to rc(8). | Antoine Jacoutot | |
ok deraadt@ robert@ |