fix typo in sudoers file (#212308)
This commit is contained in:
parent
f9c44dec3c
commit
8887e35d08
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
b29893c06192df6230dd5f340f3badf5 sudo-1.6.8p12.tar.gz
|
b29893c06192df6230dd5f340f3badf5 sudo-1.6.8p12.tar.gz
|
||||||
6370419a4bd51faa8d28e0d0a3bc7896 sudo-1.6.8p12-sudoers
|
3dad7cdd28925f9bdf387510961f8e9f sudo-1.6.8p12-sudoers
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
## This file must be edited with the 'visudo' command.
|
## This file must be edited with the 'visudo' command.
|
||||||
|
|
||||||
## Host Aliases
|
## Host Aliases
|
||||||
## Groups of machines. You may prefer to use hostnames (perhap using
|
## Groups of machines. You may prefer to use hostnames (perhaps using
|
||||||
## wildcards for entire domains) or IP addresses instead.
|
## wildcards for entire domains) or IP addresses instead.
|
||||||
# Host_Alias FILESERVERS = fs1, fs2
|
# Host_Alias FILESERVERS = fs1, fs2
|
||||||
# Host_Alias MAILSERVERS = smtp, smtp2
|
# Host_Alias MAILSERVERS = smtp, smtp2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Allows restricted root access for specified users.
|
Summary: Allows restricted root access for specified users.
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.6.8p12
|
Version: 1.6.8p12
|
||||||
Release: 10
|
Release: 11%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.courtesan.com/sudo/
|
URL: http://www.courtesan.com/sudo/
|
||||||
@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/bin/chmod 0440 /etc/sudoers || :
|
/bin/chmod 0440 /etc/sudoers || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 26 2006 Peter Vrabec <pvrabec@redhat.com> 1.6.8p12-11
|
||||||
|
- fix typo in sudoers file (#212308)
|
||||||
|
|
||||||
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.6.8p12-10
|
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 1.6.8p12-10
|
||||||
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user