SHA256
1
0
forked from pool/sudo
OBS User unknown 2007-08-03 21:18:41 +00:00 committed by Git OBS Bridge
parent ed8f0c39c6
commit 16b0f4feab
13 changed files with 29 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85611b0d3be2768c88bc2e56d8f5c5e5ad55cefb9d712364768da5b08cc11f2e
size 431616

View File

@ -28,15 +28,15 @@
p++; p++;
--- sudoers.man.in --- sudoers.man.in
+++ sudoers.man.in +++ sudoers.man.in
@@ -663,6 +663,11 @@ @@ -893,6 +893,11 @@
.IX Item "%U" .el .IP "\f(CW%h\fR" 8
expanded to the login name of the user the command will .IX Item "%h"
be run as (defaults to root) expanded to the local hostname without the domain name
+.ie n .IP "%p" 8 +.ie n .IP "%p" 8
+.el .IP "\f(CW%p\fR" 8 +.el .IP "\f(CW%p\fR" 8
+.IX Item "%p" +.IX Item "%p"
+expanded to the login name of the user whose password +expanded to the login name of the user whose password
+is requested +is requested
.ie n .IP "%h" 8 .ie n .IP "%U" 8
.el .IP "\f(CW%h\fR" 8 .el .IP "\f(CW%U\fR" 8
.IX Item "%h" .IX Item "%U"

3
sudo-1.6.9p2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f5ef0addc8518ec538f41acabb0a706cf9698f73e1a1f6c0c25c60f2d4dd991
size 431004

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jul 31 10:18:36 CEST 2007 - prusnak@suse.cz
- updated to 1.6.9p2
* fixed a crash in the error logging function
* worked around a crash when no tty was present in some PAM
implementations
* fixed updating of the saved environment when the environ pointer
gets changed out from underneath us
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 24 15:49:47 CEST 2007 - prusnak@suse.cz Tue Jul 24 15:49:47 CEST 2007 - prusnak@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package sudo (Version 1.6.9) # spec file for package sudo (Version 1.6.9p2)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -13,7 +13,7 @@
Name: sudo Name: sudo
BuildRequires: openldap2-devel pam-devel postfix BuildRequires: openldap2-devel pam-devel postfix
PreReq: coreutils PreReq: coreutils
Version: 1.6.9 Version: 1.6.9p2
Release: 1 Release: 1
Autoreqprov: on Autoreqprov: on
Group: System/Base Group: System/Base
@ -116,6 +116,13 @@ rm -rf $RPM_BUILD_ROOT
/var/run/sudo /var/run/sudo
%changelog %changelog
* Tue Jul 31 2007 - prusnak@suse.cz
- updated to 1.6.9p2
* fixed a crash in the error logging function
* worked around a crash when no tty was present in some PAM
implementations
* fixed updating of the saved environment when the environ pointer
gets changed out from underneath us
* Tue Jul 24 2007 - prusnak@suse.cz * Tue Jul 24 2007 - prusnak@suse.cz
- updated to 1.6.9 - updated to 1.6.9
* added to the list of variables to remove from the environment * added to the list of variables to remove from the environment