Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
Gurus,
I asked this question in neighbour discussion (http://dns323.kood.org/forum/viewtopic.php?id=7135) but nobody answered.
So I would ask the same question here:
There is a very useful package iStat, freely distributed with codes (https://github.com/tiwilliam/istatd/downloads).
Can somebody do the beautiful and very useful thing: compile it for DNS-343 working under the ffp-0.7 (arm)?
It would be a great.
Thanks in advance
Offline
Here you are: http://downloads.zyxel.nas-central.org/ … s/0.7/arm/
Offline
Wow!!!!
It's magestic...
You are like a kind wizard
Thanks a lot. You are my idol.
Please add
/ffp/start/istatd.sh
into your package with something like that
--------- begin of /ffp/start/istatd.sh ------
#!/ffp/bin/sh
# PROVIDE: istatd
# REQUIRE: LOGIN
. /ffp/etc/ffp.subr
name="istatd"
command="/ffp/bin/$name"
required_files="/ffp/etc/istat.conf"
istatd_flags="-c /ffp/etc/istat.conf -d"
run_rc_command "$1"
--------- end of /ffp/start/istatd.sh ---------
Offline
Done.
Offline
Pages: 1