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: 30-Aug-2004 10:00:34
Branch: HEAD Handle: 2004083009003300
Modified files:
openpkg-src/openssh openssh.patch.scpbindir openssh.spec
Log:
ops, scp was broken since two weeks. Sorry for the inconvinience. I've
overlooked this substitution during the 3.9p1 upgrade
Summary:
Revision Changes Path
1.5 +1 -1 openpkg-src/openssh/openssh.patch.scpbindir
1.136 +1 -1 openpkg-src/openssh/openssh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.patch.scpbindir
============================================================================
$ cvs diff -u -r1.4 -r1.5 openssh.patch.scpbindir
--- openpkg-src/openssh/openssh.patch.scpbindir 17 Aug 2004 18:01:27 -0000
1.4
+++ openpkg-src/openssh/openssh.patch.scpbindir 30 Aug 2004 08:00:33 -0000
1.5
@@ -14,7 +14,7 @@
#endif
+#ifndef SCPBINDIR
-+#define SCPBINDIR "/openpkg-dev/bin"
++#define SCPBINDIR "@l_prefix@/bin"
+#endif
+
/* func */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.135 -r1.136 openssh.spec
--- openpkg-src/openssh/openssh.spec 19 Aug 2004 08:25:36 -0000 1.135
+++ openpkg-src/openssh/openssh.spec 30 Aug 2004 08:00:33 -0000 1.136
@@ -42,7 +42,7 @@
Group: Security
License: BSD
Version: %{V_base}%{V_portable}
-Release: 20040819
+Release: 20040830
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]