Prechádzať zdrojové kódy

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

Ralf S. Engelschall 21 rokov pred
rodič
commit
62085e636f
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 4 2
      openssh/openssh.spec

+ 4 - 2
openssh/openssh.spec

@@ -42,7 +42,7 @@ Class:        CORE
 Group:        Security
 License:      BSD
 Version:      %{V_base}%{V_portable}
-Release:      20040920
+Release:      20041018
 
 #   package options
 %option       with_fsl          yes
@@ -210,7 +210,9 @@ AutoReqProv:  no
         --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