|
From: Will P. <pa...@us...> - 2003-03-24 11:27:48
|
Update of /cvsroot/ark/sidai/package
In directory sc8-pr-cvs1:/tmp/cvs-serv13034/package
Modified Files:
ipfilter-config.xml ipfilter.xml
Log Message:
ipfiltering tweaks
Index: ipfilter-config.xml
===================================================================
RCS file: /cvsroot/ark/sidai/package/ipfilter-config.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ipfilter-config.xml 28 Jun 2002 10:49:24 -0000 1.2
--- ipfilter-config.xml 24 Mar 2003 11:27:08 -0000 1.3
***************
*** 1,5 ****
<!-- .........................................................................
.
! . Copyright (C) 2002 Will Partain
.
. This program is free software; you can redistribute it and/or modify
--- 1,5 ----
<!-- .........................................................................
.
! . Copyright (C) 2002,2003 Will Partain
.
. This program is free software; you can redistribute it and/or modify
***************
*** 53,57 ****
<param name="FILES">ipf.conf.tmpl, ipnat.conf.tmpl</param>
<param name="MASKBITS" default="no" />
! <param name="extra_tmpl_args">IFACE=@host:primary-network-interface@,MASKBITS=@param:MASKBITS@</param>
</compile>
--- 53,57 ----
<param name="FILES">ipf.conf.tmpl, ipnat.conf.tmpl</param>
<param name="MASKBITS" default="no" />
! <param name="extra_tmpl_args">IFACE=@host:primary-network-interface@,MASKBITS=@param:MASKBITS@,DNS1=@host:name-servers:0@,DNS2=@host:name-servers:1@</param>
</compile>
Index: ipfilter.xml
===================================================================
RCS file: /cvsroot/ark/sidai/package/ipfilter.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** ipfilter.xml 13 Feb 2003 13:51:33 -0000 1.4
--- ipfilter.xml 24 Mar 2003 11:27:09 -0000 1.5
***************
*** 40,44 ****
<!-- ..................................................... -->
<assemble-source>
! <param name="post_assemble_eval">/bin/rm -f */ipf */ipftest */ipmon */ipnat ; chmod -R ugo+r .;find . -type d -print | xargs chmod ugo+rx;find . \( \! -type d \) -perm +0100 \( \! -perm 0755 \) -print | xargs chmod ugo+rx</param>
</assemble-source>
--- 40,45 ----
<!-- ..................................................... -->
<assemble-source>
! <param name="FIND">@proxy-host:GNU-FIND@</param>
! <param name="post_assemble_eval">/bin/rm -f */ipf */ipftest */ipmon */ipnat ; chmod -R ugo+r .;@param:FIND@ . -type d -print | xargs chmod ugo+rx;@param:FIND@ . \( \! -type d \) -perm +0100 \( \! -perm 0755 \) -print | xargs chmod ugo+rx</param>
</assemble-source>
***************
*** 181,184 ****
--- 182,191 ----
CC=\"$cc\" \
CFLAGS=\"$cflags\" $extra_make_args
+
+ # I think that should be 'install' rather than 'package' if
+ # you want it to do the 'pkgadd' at the end...
+ # To do the latter, separately:
+ # cd /var/tmp/... (above sparc-5.6)
+ # sudo /usr/ccs/bin/make install
]]></code></deploy-bits>
|