- both init.d files
Code: Select all
status() {
if [ -f /usr/local/ncpa/var/ncpa_posix_listener.pid ];
then
pid=`cat /usr/local/ncpa/var/ncpa_posix_listener.pid`Code: Select all
status() {
if [ -f /usr/local/ncpa/var/ncpa_passive.pid ];
then
pid=`cat /usr/local/ncpa/var/ncpa_passive.pid`
further there seems to be a problem with capital config variables being used in /usr/local/ncpa/passive/nrds.py
Please use either lowercase or uppercase throughout the software.. i changed them to all lowercase as the listener and web uses lowercase.
When using nrds and all above is correctly configured it downlaods the new config but completely overwrites the current config of ncpa rendering ithe config completely useless.