This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via d57285ab9294bfa74a21b4da1d4e605233bca664 (commit) from 70c0223cc3c1e07772fbec3120dea18876b24352 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d57285ab9294bfa74a21b4da1d4e605233bca664 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed May 18 20:34:52 2011 +0200
openssh: fix path to configfile.
-----------------------------------------------------------------------
Summary of changes: pkgs/openssh/openssh.nm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/pkgs/openssh/openssh.nm b/pkgs/openssh/openssh.nm index 88e54c8..1aa9573 100644 --- a/pkgs/openssh/openssh.nm +++ b/pkgs/openssh/openssh.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = openssh PKG_VER = 5.8p1 -PKG_REL = 6 +PKG_REL = 7
PKG_MAINTAINER = PKG_GROUPS = Application/Internet @@ -107,7 +107,7 @@ CONFIGURE_OPTIONS += \
define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/etc/ssh - cp -vf $(DIR5_SOURCE)/sshd_config $(BUILDROOT)/etc/ssh/sshd_config + cp -vf $(DIR_SOURCE)/sshd_config $(BUILDROOT)/etc/ssh/sshd_config
# Install scriptfile for key generation install -m 754 $(DIR_SOURCE)/ssh-keygen $(BUILDROOT)/usr/lib/openssh/
hooks/post-receive -- IPFire 3.x development tree