Changeset 765

Show
Ignore:
Timestamp:
05/05/06 21:29:45 (2 years ago)
Author:
shibuya
Message:

add triggers for iptables.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 5100R/branches/DEV_OpenRaQ/ui/base-bluequartz.mod/Makefile

    r736 r765  
    77SERVICE=bluequartz 
    88 
    9 BUILD=20060401 
     9BUILD=20060505 
    1010 
    1111VERSION=5100R 
    12 RELEASE=1.$(BUILD)BQ52 
     12RELEASE=1.$(BUILD)BQ53 
    1313 
    1414# add a buildarch if desired 
  • 5100R/branches/DEV_OpenRaQ/ui/base-bluequartz.mod/glue/Makefile

    r729 r765  
    1 BUILD=20060401 
     1BUILD=20060505 
    22PRODUCT=$(shell \ 
    33if [ -f /etc/fedora-release ] && [ "`rpm -q --qf=%{version} fedora-release`" = "1" ]; then echo '5100'; fi; \ 
  • 5100R/branches/DEV_OpenRaQ/ui/base-bluequartz.mod/templates/rpmdefs.tmpl

    r736 r765  
    173173%triggerin -n [VENDOR]-[SERVICE]-capstone -- centos-yumconf 
    174174/bin/cp /usr/sausalito/triggers/centos-yumconf/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo 
     175%triggerin -n [VENDOR]-[SERVICE]-capstone -- iptables 
     176/bin/cp /usr/sausalito/triggers/iptables/iptables-CentOS4.init /etc/init.d/iptables 
    175177%endif 
    176178%if "%centos" == "3" 
    177179%triggerin -n [VENDOR]-[SERVICE]-capstone -- yum 
    178180/bin/cp /usr/sausalito/triggers/yum/yum-centos3.conf /etc/yum.conf 
     181%triggerin -n [VENDOR]-[SERVICE]-capstone -- iptables 
     182/bin/cp /usr/sausalito/triggers/iptables/iptables-CentOS3.init /etc/init.d/iptables 
    179183%endif 
    180184%if "%fedora" == "1" 
    181185%triggerin -n [VENDOR]-[SERVICE]-capstone -- yum 
    182186/bin/cp /usr/sausalito/triggers/yum/yum-fc1.conf /etc/yum.conf 
     187%triggerin -n [VENDOR]-[SERVICE]-capstone -- iptables 
     188/bin/cp /usr/sausalito/triggers/iptables/iptables-FC1.init /etc/init.d/iptables 
    183189%endif 
    184190<end $TRIGGERIN> 
     
    188194 
    189195<begin $CHANGELOG> 
     196* Fri May 05 2006 Hisao SHIBUYA <shibuya@alpha.or.jp> 1.20060505BQ53 
     197- add triggers for iptables. 
     198 
    190199* Sun Mar 26 2006 Hisao SHIBUYA <shibuya@alpha.or.jp> 1.20060401BQ52 
    191200- modify yum settings to add sendmail and procmail in exclude option.