OpenPKG CVS Repository
  http://www.openpkg.org/cvsweb/cvsweb.cgi
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   28-Aug-2002 09:42:17
  Branch: OPENPKG_1_1_SOLID                Handle: 2002082808421700

  Modified files:           (Branch: OPENPKG_1_1_SOLID)
    openpkg-src/sudo        sudo.spec

  Log:
    MFC: use now existing %g in shtool

  Summary:
    Revision    Changes     Path
    1.28.2.2    +2  -2      openpkg-src/sudo/sudo.spec
  ____________________________________________________________________________

  Index: openpkg-src/sudo/sudo.spec
  ============================================================
  $ cvs diff -u -r1.28.2.1 -r1.28.2.2 sudo.spec
  --- openpkg-src/sudo/sudo.spec        26 Aug 2002 19:55:15 -0000      1.28.2.1
  +++ openpkg-src/sudo/sudo.spec        28 Aug 2002 07:42:17 -0000      1.28.2.2
  @@ -105,9 +105,9 @@
           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 %u` \
  +        install_gid=`%{l_shtool} echo -e %g` \
           sudoers_uid=`%{l_shtool} echo -e %u` \
  -        sudoers_gid=`%{l_shtool} echo -e %u`
  +        sudoers_gid=`%{l_shtool} echo -e %g`
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
           %{l_files_std} \
           '%attr(4111,root,%{l_mgrp}) %{l_prefix}/bin/sudo' \
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to