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 19:46:45
Branch: HEAD Handle: 2006062718464400
Modified files:
openpkg-src/openssh openssh.spec
Log:
add <prefix>/sbin also to the super-user path
Summary:
Revision Changes Path
1.164 +1 -1 openpkg-src/openssh/openssh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.163 -r1.164 openssh.spec
--- openpkg-src/openssh/openssh.spec 27 Jun 2006 16:45:42 -0000 1.163
+++ openpkg-src/openssh/openssh.spec 27 Jun 2006 17:46:44 -0000 1.164
@@ -242,7 +242,7 @@
%if "%{with_trysetpath}" == "yes"
--enable-etc-default-login \
--with-default-path=%{l_prefix}/bin:/bin:/usr/bin \
- --with-superuser-path=%{l_prefix}/bin:/bin:/usr/bin:/sbin:/usr/sbin \
+
--with-superuser-path=%{l_prefix}/bin:/bin:/usr/bin:%{l_prefix}/sbin:/sbin:/usr/sbin
\
%else
--disable-etc-default-login \
--with-default-path=/bin:/usr/bin \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]