summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2011-04-06Remove leading/trailing spaces from daemon_flags.Antoine Jacoutot
2011-04-05Remove portalfs.Thordur I. Bjornsson
2011-04-05Bye bye, kern.emul.freebsdPhilip Guenthe
2011-04-05Handle a daemon_flags of '-n' by using printf '%s\n' instead of echoPhilip Guenthe
2011-04-05Quote $daemon_flags to prevent echo(1) picking them as input flags.Antoine Jacoutot
2011-04-04Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT,Kenneth R Westerback
2011-04-04show how to disable pool_debugTheo de Raadt
2011-03-25Bump timeout to 30s.Antoine Jacoutot
2011-03-24if daemon_flags=NO is set, just exitRobert Nagy
2011-03-23use ssh-keygen -A; ok deraadtKevin Steves
2011-03-23Update since ICMP6 redirects are disabled by default now.Federico G. Schwindt
2011-03-19Since we now use pkill -0 for "check", it must be run as root,Ian Darwin
2011-03-17- introduce the INRC environment variable so that rc.subr(8) knows if itRobert Nagy
2011-03-14Return proper codes so that we don't rc_start if rc_pre failed and weAntoine Jacoutot
2011-03-10Add a small comment at the top to explain what this file does.Antoine Jacoutot
2011-03-09Make reload and check consistent with start/stop.Antoine Jacoutot
2011-03-09Move the redirections into the rc_cmd itself instead of rc_start andAntoine Jacoutot
2011-03-09Move rc_pre and rc_post out of the rc_start/rc_stop functions into theAntoine Jacoutot
2011-03-06Add an "rc_bg" variable that is undefined by default and allows to startAntoine Jacoutot
2011-02-24Remove daemon_shell and force the use of /bin/sh for the su(1) call.Antoine Jacoutot
2011-02-16allow users to enable access to the /dev/crypto, but keep it turned offMike Belopuhov
2011-02-12Add the rc_scripts variable for rc.d(8).Antoine Jacoutot
2011-02-09fix an unbalanced parenthesis in a comment; while here, split the commentIgor Sobrado
2011-01-24change default nsd(8) paths. ok sthen@Jakob Schlyter
2011-01-19add ldapd.conf; ok sthen@David Krause
2011-01-19catch up changelist with recent additions; ok sthen@David Krause
2011-01-19Add 2001:2::/48 (prefix used for benchmarking) to the list ofClaudio Jeker
2011-01-19remove EOL whitespaceDavid Krause
2011-01-19sort entriesDavid Krause
2011-01-19update location of host.random: it moved from /etc to /var/db in 1999...David Krause
2011-01-14We should not sum the install*.iso file, since it is not created at buildTheo de Raadt
2011-01-14in the most trivial way, request that the kernel arc4random re-key afterTheo de Raadt
2011-01-13move to 4.9-currentTheo de Raadt
2011-01-10talk to /dev/arandom as a single read or write.Theo de Raadt
2011-01-05Put the "su -c ..." command into an rcexec variable so that we canAntoine Jacoutot
2011-01-04Check for a login class that match the rc script name and if we find oneAntoine Jacoutot
2010-12-30Start shipping bsd.mp for hppa; ok miodTheo de Raadt
2010-12-29After the recent changes, there is no need for an rc_conf function.Antoine Jacoutot
2010-12-28- add /usr/lib/pkgconfig/Jasper Lievisse Adriaanse
2010-12-27There is no point in calling rc_conf manually from each and every rcAntoine Jacoutot
2010-12-24Fix a flaw in the rc.subr framework reported by stephan@ whereAntoine Jacoutot
2010-12-22Consistantly use /dev/arandom for feeding entropy to the kernel.Theo de Raadt
2010-12-17allow default blowfish rounds to be tweakable by arch, no behavioral changeTed Unangst
2010-12-16Add IANA officially assigned numbers for zabbix.Antoine Jacoutot
2010-12-13Prefer '-l' over '-' which is deprecated.Antoine Jacoutot
2010-12-13simulate a full login with su, now that the environment is fine afterRobert Nagy
2010-12-13Only run tset for interactive shells. OK robert@Todd C. Miller
2010-12-11Make it possible to mark an rc action as unsupported by setting theAntoine Jacoutot
2010-12-11Sanitise daemon_flags: remove multiple whitespaces from _rcflags.Antoine Jacoutot
2010-12-11Do not overwrite the settings in the rc scripts itself, so use the sameRobert Nagy