From 15eff3c19a8a9a177f97a3bc369b2fa298564d43 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Sat, 5 Dec 2009 16:29:49 +0000 Subject: gentoo postinstall msg --- gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'gentoo-linux/net-misc/anytun/anytun-0.3.2.ebuild') 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" -- cgit v1.2.3