3 echo "==============================================================================="
4 echo "Don't forget to create configuration directories unter /etc/uanytun/"
5 echo "and to add them to /etc/uanytun/autostart. See README for more Information"
6 echo "You will find example configuration files in /usr/share/doc/uanytun-$1/etc-example/"
8 echo "You might want to add a user/group for uanytun:"
9 echo "> sudo groupadd -r uanytun"
10 echo "> useradd -g uanytun -r -d /var/run -s /bin/false uanytun"
11 echo "==============================================================================="
20 [ -x /etc/rc.d/uanytun ] && /etc/rc.d/uanytun stop