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: 19-May-2004 09:14:57
Branch: OPENPKG_2_0_SOLID Handle: 2004051908145700
Modified files: (Branch: OPENPKG_2_0_SOLID)
openpkg-src/openssh openssh.patch.scpbindir openssh.spec
Log:
fix scpbin patch introduced in 2.0.1
Summary:
Revision Changes Path
1.2.2.2 +1 -1 openpkg-src/openssh/openssh.patch.scpbindir
1.123.2.3 +1 -1 openpkg-src/openssh/openssh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.patch.scpbindir
============================================================================
$ cvs diff -u -r1.2.2.1 -r1.2.2.2 openssh.patch.scpbindir
--- openpkg-src/openssh/openssh.patch.scpbindir 17 May 2004 12:14:08 -0000
1.2.2.1
+++ openpkg-src/openssh/openssh.patch.scpbindir 19 May 2004 07:14:57 -0000
1.2.2.2
@@ -38,7 +38,7 @@
+do_exec(Session *s, char *command)
{
+#ifndef SCPBINDIR
-+#define SCPBINDIR "/openpkg-dev/bin"
++#define SCPBINDIR "@l_prefix@/bin"
+#endif
+ if ( command != NULL
+ && strlen(command) >= 3
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.123.2.2 -r1.123.2.3 openssh.spec
--- openpkg-src/openssh/openssh.spec 17 May 2004 12:14:08 -0000 1.123.2.2
+++ openpkg-src/openssh/openssh.spec 19 May 2004 07:14:57 -0000 1.123.2.3
@@ -42,7 +42,7 @@
Group: Security
License: BSD
Version: %{V_base}%{V_portable}
-Release: 2.0.1
+Release: 2.0.2
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]