20180313_jeffrey - silenceuncrio/diary GitHub Wiki
0845
review
1325
commit e0b0552aa333de218c48665211d1ab6919faac3a
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Mar 13 13:22:33 2018 +0800
solve the issue about iweb be killed at the first time we apply the 'GRE' after power on
proscend/prosrc/icos/icoslib/gre/gre.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
1335
commit e9a366bcd087a7e5ca4f27260a46e8e116f0db71
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Mar 13 13:35:52 2018 +0800
solve the issue about iweb be killed at the first time we apply 'BGP' module after power on
proscend/prosrc/icos/icoslib/bgp/bgp.c | 9 ++++++++-
proscend/prosrc/icos/icoslib/gre/gre.c | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)
1505
commit c47271ae322947afcdfc1aa6983a74de93a19f80
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Mar 13 15:03:11 2018 +0800
solve the issue about iweb be killed at the first time we apply 'PPTPD' module after power on
proscend/prosrc/icos/icoslib/pptpd/pptpd.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
1635
commit 9a8c9939e70ab0e9bc70bdc1e2c9834ae32d731f
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Mar 13 16:34:42 2018 +0800
use procd's way to start 'iweb'
proscend/base_fs/default/rootfs/etc/init.d/iweb | 14 ++++++++++++++
proscend/base_fs/default/rootfs/etc/rc.local | 1 +
proscend/prosrc/icos/icoslib/entry.c | 2 +-
3 files changed, 16 insertions(+), 1 deletion(-)
1655
commit 20ac72b798a139a574896a80502552f5a53ef9a3
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Mar 13 16:52:47 2018 +0800
chmod 755 the '/etc/init.d/iweb'
1700
commit b9a3e96497c8d92c64397e68148a4385aba4a2f4
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Mar 13 16:59:51 2018 +0800
we do not need use strange way to solve the issue about iweb be killed at the first time we apply 'PPTPD' module after power on
- since we use procd's way to start 'iweb'
proscend/prosrc/icos/icoslib/bgp/bgp.c | 9 +--------
proscend/prosrc/icos/icoslib/gre/gre.c | 8 +-------
proscend/prosrc/icos/icoslib/pptpd/pptpd.c | 8 +-------
3 files changed, 3 insertions(+), 22 deletions(-)