summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-02-28 07:06:06 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-02-28 07:06:06 +0000
commitf4eaedc96727741c7d50ac5462cd637467868d7d (patch)
tree3192cb4b6307f2b64382547b9cece932b9c0ce2e /net-misc
parentStable on SPARC wrt bug #168596. (diff)
downloadgentoo-2-f4eaedc96727741c7d50ac5462cd637467868d7d.tar.gz
gentoo-2-f4eaedc96727741c7d50ac5462cd637467868d7d.tar.bz2
gentoo-2-f4eaedc96727741c7d50ac5462cd637467868d7d.zip
added a hint to practical utilities and to the draft version of the vpnc How-To
(Portage version: 2.1.2-r9)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/vpnc/ChangeLog5
-rw-r--r--net-misc/vpnc/vpnc-0.4.0-r2.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/net-misc/vpnc/ChangeLog b/net-misc/vpnc/ChangeLog
index fba6d3192938..b56450772aea 100644
--- a/net-misc/vpnc/ChangeLog
+++ b/net-misc/vpnc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/vpnc
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.33 2007/02/27 18:57:16 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.34 2007/02/28 07:06:06 opfer Exp $
+
+ 28 Feb 2007; Christian Faulhammer <opfer@gentoo.org> vpnc-0.4.0-r2.ebuild:
+ added a hint to practical utilities and to the draft version of the vpnc How-To
27 Feb 2007; Tobias Scherbaum <dertobi123@gentoo.org> vpnc-0.4.0.ebuild:
Stable on ppc wrt bug #166801.
diff --git a/net-misc/vpnc/vpnc-0.4.0-r2.ebuild b/net-misc/vpnc/vpnc-0.4.0-r2.ebuild
index c1a4ea895846..bd06fea20f5f 100644
--- a/net-misc/vpnc/vpnc-0.4.0-r2.ebuild
+++ b/net-misc/vpnc/vpnc-0.4.0-r2.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/vpnc/vpnc-0.4.0-r2.ebuild,v 1.1 2007/02/27 17:59:30 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.4.0-r2.ebuild,v 1.2 2007/02/28 07:06:06 opfer Exp $
inherit linux-info
@@ -34,3 +34,9 @@ src_install() {
dobin cisco-decrypt
newinitd "${FILESDIR}/vpnc.init" vpnc
}
+
+pkg_postinstall() {
+ elog "You can generate a configuration file from the original Cisco profiles of your"
+ elog "connection by using /usr/bin/pcf2vpnc to convert the .pcf file"
+ elog "A draft guide is to be found in http://bugs.gentoo.org/show_bug.cgi?id=97760"
+} \ No newline at end of file