Changeset 766

Show
Ignore:
Timestamp:
05/05/06 22:35:01 (3 years ago)
Author:
shibuya
Message:

modified initscript to add static route at starting.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 5100R/branches/DEV_OpenRaQ/cce/Makefile

    r685 r766  
    1616CCE_V_PATCH=2 
    1717CCE_VERSION=$(CCE_V_MAJ).$(CCE_V_MIN).$(CCE_V_PATCH) 
    18 RPMRELEASE=1BQ27 
     18RPMRELEASE=1BQ28 
    1919 
    2020DIRS = common scalar conf codb ed cscp sessionmgr server client pam \ 
  • 5100R/branches/DEV_OpenRaQ/cce/sausalito-cce.spec.in

    r686 r766  
    171171 
    172172%changelog 
     173* Thu May 05 2006 Hisao SHIBUYA <shibuya@alpha.or.jp> 0.80.2-1BQ28 
     174- modified initscript to add static route at starting. 
     175 
    173176* Mon Jan 16 2006 Hisao SHIBUYA <shibuya@alpha.or.jp> 0.80.2-1BQ27 
    174177- remove cce.ini for php. 
  • 5100R/branches/DEV_OpenRaQ/cce/server/cced.init

    r342 r766  
    3131        /usr/sausalito/bin/cce_construct 2>&1 \ 
    3232                | logger -p local0.debug -t "CONSTRUCTOR" 
     33        /usr/sausalito/handlers/base/network/change_route.pl -c 2>/dev/null 
    3334        ;; 
    3435  stop)