define a minimum PATH environment

This commit is contained in:
Andreas Steffen 2007-12-12 14:56:35 +00:00
parent 6fa3dcba3c
commit c2bb1ecacb
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,10 @@
# restricted on the peer side.
#
# define a minimum PATH environment in case it is not set
PATH="/sbin:/bin:/usr/sbin:/usr/bin"
export PATH
# uncomment to log VPN connections
VPN_LOGGING=1
#