summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"