fix path to updatedb in /etc/sudoers (#445103)

This commit is contained in:
Peter Vrabec 2008-05-05 11:53:04 +00:00
parent 80df5ff713
commit e94854c079
3 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,2 @@
573c851f2a204f1cdbbdb657015fc6ef sudo-1.6.8p12-sudoers
7e9d3e7780c632469ffe88fcc4a6b1ca sudo-1.6.9p13.tar.gz
f9b28fbbb09ec22ca543c758db44d2cd sudo-1.6.8p12-sudoers

View File

@ -33,7 +33,7 @@ Cmnd_Alias SOFTWARE = /bin/rpm, /usr/bin/up2date, /usr/bin/yum
Cmnd_Alias SERVICES = /sbin/service, /sbin/chkconfig
## Updating the locate database
Cmnd_Alias LOCATE = /usr/sbin/updatedb
Cmnd_Alias LOCATE = /usr/bin/updatedb
## Storage
Cmnd_Alias STORAGE = /sbin/fdisk, /sbin/sfdisk, /sbin/parted, /sbin/partprobe, /bin/mount, /bin/umount

View File

@ -1,7 +1,7 @@
Summary: Allows restricted root access for specified users
Name: sudo
Version: 1.6.9p13
Release: 4%{?dist}
Release: 5%{?dist}
License: BSD
Group: Applications/System
URL: http://www.courtesan.com/sudo/
@ -131,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
/bin/chmod 0440 /etc/sudoers || :
%changelog
* Mon May 05 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-5
- fix path to updatedb in /etc/sudoers (#445103)
* Mon Mar 31 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-4
- include ldap files in rpm package (#439506)