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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   18-Oct-2004 10:20:34
  Branch: HEAD                             Handle: 2004101809203400

  Modified files:
    openpkg-src/openssh     openssh.spec

  Log:
    do not add <prefix>/bin to PATH (for 'scp' we still have the special
    case workaround)

  Summary:
    Revision    Changes     Path
    1.139       +4  -2      openpkg-src/openssh/openssh.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  ============================================================================
  $ cvs diff -u -r1.138 -r1.139 openssh.spec
  --- openpkg-src/openssh/openssh.spec  20 Sep 2004 16:17:33 -0000      1.138
  +++ openpkg-src/openssh/openssh.spec  18 Oct 2004 08:20:34 -0000      1.139
  @@ -42,7 +42,7 @@
   Group:        Security
   License:      BSD
   Version:      %{V_base}%{V_portable}
  -Release:      20040920
  +Release:      20041018
   
   #   package options
   %option       with_fsl          yes
  @@ -210,7 +210,9 @@
           --disable-suid-ssh \
           --without-rsh \
           --with-mantype=man \
  -        --with-default-path=%{l_prefix}/bin:/bin:/usr/bin:/usr/local/bin \
  +        --disable-etc-default-login \
  +        --with-default-path=/bin:/usr/bin \
  +        --with-superuser-path=/bin:/usr/bin:/sbin:/usr/sbin \
           --with-privsep-user=%{l_nusr} \
           --with-privsep-path=%{l_prefix}/var/openssh/empty
   
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to