summaryrefslogtreecommitdiff
path: root/usr.sbin/postinstall
AgeCommit message (Expand)Author
2009-12-24running postinstall fix should also say why fontconfig did not work, likechristos
2009-11-22s/the the/the/mbalmer
2009-10-15Explicitly request literal mode after .Xr.joerg
2009-10-13/usr/X11R7/lib/X11/xkb/symbols/pc used to be a directory, but changedapb
2009-09-29Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.tsarna
2009-09-21Make do_mtree correctly report failure if either special ornjoly
2009-09-07install the fontconfig files into /etc/fonts/conf.avail, and symlinkmrg
2009-09-07- do not create X11 subdirs always anymoremrg
2009-08-06Add gpio to rc checks.mbalmer
2009-07-20moduli moved with opensshchristos
2009-06-23Switch to building Postfix 2.6.2 via "external/ibm-public/postfix".tron
2009-05-22Make the makedev step fail if either MAKEDEV or MAKEDEV.local need topgoyette
2009-05-13fetch /etc/dhcpcd.conf from the correct place when building the systemjnemeth
2009-05-12install /etc/rc.d/dhcpcd as welljnemeth
2009-05-12install /etc/dhcpcd.confjnemeth
2009-04-21Split fsck during boot into two phases. Check the root file systemjoerg
2009-04-06Now that we use ?= to optionally assing to ddb.onpanic, match that whenmartin
2009-04-01Make the ddb.onpanic line acceptable even if commented outmartin
2009-03-11Switch the default value (if no options DDB_ONPANIC is defined) formartin
2009-02-26As long as we don't yet have a working TOOL_GREP,apb
2009-02-26In file_exists_exact(), fix an incorrect test of "1" instead of "$1",apb
2009-02-26"grep -q" is not portable; use "grep >/dev/null" instead. Also add aapb
2009-02-25Use awk and grep host tools where required. 'build.sh release' now workssketch
2009-02-25Look for MAKEDEV.local in both ${SRC_DIR}/dev/ and ${SRC_DIR}/etc/,dyoung
2009-02-22do_makedev: look at a correct directory for MAKEDEV.localyamt
2009-01-26Added MAKEDEV.local to postinstall's makedev check. Upgraded systems werejklos
2009-01-16Add lvm script to the lists.haad
2009-01-08Add rndctl to do_rc().lukem
2008-12-20x68k pow(4) now uses MI sysmon_pswitch framework. suggested by tsutsui@.isaki
2008-12-11Import rc.d/httpd script for httpd(8) daemon control.mishka
2008-12-05- Introduce a function get_makevar that will retrieve the values of acube
2008-11-24Add scan obsolete minor shared libraries in /usr/X11R7/lib.nakayama
2008-11-18lkm1, lkm2 and lkm3 are now obsolete and don't exist in the source tree,chris
2008-10-29s/explicitely/explicitly/snj
2008-10-17apb's latest change introduced a test to make sure an actual etc.tgz (or ancube
2008-10-17revert previous; now 'postinstall fix' does not work anymore without havingchristos
2008-10-17use an existing file otherwise the test always fails.christos
2008-10-17I don't have set.etc!?!? Do you?christos
2008-10-04In both postinstall and etcupdate, in modes where the -s argumentapb
2008-09-21Fix 'arith: syntax error: " N_SRC_ARGS + 1 "' error which occurs withjunyoung
2008-09-14Fix errors in previous.apb
2008-09-14Document that "ss tgz1:tgz2" was merely deprecated, not removed.apb
2008-09-14Allow "-s tgzfile1:tgzfile2" for backward compatibility. Print aapb
2008-09-07Document the change in meaning of "-s foo:bar". It now means a singleapb
2008-09-07* Allow colons to appear in the names of tgz files, to address PR 39459.apb
2008-09-07Cleanup shell quoting:apb
2008-07-23Make sure to update root.cache too.matt
2008-07-13Correct improper escaping of regular expressions in string constants indholland
2008-06-20Install /etc/pf.os with 444 permissions.peter
2008-06-18merge yamt-pf42 branch.yamt