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

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.
# This file and all modifications and additions to the pristine
@ -13,7 +13,7 @@
Name: sudo
BuildRequires: openldap2-devel pam-devel postfix
PreReq: coreutils
Version: 1.6.9
Version: 1.6.9p2
Release: 1
Autoreqprov: on
Group: System/Base
@ -116,6 +116,13 @@ rm -rf $RPM_BUILD_ROOT
/var/run/sudo
%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
- updated to 1.6.9
* added to the list of variables to remove from the environment