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: 27-Jun-2006 18:45:42 Branch: HEAD Handle: 2006062717454200 Modified files: openpkg-src/openssh openssh.spec Log: remove the too extreme /usr/local/bin from default path and instead add the missing /bin to the superuser path Summary: Revision Changes Path 1.163 +3 -3 openpkg-src/openssh/openssh.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/openssh/openssh.spec ============================================================================ $ cvs diff -u -r1.162 -r1.163 openssh.spec --- openpkg-src/openssh/openssh.spec 22 Jun 2006 08:51:13 -0000 1.162 +++ openpkg-src/openssh/openssh.spec 27 Jun 2006 16:45:42 -0000 1.163 @@ -41,7 +41,7 @@ Group: Security License: BSD Version: %{V_base}%{V_portable} -Release: 20060622 +Release: 20060627 # package options %option with_fsl yes @@ -241,8 +241,8 @@ --with-mantype=man \ %if "%{with_trysetpath}" == "yes" --enable-etc-default-login \ - --with-default-path=%{l_prefix}/bin:/bin:/usr/bin:/usr/local/bin \ - --with-superuser-path=%{l_prefix}/bin:/usr/bin:/sbin:/usr/sbin \ + --with-default-path=%{l_prefix}/bin:/bin:/usr/bin \ + --with-superuser-path=%{l_prefix}/bin:/bin:/usr/bin:/sbin:/usr/sbin \ %else --disable-etc-default-login \ --with-default-path=/bin:/usr/bin \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org