summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Tittelbach <service-anytun@tittelbach.org>2009-12-05 16:29:05 +0000
committerBernhard Tittelbach <service-anytun@tittelbach.org>2009-12-05 16:29:05 +0000
commita60c6ab85caef4eae4ae4c15512db3bd31a9c849 (patch)
tree2076242680339cc4263d7e96e03dabdd6c3d9120
parent.. (diff)
..
-rw-r--r--gentoo-linux/net-misc/anytun/anytun-0.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoo-linux/net-misc/anytun/anytun-0.3.1.ebuild b/gentoo-linux/net-misc/anytun/anytun-0.3.1.ebuild
index 203dbc8..8abe1ef 100644
--- a/gentoo-linux/net-misc/anytun/anytun-0.3.1.ebuild
+++ b/gentoo-linux/net-misc/anytun/anytun-0.3.1.ebuild
@@ -63,7 +63,7 @@ src_install() {
pkg_config() {
if [ ! -d /usr/share/doc/${PF}/etc-anytun-examples/ ]; then
- die "can't copy example configs since examples were not installed"
+ die "can't copy example configs since examples were not installed (reemerge with USE=\"examples\")"
fi
mkdir -p ${ROOT}/etc/anytun/ || die "couldn't mkdir ${ROOT}/etc/anytun/"
cp -r ${ROOT}usr/share/doc/${PF}/etc-anytun-examples/* ${ROOT}/etc/anytun/ || die "failed to copy examples"
@@ -86,7 +86,7 @@ pkg_postinst() {
einfo "or visit the anytun wiki online"
einfo
fi
- einfo "Note that each VPN gets it's own directory under /etc/anytun/"
+ einfo "Note that each VPN gets its own directory under /etc/anytun/"
einfo "You can either add tunnels to /etc/anytun/autostart and"
einfo "start them using /etc/init.d/anytun"
einfo "Or you can forget the autostart file and create"