CVS commit: src/usr.sbin/chroot

2011-09-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Sep 20 14:28:53 UTC 2011 Modified Files: src/usr.sbin/chroot: chroot.c Log Message: - don't use an uninitialized grouplist (from Patrick Welche) - While here: * Allow all numeric users and groups * Error chec

CVS commit: src/usr.sbin/chroot

2011-08-28 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Aug 28 08:32:47 UTC 2011 Modified Files: src/usr.sbin/chroot: chroot.c Log Message: Initialize local variables that previously were global (user, group). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr

CVS commit: src/usr.sbin/chroot

2011-08-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 27 22:32:44 UTC 2011 Modified Files: src/usr.sbin/chroot: chroot.c Log Message: Use __dead. Move global variables into function scope. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/chroot/chro

CVS commit: src/usr.sbin/chroot

2011-08-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 15 14:43:17 UTC 2011 Modified Files: src/usr.sbin/chroot: chroot.8 chroot.c Log Message: Re-order and synchronize options listed in manpage (`SYNOPSIS' and text) as well as `usage'-line; several punctuation improvements. >Fro

CVS commit: src/usr.sbin/chroot

2010-07-06 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jul 6 23:05:56 UTC 2010 Modified Files: src/usr.sbin/chroot: chroot.8 Log Message: Xref ldd(1) as per PR bin/30043 from Jochen Keil. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/chroot/chroot.8