Re: gFTP gtk1 error

"Chavdar Ivanov" <[email protected]>
Newsgroups gmane.os.netbsd.help
Message-ID <[email protected]>
...or just modify gftp like this:

#!/bin/sh

prefix=/usr/pkg
exec_prefix=${prefix}

if [ "$DISPLAY " != " " ] && [ -f ${exec_prefix}/bin/gftp-gtk ]; then
        PTHREAD_DIAGASSERT=A    exec ${exec_prefix}/bin/gftp-gtk
${1+"$@"} 2> /dev/null
elif [ -f ${exec_prefix}/bin/gftp-text ]; then
        exec ${exec_prefix}/bin/gftp-text ${1+"$@"}
else
        echo "Error: Can't find gFTP binaries installed in ${exec_prefix}/bin"
fi


....
>
> Chavdar Ivanov
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.