summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Tittelbach <service-anytun@tittelbach.org>2009-12-05 16:29:49 +0000
committerBernhard Tittelbach <service-anytun@tittelbach.org>2009-12-05 16:29:49 +0000
commit15eff3c19a8a9a177f97a3bc369b2fa298564d43 (patch)
tree9e5b7e75e5511feaaa6e13409c41293a8978969b
parentuntested arch 0.3.2 PKGBUILD (diff)
gentoo postinstall msg
-rw-r--r--gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild b/gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild
index 119e2c7..3da5112 100644
--- a/gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild
+++ b/gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild
@@ -68,12 +68,10 @@ pkg_config() {
pkg_postinst() {
enewgroup anytun
enewuser anytun -1 -1 /var/run/anytun anytun
- einfo "Note that each VPN gets its own directory under /etc/anytun/"
- einfo " (see examples provided with the package)"
- 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"
- einfo "gentoo-style anytun.{VPN} initrd scripts for each VPN"
+ einfo "Please refer to the README file regarding the syntax of the /etc/anytun/"
+ einfo "configuration files or see examples provided with the package"
+ einfo "You can use gentoo-style anytun.{VPN} initrd scripts to start "
+ einfo "VPNs separately. Just symlink to the initscript, e.g.:"
einfo "# ln -s /etc/init.d/anytun /etc/init.d/anytun.client1"
einfo
einfo "You can disect anytun traffic using wireshark by plugging the script"