Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19130/scripts
Modified Files:
super-freeswan
Log Message:
removed duplicate entry
Index: super-freeswan
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/super-freeswan,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- super-freeswan 7 Mar 2004 22:05:47 -0000 1.7
+++ super-freeswan 7 Mar 2004 22:18:32 -0000 1.8
@@ -31,7 +31,7 @@
# update kernel config
if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then
DIRS=$(ls klips/net/ipsec/alg/Config*)
- DIRS="klips/net/ipsec/Config.in klips/net/ipsec/alg/Config.in $DIRS"
+ DIRS="klips/net/ipsec/Config.in $DIRS"
for DIR in $DIRS
do
echo $DIR
|