ASM #16827 - Added 6th channel configuration, and change logrotate to handle goes_add.log
Change-Id: I2012ac01d51ed11c077d06b638ede4b990bce5cd Former-commit-id:36d39be5fd
[formerly36d39be5fd
[formerly c11e78b57bca7d242d4d8c29dc51669d7aebb37d]] Former-commit-id:5f6c9bc837
Former-commit-id:1cbbc5bd59
This commit is contained in:
parent
156edc445f
commit
8755e96919
2 changed files with 3 additions and 1 deletions
|
@ -388,6 +388,8 @@ if [ ${_myHost} == "cpsbn1" -o ${_myHost} == "cpsbn2" ] ; then
|
|||
echo "NETMASK3=255.255.255.255" >> ${_route_eth1}
|
||||
echo "ADDRESS4=224.0.1.5" >> ${_route_eth1}
|
||||
echo "NETMASK4=255.255.255.255" >> ${_route_eth1}
|
||||
echo "ADDRESS5=224.0.1.6" >> ${_route_eth1}
|
||||
echo "NETMASK5=255.255.255.255" >> ${_route_eth1}
|
||||
|
||||
# restart networking
|
||||
/sbin/service network restart
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/data/ldm/logs/ldmd.log /data/ldm/logs/nwstg.log /data/ldm/logs/goes.log /data/ldm/logs/nwstg2.log /data/ldm/logs/oconus.log /data/ldm/logs/polarsat.log {
|
||||
/data/ldm/logs/ldmd.log /data/ldm/logs/nwstg.log /data/ldm/logs/goes_add.log /data/ldm/logs/nwstg2.log /data/ldm/logs/oconus.log /data/ldm/logs/polarsat.log {
|
||||
missingok
|
||||
compress
|
||||
notifempty
|
||||
|
|
Loading…
Add table
Reference in a new issue