summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-06-01 06:15:36 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-06-01 06:15:36 +0000
commite84782ce664171eb9df5e325a4fa64e5f97ac843 (patch)
tree8671565ae29ba02aefd6af03dab191a925d7f48c /net-misc
parentStable on mips. (diff)
downloadgentoo-2-e84782ce664171eb9df5e325a4fa64e5f97ac843.tar.gz
gentoo-2-e84782ce664171eb9df5e325a4fa64e5f97ac843.tar.bz2
gentoo-2-e84782ce664171eb9df5e325a4fa64e5f97ac843.zip
added the path for the new vpnc HowTo
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/vpnc/ChangeLog5
-rw-r--r--net-misc/vpnc/vpnc-0.4.0-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/vpnc/ChangeLog b/net-misc/vpnc/ChangeLog
index 38df0add7289..40985209ee27 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.36 2007/05/29 08:00:07 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.37 2007/06/01 06:15:36 opfer Exp $
+
+ 01 Jun 2007; Christian Faulhammer <opfer@gentoo.org> vpnc-0.4.0-r2.ebuild:
+ added the path for the new vpnc HowTo
29 May 2007; Christian Faulhammer <opfer@gentoo.org> files/vpnc.init:
remove bashisms from init file, fixes bug 179747 reported by Mike Arthur
diff --git a/net-misc/vpnc/vpnc-0.4.0-r2.ebuild b/net-misc/vpnc/vpnc-0.4.0-r2.ebuild
index 885313c7ee18..14116ba570ce 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.3 2007/02/28 18:10:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/vpnc-0.4.0-r2.ebuild,v 1.4 2007/06/01 06:15:36 opfer Exp $
inherit linux-info
@@ -38,5 +38,5 @@ src_install() {
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"
+ elog "A guide is to be found in http://www.gentoo.org/doc/en/vpnc-howto.xml"
}