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-Feb-2003 18:41:08
Branch: OPENPKG_1_STABLE Handle: 2003021917410700
Modified files: (Branch: OPENPKG_1_STABLE)
openpkg-src/openssh openssh.spec
Log:
MFC: Removed false and superfluous change directory command
Summary:
Revision Changes Path
1.70.2.2 +1 -2 openpkg-src/openssh/openssh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.70.2.1 -r1.70.2.2 openssh.spec
--- openpkg-src/openssh/openssh.spec 18 Jan 2003 14:13:31 -0000 1.70.2.1
+++ openpkg-src/openssh/openssh.spec 19 Feb 2003 17:41:07 -0000 1.70.2.2
@@ -38,7 +38,7 @@
Group: Security
License: BSD
Version: %{V_base}%{V_portable}
-Release: 1.20030115
+Release: 1.20030219
# package options
%option with_pam no
@@ -98,7 +98,6 @@
# optionally apply chroot(2) patch
%if "%{with_chroot}" == "yes"
- cd openssh-%{version}
%{l_patch} -p1 <%{SOURCE osshChroot-%{V_chroot}.diff}
%endif
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]