> 
> It probably depends on the visdn_configurator file :
> 
> #!/bin/bash
> 
> prefix=/usr/local
> exec_prefix=${prefix}
> 
> VISDN_DIR=${prefix}/etc/visdn
> 
> #VISDNCTL="echo visdnctl"
> VISDNCTL=${exec_prefix}/sbin/visdnctl
> 
> ...
I bet it is. But I altered it like this:

#!/bin/bash

prefix=/usr
exec_prefix=/usr

VISDN_DIR=/etc/visdn

#VISDNCTL="echo visdnctl"
VISDNCTL=/usr/sbin/visdnctl

And that was because the INSTALL-ReadMe spoke of /etc/visdn. That was
the reason for me to change the settings.
I hope that my settings then won't mess up internal visdn access
flows...

_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to