OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   22-Jul-2004 13:29:59
  Branch: HEAD                             Handle: 2004072212295900

  Modified files:
    openpkg-src/sudo        sudo.spec

  Log:
    fix build when clock is slow

  Summary:
    Revision    Changes     Path
    1.56        +6  -6      openpkg-src/sudo/sudo.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sudo/sudo.spec
  ============================================================================
  $ cvs diff -u -r1.55 -r1.56 sudo.spec
  --- openpkg-src/sudo/sudo.spec        7 Feb 2004 17:59:05 -0000       1.55
  +++ openpkg-src/sudo/sudo.spec        22 Jul 2004 11:29:59 -0000      1.56
  @@ -34,7 +34,7 @@
   Group:        System
   License:      BSD
   Version:      1.6.7p5
  -Release:      20040207
  +Release:      20040722
   
   #   package options
   %option       with_fsl    yes
  @@ -96,7 +96,7 @@
           --with-logging=file \
   %endif
           --with-sudoers-mode=0400 \
  -        --with-sudoers-uid=0 \
  +        --with-sudoers-uid=%{l_suid} \
           --with-sudoers-gid=%{l_muid} \
           --with-sendmail=$true \
           --with-ignore-dot \
  @@ -122,10 +122,10 @@
           prefix=$RPM_BUILD_ROOT%{l_prefix} \
           exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
           sysconfdir=$RPM_BUILD_ROOT%{l_prefix}/etc/sudo \
  -        install_uid=`%{l_shtool} echo -e %u` \
  -        install_gid=`%{l_shtool} echo -e %g` \
  -        sudoers_uid=`%{l_shtool} echo -e %u` \
  -        sudoers_gid=`%{l_shtool} echo -e %g`
  +        install_uid=%{l_suid} \
  +        install_gid=%{l_sgid} \
  +        sudoers_uid=%{l_muid} \
  +        sudoers_gid=%{l_mgid}
   
       #   install run-command script
       %{l_shtool} mkdir -f -p -m 755 \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to