]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
define a minimum PATH environment
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 12 Dec 2007 14:56:35 +0000 (14:56 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 12 Dec 2007 14:56:35 +0000 (14:56 -0000)
src/_updown/_updown.in

index 621c11ac77706dba386434151dac04b5cbfddc9d..be055f33e4091d95640cf9bf570bfa754352e3b5 100644 (file)
 #              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
 #