aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-01-22 10:44:02 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-01-22 10:44:02 +0000
commit6dd5958b99156d40595146a079127edd82d7faa2 (patch)
tree74a4e16e2b6bb631340946b0e1e063ed09eefa91
parentfe42e96eff777b0d56eae100f3a68abf0c9d1432 (diff)
downloadsrc-6dd5958b99156d40595146a079127edd82d7faa2.tar.gz
src-6dd5958b99156d40595146a079127edd82d7faa2.zip
Finish cleanup in chroot.c CSRG revision 5.6 by Keith Bostic
(never installed setuid, so don't need to reset the uid). PR: bin/34159
Notes
Notes: svn path=/head/; revision=89641
-rw-r--r--usr.sbin/chroot/chroot.84
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/chroot/chroot.8 b/usr.sbin/chroot/chroot.8
index bfd692b16a41..d3e678628bb0 100644
--- a/usr.sbin/chroot/chroot.8
+++ b/usr.sbin/chroot/chroot.8
@@ -50,10 +50,6 @@ command changes its root directory to the supplied directory
and exec's
.Ar command ,
if supplied, or an interactive copy of your shell.
-.Pp
-Note,
-.Ar command
-or the shell are run as your real-user-id.
.Sh ENVIRONMENT
The following environment variable is referenced by
.Nm :