summaryrefslogtreecommitdiff
path: root/usr.sbin/chroot/chroot.8
AgeCommit message (Collapse)Author
2010-07-08- Xr ldd; from jochen keil, netbsd pr 30043Jason McIntyre
- knock out some unhelpful Xrs - correct history entry; from millert ok millert otto
2007-05-31convert to new .Dd format;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-02-11More -G/-U deletion + style(9) while millert@ is here.Mike Pechkin
Make sence. millert@ ok
2003-02-08Make the -u and -g options more like the -U and -G options. My intentionTodd C. Miller
was to avoid needless incompatibilities with NetBSD's command line options but this ended up causing too much confusion on the part of the user. The -u option now also sets the group and group vector based on passwd(5) and group(5) unless an alternate group list is specified via the -g option. The -U and -G options have been removed. The resulting code is much simpler and the behavior of chroot(8) seems to better match users' expectations; OK deraadt@
2003-02-01typos;Jason McIntyre
chat(8): removed reference to uucico(8) ok deraadt@
2002-10-29Add -U option to set uid, gid, and group vector based on password database.Todd C. Miller
2002-10-25Add options to set the uid, gid, and group vector after the chroot;Todd C. Miller
adapted from NetBSD. OK markus@ and previously discussed with Theo.
2001-05-28Remove unneeded .Nm argument; mpech@prosoft.org.lvAaron Campbell
2001-05-01Remove completely redundant introductory sentences in ENVIRONMENT sections.Aaron Campbell
2000-08-17openbsd rcsdidsMichael Shalayeff
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1998-11-08usr.sbin/ man page repairs, a-iAaron Campbell
1995-10-18initial import of NetBSD treeTheo de Raadt