summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2016-04-11syncStuart Henderson
2016-04-08syncStuart Henderson
2016-04-07syncStuart Henderson
2016-04-01Tweak rcctl wording.Antoine Jacoutot
from ian@
2016-04-01Rename the 'faulty' list action to 'failed'; it clearer.Antoine Jacoutot
prodded by matthieu@ ok millert@ jung@ sthen@
2016-03-30add "outgoing-interface" to sample unbound.confStuart Henderson
2016-03-27Don't delete the 224/4 route in netstart, unless it's being done to ensure thatStuart Henderson
a -reject route can be added. Restores the ability to set an interface route before daemons are started, lost during the previous simplification. ok millert mpi
2016-03-26Make it possible to get usage as a non-root user.Antoine Jacoutot
ok robert@
2016-03-26Handle the rc_stop=NO => rc_restart=NO case within _rc_not_supported().Antoine Jacoutot
2016-03-22syncStuart Henderson
2016-03-20add include directories used by recent versions of libdrmJonathan Gray
2016-03-14fix word issue, as reported by hansJason McIntyre
2016-03-12regen generated files after MAKEDEVs commitsMarc Espie
2016-03-12reflect reality (MAKEDEV can take no parms and still work)Marc Espie
2016-03-12tweak MAKEDEV.mi to use new makedev(8) capabilities and speed it up.Marc Espie
2016-03-11syncStuart Henderson
2016-03-09We are done providing support for the vax.Theo de Raadt
lots of agreement.
2016-03-08adjust for lpd(8) top spool dir permissions change, so security(8)tb
won't complain in the daily(8) mail. ok ajacoutot@
2016-03-05Change default lpd spool directory to match the code; from Chris BennettAntoine Jacoutot
Add /var/spool/output/lpd to mtree(1). This removes the ability for the daemon group to write directly under /var/spool/output; though no breakage is expected since this directory was only supposed to contain line printer spooling directories. ok sthen@
2016-03-05add proper entries for pkg_add privsep, instead of piggy-backing on _pfetchMarc Espie
which was a "better than nothing" measure for 5.9. Another user to come. Approved by deraadt@ on principle. thanks sthen@ for checking my lines over.
2016-03-03Remove option USER_LDT and everything depending on it.Christian Weisgerber
Remove machdep.userldt sysctl. Remove i386_[gs]et_ldt syscall stub from libi386. Remove i386_[gs]et_ldt regression test. ok mlarkin@ millert@ guenther@
2016-03-01Update moduli file.Darren Tucker
2016-02-29delete the kern.emul/KERN_EMUL sysctl bits since there are noChristian Weisgerber
emulations left; ok millert@ deraadt@, jmc@ (man pages)
2016-02-15When the default mode on /var/log/maillog was changed to 640 theTodd C. Miller
creation of maillog as part of the distribution-etc-root-var target was missed. From Nathanael Rensen
2016-02-14syncStuart Henderson
2016-02-09syncStuart Henderson
2016-02-07Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
titles (including flags) to distinguish between daemons, this makes it possible to manage multiple copies of a daemon using the normal infrastructure by symlinking rc.d scripts to a new name. ok jung@ ajacoutot@, missed in previous commit noticed after re-checking following report in bgpd.
2016-02-07Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
titles (including flags) to distinguish between daemons, this makes it possible to manage multiple copies of a daemon using the normal infrastructure by symlinking rc.d scripts to a new name. ok jung@ ajacoutot@, missed in previous commit, problem reported by mxb/alumni/chalmers/se.
2016-02-05RegenMasao Uebayashi
2016-02-05Add ipmi(4) cdev entry on amd64 and i386Masao Uebayashi
2016-02-04syncStuart Henderson
2016-02-02Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
titles (including flags) to distinguish between daemons, this makes it possible to manage multiple copies of a daemon using the normal infrastructure by symlinking rc.d scripts to a new name. ok jung@ ajacoutot@, smtpd ok gilles@
2016-02-01syncStuart Henderson
2016-02-01syncStuart Henderson
2016-01-28Run "rcctl ls faulty", which is silent when all services work as expected.Ingo Schwarze
Based on an original idea and a different patch from landry@. OK jung@ zhuk@ landry@ krw@ agreed to the general idea
2016-01-27Add /etc/examples/pkg.conf, generated from mirrors.dat over in www/.Stuart Henderson
Positive feedback and/or OKs from benno millert jcs aja jasper
2016-01-27syncReyk Floeter
2016-01-27Add /dev/pvbus0 (mode 0640) to MAKEDEV on i386 and amd64.Reyk Floeter
Needed for the key-value interface that has been added to pvbus(4). OK mikeb@
2016-01-20fix yearTheo de Raadt
2016-01-06delete vi catalog space; ok millertTheo de Raadt
2016-01-06some old signify keys no longer have relevance to new releases.Theo de Raadt
prompted by comments from naddy
2016-01-06This is just an example and we don't have to bump the set's versionReyk Floeter
number all the time, but let's use install59.fs as it will be the first release that includes vmm.
2016-01-05add 6.0 firmware keyStuart Henderson
2016-01-056.0 packages keyChristian Weisgerber
2016-01-05add 6.0 base key for release after 5.9Theo de Raadt
2015-12-30Remove portslocks from /etc/daily. The ports LOCKDIR was moved from /tmpRobert Peichaer
to /usr/ports/pobj years ago. OK millert@, ajacoutot@
2015-12-30date requires strict format including spaces, from miodTheo de Raadt
2015-12-29Replace single pattern case-blocks with simpler code.Robert Peichaer
OK halex@
2015-12-29Remove backslash, not necessary after '&&'Robert Peichaer
OK halex@
2015-12-29Replace last remaining `` with $()Robert Peichaer
OK halex@