- Corrected runuser man page (bug #200620).

This commit is contained in:
Tim Waugh 2006-09-11 12:37:06 +00:00
parent 12a60070d7
commit ee54752c20
2 changed files with 11 additions and 5 deletions

View File

@ -309,20 +309,23 @@
+runuser \- run a shell with substitute user and group IDs
+[DESCRIPTION]
+.\" Add any additional description here
--- /dev/null 2006-07-21 09:48:40.571484750 +0100
+++ coreutils-5.97/man/runuser.1 2006-07-21 14:32:13.000000000 +0100
@@ -0,0 +1,59 @@
--- /dev/null 2006-09-11 09:20:12.657562250 +0100
+++ coreutils-5.97/man/runuser.1 2006-09-11 13:34:45.000000000 +0100
@@ -0,0 +1,62 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
+.TH RUNUSER "1" "September 2004" "runuser (coreutils) 5.2.1" "User Commands"
+.SH NAME
+runuser \- run a shell with substitute user and group IDs, similar to su, but will not prompt for password.
+runuser \- run a shell with substitute user and group IDs, similar to su, but will not run PAM hooks
+.SH SYNOPSIS
+.B runuser
+[\fIOPTION\fR]... [\fI-\fR] [\fIUSER \fR[\fIARG\fR]...]
+.SH DESCRIPTION
+.\" Add any additional description here
+.PP
+Change the effective user id and group id to that of USER.
+Change the effective user id and group id to that of USER. No PAM hooks
+are run, and there will be no password prompt. This command is useful
+when run as the root user. If run as a non-root user without privilege
+to set user ID, the command will fail.
+.TP
+-, \fB\-l\fR, \fB\-\-login\fR
+make the shell a login shell

View File

@ -280,6 +280,9 @@ fi
/sbin/runuser
%changelog
* Mon Sep 11 2006 Tim Waugh <twaugh@redhat.com>
- Corrected runuser man page (bug #200620).
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 5.97-9
- Fixed warnings in pam, i18n, sysinfo, selinux and acl patches (bug #203166).