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