diff options
Diffstat (limited to 'net/qadsl/patches/patch-ac')
-rw-r--r-- | net/qadsl/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/qadsl/patches/patch-ac b/net/qadsl/patches/patch-ac new file mode 100644 index 00000000000..c07aa29776e --- /dev/null +++ b/net/qadsl/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1.1.1 2003/04/14 18:34:08 cjep Exp $ + +--- main.c.orig 2001-10-20 15:29:16.000000000 +0100 ++++ main.c +@@ -32,7 +32,7 @@ int login_sw=0,sockfd,i; + char send_msg[MAXDATASIZE], get_msg[MAXDATASIZE]; + char user[MAXLEN], pass[MAXLEN], serv[MAXLEN], deamon_s[MAXLEN], deamon_t[MAXLEN], deamon_d[MAXLEN]; + +-char *conf="/etc/qadsl.conf"; ++char *conf=__DEFAULT_CFG_PATH; + + int main(int argc, char *argv[]) + { |