pkgsrc/net/qadsl/patches/patch-ab
cjep f2d4fbd928 Initial import of qADSL 1.2 into the NetBSD packages collection as
net/qadsl.

qADSL is an auto-login client and connection keeper for Telia AB ADSL
and Comhem broadband.

From pkgsrc-wip. Supplied by Ola Eriksson in PR#18480. Thanks!
2003-04-14 18:34:07 +00:00

12 lines
552 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2003/04/14 18:34:08 cjep Exp $
--- func.c.orig 2001-10-20 11:52:18.000000000 +0100
+++ func.c
@@ -48,6 +48,6 @@ void url_encode(const char *in, char *ou
void usage(char *argv) {
printf("Usage: %s [ -h ] [ -c file ] [ -l ] [ -o ]\n", argv);
- printf("\t-h\t\tPrint this message\n\t-c file\t\tUse settings from file instead of /etc/qadsl.conf\n\t"
+ printf("\t-h\t\tPrint this message\n\t-c file\t\tConfigfile to use (Default: " __DEFAULT_CFG_PATH ")\n\t"
"-l\t\tWill try to login\n\t-o\t\tWill try to logout\n");
}