- Corrected runuser man page (bug #200620).
This commit is contained in:
parent
12a60070d7
commit
ee54752c20
@ -309,20 +309,23 @@
|
|||||||
+runuser \- run a shell with substitute user and group IDs
|
+runuser \- run a shell with substitute user and group IDs
|
||||||
+[DESCRIPTION]
|
+[DESCRIPTION]
|
||||||
+.\" Add any additional description here
|
+.\" Add any additional description here
|
||||||
--- /dev/null 2006-07-21 09:48:40.571484750 +0100
|
--- /dev/null 2006-09-11 09:20:12.657562250 +0100
|
||||||
+++ coreutils-5.97/man/runuser.1 2006-07-21 14:32:13.000000000 +0100
|
+++ coreutils-5.97/man/runuser.1 2006-09-11 13:34:45.000000000 +0100
|
||||||
@@ -0,0 +1,59 @@
|
@@ -0,0 +1,62 @@
|
||||||
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
|
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
|
||||||
+.TH RUNUSER "1" "September 2004" "runuser (coreutils) 5.2.1" "User Commands"
|
+.TH RUNUSER "1" "September 2004" "runuser (coreutils) 5.2.1" "User Commands"
|
||||||
+.SH NAME
|
+.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
|
+.SH SYNOPSIS
|
||||||
+.B runuser
|
+.B runuser
|
||||||
+[\fIOPTION\fR]... [\fI-\fR] [\fIUSER \fR[\fIARG\fR]...]
|
+[\fIOPTION\fR]... [\fI-\fR] [\fIUSER \fR[\fIARG\fR]...]
|
||||||
+.SH DESCRIPTION
|
+.SH DESCRIPTION
|
||||||
+.\" Add any additional description here
|
+.\" Add any additional description here
|
||||||
+.PP
|
+.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
|
+.TP
|
||||||
+-, \fB\-l\fR, \fB\-\-login\fR
|
+-, \fB\-l\fR, \fB\-\-login\fR
|
||||||
+make the shell a login shell
|
+make the shell a login shell
|
||||||
|
@ -280,6 +280,9 @@ fi
|
|||||||
/sbin/runuser
|
/sbin/runuser
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 24 2006 Tim Waugh <twaugh@redhat.com> 5.97-9
|
||||||
- Fixed warnings in pam, i18n, sysinfo, selinux and acl patches (bug #203166).
|
- Fixed warnings in pam, i18n, sysinfo, selinux and acl patches (bug #203166).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user