Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17968/scripts
Modified Files:
Tag: rel-1-2-patches
super-freeswan
Log Message:
replace super-freeswan with openswan v1.0.5
Index: super-freeswan
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/super-freeswan,v
retrieving revision 1.8
retrieving revision 1.8.4.1
diff -u -d -r1.8 -r1.8.4.1
--- super-freeswan 7 Mar 2004 22:18:32 -0000 1.8
+++ super-freeswan 24 Jun 2004 01:02:14 -0000 1.8.4.1
@@ -25,6 +25,8 @@
MYNAME=FREESWAN
+cd $(find_src_dir openswan) || exit 1
+
case $1 in
build )
if [ "$CONFIG_SUPER_FREESWAN" = "y" ]; then
|