diff options
author | Allan McRae <allan@archlinux.org> | 2013-09-10 14:09:27 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-09-10 14:11:39 +1000 |
commit | cdfc721b8d2d5079325ea9f0beb5673d72b4cdd0 (patch) | |
tree | 5acb7821590b08a4aa214c6a699d79c6575a1094 /INSTALL | |
parent | 95e7cf295e449c0aec3d7a76f01907bf300106bf (diff) | |
download | glibc-cdfc721b8d2d5079325ea9f0beb5673d72b4cdd0.tar glibc-cdfc721b8d2d5079325ea9f0beb5673d72b4cdd0.tar.gz glibc-cdfc721b8d2d5079325ea9f0beb5673d72b4cdd0.tar.bz2 glibc-cdfc721b8d2d5079325ea9f0beb5673d72b4cdd0.zip |
Update pt_chown sections of the manual
The pt-chown binary is discussed in the "Running make install" section
without clarification of the needed configure option. Clarify this
and simplfy the discription which is already covered in the "Configuring
and compiling" section.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -285,14 +285,11 @@ dramatically improve performance with NIS+, and may help with DNS as well. One auxiliary program, `/usr/libexec/pt_chown', is installed setuid -`root'. This program is invoked by the `grantpt' function; it sets the -permissions on a pseudoterminal so it can be used by the calling -process. This means programs like `xterm' and `screen' do not have to -be setuid to get a pty. (There may be other reasons why they need -privileges.) If you are using a Linux kernel with the `devptsfs' or -`devfs' filesystems providing pty slaves, you don't need this program; -otherwise you do. The source for `pt_chown' is in -`login/programs/pt_chown.c'. +`root' if the `--enable-pt_chown' configuration option is used. This +program is invoked by the `grantpt' function; it sets the permissions +on a pseudoterminal so it can be used by the calling process. If you +are using a Linux kernel with the `devpts' filesystem enabled and +mounted at `/dev/pts', you don't need this program. After installation you might want to configure the timezone and locale installation of your system. The GNU C Library comes with a |