]> git.pld-linux.org Git - packages/freeswan.git/commitdiff
- fix init script, now ipsec can start correctly
authorKrzysztof Taraszka <dzimi@pld-linux.org>
Mon, 7 Oct 2002 14:56:36 +0000 (14:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freeswan-init.patch -> 1.9

freeswan-init.patch

index 6245adde76070251923b09d39a13b4d82c4e7933..1296eb77c2512fdc640f3eee16990ede9a53c227 100644 (file)
@@ -71,7 +71,7 @@
 +                         {
 +                             ipsec _realsetup $1 ;
 +                             RETVAL=$?;
-+                         } 2>&1 | logger -p $IPSECsyslog -t ipsec_setup 2>&1
++                         } | logger -p $IPSECsyslog -t ipsec_setup 2>&1
 +      
 +                         if [ "$RETVAL" -eq 0 ];
 +                         then
This page took 0.08321 seconds and 4 git commands to generate.