summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
AgeCommit message (Expand)AuthorFilesLines
2004-05-11Retire the bootstrap script's --pkgsrcdir argument. Now that we'reschmonz1-4/+2
2004-05-05Use numeric uid/gid instead of Administrator/+Administrators, as nativetv1-4/+6
2004-04-24make sure /sbin and /usr/sbin are in $PATH. pkg/24010danw1-1/+5
2004-04-23Rather than work around an automake braindeadness, parameterize install-shtv1-6/+13
2004-04-21For Interix, use "mkdir -p" after all so that the umask can take effect.tv1-1/+4
2004-04-16Use 'mkdir-sh' instead of 'mkdir-p.sh' (similar to 'install-sh').heinz1-3/+3
2004-04-11Add support for UnixWareheinz1-1/+18
2004-04-07Add support for the --sysconfdir argument, which changes the location ofjmmv1-14/+21
2004-03-29Don't set -m in mkdir_p because Interix needs 0775, not 0755. Let the umasktv1-3/+5
2004-03-28apply patch from Klaus Heinz to support bootstrapping from a read-onlygrant1-36/+59
2004-03-21MACHINE_ARCH should be derived from `uname -m` on OpenBSD.grant1-2/+2
2004-03-11In mkdir_p, iterate the directory names. (install-sh doesn't.)tv1-2/+4
2004-03-11Interix has the possibility of case-insensitive filesystems too. Add thetv1-3/+3
2004-03-11Interix needs pax too. <grumble>tv1-2/+2
2004-03-11Use the install-sh wrapper to create directories rather than relying onsketch1-8/+14
2004-03-11Parameterize the root user, and provide an alternative implementationtv1-5/+16
2004-03-11grab and build the various programs required from pkgsrc rather thangrant1-13/+33
2004-03-11import the required bits of bootstrap-pkgsrc from 20040311.grant1-0/+543