Changeset 766
- Timestamp:
- 05/05/06 22:35:01 (3 years ago)
- Files:
-
- 5100R/branches/DEV_OpenRaQ/cce/Makefile (modified) (1 diff)
- 5100R/branches/DEV_OpenRaQ/cce/sausalito-cce.spec.in (modified) (1 diff)
- 5100R/branches/DEV_OpenRaQ/cce/server/cced.init (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
5100R/branches/DEV_OpenRaQ/cce/Makefile
r685 r766 16 16 CCE_V_PATCH=2 17 17 CCE_VERSION=$(CCE_V_MAJ).$(CCE_V_MIN).$(CCE_V_PATCH) 18 RPMRELEASE=1BQ2 718 RPMRELEASE=1BQ28 19 19 20 20 DIRS = common scalar conf codb ed cscp sessionmgr server client pam \ 5100R/branches/DEV_OpenRaQ/cce/sausalito-cce.spec.in
r686 r766 171 171 172 172 %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 173 176 * Mon Jan 16 2006 Hisao SHIBUYA <shibuya@alpha.or.jp> 0.80.2-1BQ27 174 177 - remove cce.ini for php. 5100R/branches/DEV_OpenRaQ/cce/server/cced.init
r342 r766 31 31 /usr/sausalito/bin/cce_construct 2>&1 \ 32 32 | logger -p local0.debug -t "CONSTRUCTOR" 33 /usr/sausalito/handlers/base/network/change_route.pl -c 2>/dev/null 33 34 ;; 34 35 stop)
