Added nodes flow to statistical html pages
This commit is contained in:
parent
2c22b861d6
commit
0d22c09add
@ -3,6 +3,9 @@ $Id$
|
|||||||
|
|
||||||
v0.37.01 14-Jan-2003.
|
v0.37.01 14-Jan-2003.
|
||||||
|
|
||||||
|
upgrade:
|
||||||
|
After upgrade you may remove ~/etc/maptabs and it's contents.
|
||||||
|
|
||||||
general:
|
general:
|
||||||
This version may be used on production systems, but be
|
This version may be used on production systems, but be
|
||||||
carefull and check your logs.
|
carefull and check your logs.
|
||||||
@ -11,7 +14,7 @@ v0.37.01 14-Jan-2003.
|
|||||||
charset translations are removed because of several bugs. They
|
charset translations are removed because of several bugs. They
|
||||||
will be replaced by standard library functions. Right now the
|
will be replaced by standard library functions. Right now the
|
||||||
messages are 8 bit clean and there is no translation on the
|
messages are 8 bit clean and there is no translation on the
|
||||||
gateway.
|
gateway. The maptabs are removed.
|
||||||
|
|
||||||
nodelist.a:
|
nodelist.a:
|
||||||
Added experimental support for IP nodes lookup using a default
|
Added experimental support for IP nodes lookup using a default
|
||||||
|
2
Makefile
2
Makefile
@ -34,9 +34,7 @@ install:
|
|||||||
fi
|
fi
|
||||||
@if [ ! -d ${PREFIX}/etc ] ; then \
|
@if [ ! -d ${PREFIX}/etc ] ; then \
|
||||||
mkdir ${PREFIX}/etc ; \
|
mkdir ${PREFIX}/etc ; \
|
||||||
mkdir ${PREFIX}/etc/maptabs ; \
|
|
||||||
${CHOWN} ${OWNER}:${GROUP} ${PREFIX}/etc ; \
|
${CHOWN} ${OWNER}:${GROUP} ${PREFIX}/etc ; \
|
||||||
${CHOWN} ${OWNER}:${GROUP} ${PREFIX}/etc/maptabs ; \
|
|
||||||
fi
|
fi
|
||||||
@chmod 0775 ${PREFIX}/etc
|
@chmod 0775 ${PREFIX}/etc
|
||||||
@if [ -f ${PREFIX}/etc/lastcall.data ] ; then \
|
@if [ -f ${PREFIX}/etc/lastcall.data ] ; then \
|
||||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user