diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-10-16 16:46:39 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-10-16 16:46:39 +0000 |
commit | 5ab9662c38062fa54d95fc724afed2238d473e86 (patch) | |
tree | c39b14c96cfb7d20dc0962ee1fa11882f7ea5fc6 /net-misc/vpnc | |
parent | mask Claws Mail 3.6.1 and all corresponding plugins so users won't freak out ... (diff) | |
download | gentoo-2-5ab9662c38062fa54d95fc724afed2238d473e86.tar.gz gentoo-2-5ab9662c38062fa54d95fc724afed2238d473e86.tar.bz2 gentoo-2-5ab9662c38062fa54d95fc724afed2238d473e86.zip |
source is not POSIX compliant so use the dot instead, thanks to Martin Väth <vaeth AT mathematik DOT uni-wuerzburg DOT de> in bug 242198
(Portage version: 2.1.4.5)
Diffstat (limited to 'net-misc/vpnc')
-rw-r--r-- | net-misc/vpnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/vpnc/files/vpnc-2.init | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/vpnc/ChangeLog b/net-misc/vpnc/ChangeLog index a23cbd25328c..ea0b0fe1023d 100644 --- a/net-misc/vpnc/ChangeLog +++ b/net-misc/vpnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/vpnc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.74 2008/09/11 22:39:19 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/ChangeLog,v 1.75 2008/10/16 16:46:39 opfer Exp $ + + 16 Oct 2008; Christian Faulhammer <opfer@gentoo.org> files/vpnc-2.init: + source is not POSIX compliant so use the dot instead, thanks to Martin + Väth <vaeth AT mathematik DOT uni-wuerzburg DOT de> in bug 242198 11 Sep 2008; Christian Faulhammer <opfer@gentoo.org> files/vpnc-2.init: source /etc/conf.d/vpnc always as people likely rename their init scripts; diff --git a/net-misc/vpnc/files/vpnc-2.init b/net-misc/vpnc/files/vpnc-2.init index 62ae3e70e750..353ecc794aab 100644 --- a/net-misc/vpnc/files/vpnc-2.init +++ b/net-misc/vpnc/files/vpnc-2.init @@ -2,7 +2,7 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/files/vpnc-2.init,v 1.3 2008/09/11 22:39:20 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vpnc/files/vpnc-2.init,v 1.4 2008/10/16 16:46:39 opfer Exp $ VPNDIR="/etc/vpnc" VPN="${SVCNAME#*.}" @@ -19,7 +19,7 @@ POSTUPSCRIPT="${VPNSCRIPTDIR}/${VPN}-postup.sh" POSTDOWNSCRIPT="${VPNSCRIPTDIR}/${VPN}-postdown.sh" # We should source this file to avoid problems when init script # name differs from the default name -source /etc/conf.d/vpnc +. /etc/conf.d/vpnc depend() { need net |