diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-09-04 04:50:54 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-09-04 04:50:54 +0000 |
commit | 4788aa283d778b3993ef0cb2d4536eef20910306 (patch) | |
tree | 57a5e6caef49aab0de43bd97330521d69dff421d /net-misc/openssh | |
parent | typo fix (diff) | |
download | gentoo-2-4788aa283d778b3993ef0cb2d4536eef20910306.tar.gz gentoo-2-4788aa283d778b3993ef0cb2d4536eef20910306.tar.bz2 gentoo-2-4788aa283d778b3993ef0cb2d4536eef20910306.zip |
fixo
Diffstat (limited to 'net-misc/openssh')
-rw-r--r-- | net-misc/openssh/openssh-2.9_p2-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/openssh/openssh-2.9_p2-r2.ebuild b/net-misc/openssh/openssh-2.9_p2-r2.ebuild index 28bf8b2f8b44..d275d927fa54 100644 --- a/net-misc/openssh/openssh-2.9_p2-r2.ebuild +++ b/net-misc/openssh/openssh-2.9_p2-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Team: System Team <system@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org>, Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-2.9_p2-r2.ebuild,v 1.5 2001/09/04 02:57:15 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/openssh-2.9_p2-r2.ebuild,v 1.6 2001/09/04 04:50:54 drobbins Exp $ MYP="openssh-2.9p2" S=${WORKDIR}/${MYP} @@ -51,8 +51,8 @@ src_install() { newexe ${FILESDIR}/openssh sshd } -pkg_postinst() { +#pkg_postinst() { # People may not want sshd to automatically start like this # rc-update add sshd default -} +#} |