Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > d5b0c15a0fe446576b79a1546f43f642 > files > 4

openswan-2.6.29-1.fc13.src.rpm

diff -urNp openswan-2.6.29-orig/programs/ipsec/ipsec.in openswan-2.6.29-cvs-patched/programs/ipsec/ipsec.in
--- openswan-2.6.29-orig/programs/ipsec/ipsec.in	2010-09-27 13:10:05.529420266 -0400
+++ openswan-2.6.29-cvs-patched/programs/ipsec/ipsec.in	2010-09-27 13:12:47.588189664 -0400
@@ -79,9 +79,9 @@ case "$1" in
 --help)
 	echo "Usage: ipsec command argument ..."
 	echo "where command is one of:"
-	for f in `ls $IPSEC_LIBDIR $IPSEC_EXECDIR | egrep -v -i "$DONTMENTION"`
+	for f in `ls $IPSEC_LIBDIR | egrep -v -i "$DONTMENTION"`
 	do
-		if test -x $IPSEC_LIBDIR/$f || test -x $IPSEC_EXECDIR/$f
+		if test -x $IPSEC_LIBDIR/$f
 		then
 			echo "	$f"
 		fi