OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-May-2006 16:11:25
Branch: HEAD Handle: 2006052315112500
Modified files:
openpkg-src/sudo sudo.spec
Log:
switch sudoers file from mgid to sgid as the mgid can change between
the build and the install host
Summary:
Revision Changes Path
1.89 +3 -3 openpkg-src/sudo/sudo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sudo/sudo.spec
============================================================================
$ cvs diff -u -r1.88 -r1.89 sudo.spec
--- openpkg-src/sudo/sudo.spec 29 Apr 2006 07:24:39 -0000 1.88
+++ openpkg-src/sudo/sudo.spec 23 May 2006 14:11:25 -0000 1.89
@@ -33,7 +33,7 @@
Group: System
License: BSD
Version: 1.6.8p12
-Release: 20060429
+Release: 20060523
# package options
%option with_fsl yes
@@ -128,7 +128,7 @@
%endif
--with-sudoers-mode=0400 \
--with-sudoers-uid=%{l_suid} \
- --with-sudoers-gid=%{l_mgid} \
+ --with-sudoers-gid=%{l_sgid} \
--with-sendmail=$true \
--with-ignore-dot \
%if "%{with_pam}" == "yes"
@@ -189,7 +189,7 @@
'%attr(4111,%{l_susr},%{l_mgrp}) %{l_prefix}/bin/sudoedit' \
'%attr(0111,%{l_susr},%{l_mgrp}) %{l_prefix}/sbin/visudo' \
'%attr(0700,%{l_susr},%{l_mgrp}) %dir %{l_prefix}/var/sudo' \
- '%config %attr(0400,%{l_susr},%{l_mgrp})
%{l_prefix}/etc/sudo/sudoers'
+ '%config %attr(0400,%{l_susr},%{l_sgrp})
%{l_prefix}/etc/sudo/sudoers'
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]