From e58e548a57e2969ffd39dc71f1961203d178db78 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Sep 15 2012 11:48:13 +0000 Subject: don't use /bin and /sbin paths (#856590) --- diff --git a/openssh.spec b/openssh.spec index 4c126e9..3218a40 100644 --- a/openssh.spec +++ b/openssh.spec @@ -514,8 +514,8 @@ fi --libexecdir=%{_libexecdir}/openssh \ --datadir=%{_datadir}/openssh \ --with-tcp-wrappers \ - --with-default-path=/usr/local/bin:/bin:/usr/bin \ - --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \ + --with-default-path=/usr/local/bin:/usr/bin \ + --with-superuser-path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin \ --with-privsep-path=%{_var}/empty/sshd \ --enable-vendor-patchlevel="FC-%{version}-%{release}" \ --disable-strip \