summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-26 02:52:43 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-26 02:52:43 +0000
commit542c7e175b1236a688af8e0129926704f19f0a51 (patch)
tree2f74419865095d9dc8c0c1e70d9276d73bbb49e2 /net-misc/openssh
parentVersion Bump. Bug fix release for this stable branch that will be on Gentoo 2... (diff)
downloadgentoo-2-542c7e175b1236a688af8e0129926704f19f0a51.tar.gz
gentoo-2-542c7e175b1236a688af8e0129926704f19f0a51.tar.bz2
gentoo-2-542c7e175b1236a688af8e0129926704f19f0a51.zip
create an empty /etc/.ssh dir to close that open taco
(Portage version: 2.1.2-r10)
Diffstat (limited to 'net-misc/openssh')
-rw-r--r--net-misc/openssh/openssh-4.5_p1-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-4.5_p1-r1.ebuild b/net-misc/openssh/openssh-4.5_p1-r1.ebuild
index 4370aa258555..64f557085def 100644
--- a/net-misc/openssh/openssh-4.5_p1-r1.ebuild
+++ b/net-misc/openssh/openssh-4.5_p1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-4.5_p1-r1.ebuild,v 1.1 2007/02/23 10:51:48 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-4.5_p1-r1.ebuild,v 1.2 2007/02/26 02:52:43 vapier Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -148,6 +148,9 @@ src_install() {
doman contrib/ssh-copy-id.1
dodoc ChangeLog CREDITS OVERVIEW README* TODO sshd_config
+
+ diropts -m 0600
+ dodir /etc/skel/.ssh
}
pkg_postinst() {