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:   25-Aug-2005 16:19:00
  Branch: HEAD                             Handle: 2005082515185900

  Modified files:
    openpkg-src/sudo        sudo.spec

  Log:
    option --with-noexec has to specifiy fully qualified pathname of
    sudo_noexec.so. Thanks to Doug Summers.

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/sudo/sudo.spec
  ============================================================================
  $ cvs diff -u -r1.78 -r1.79 sudo.spec
  --- openpkg-src/sudo/sudo.spec        20 Jun 2005 18:03:37 -0000      1.78
  +++ openpkg-src/sudo/sudo.spec        25 Aug 2005 14:18:59 -0000      1.79
  @@ -33,7 +33,7 @@
   Group:        System
   License:      BSD
   Version:      1.6.8p9
  -Release:      20050620
  +Release:      20050825
   
   #   package options
   %option       with_fsl    yes
  @@ -98,7 +98,7 @@
       ./configure \
           --prefix=%{l_prefix} \
           --sysconfdir=%{l_prefix}/etc/sudo \
  -        --with-noexec=%{l_prefix}/libexec/sudo \
  +        --with-noexec=%{l_prefix}/libexec/sudo/sudo_noexec.so \
           --with-logpath=%{l_prefix}/var/sudo/sudo.log \
           --with-timedir=%{l_prefix}/var/sudo \
   %if "%{with_fsl}" == "yes"
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to