diff --git a/coreutils-5.2.1-runuser.patch b/coreutils-5.2.1-runuser.patch index f23856e..54958ff 100644 --- a/coreutils-5.2.1-runuser.patch +++ b/coreutils-5.2.1-runuser.patch @@ -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 diff --git a/coreutils.spec b/coreutils.spec index 76e6204..0e4da44 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -280,6 +280,9 @@ fi /sbin/runuser %changelog +* Mon Sep 11 2006 Tim Waugh +- Corrected runuser man page (bug #200620). + * Thu Aug 24 2006 Tim Waugh 5.97-9 - Fixed warnings in pam, i18n, sysinfo, selinux and acl patches (bug #203166).