diff -urN isdn4k-utils.orig/Makefile isdn4k-utils/Makefile --- isdn4k-utils.orig/Makefile 2003-07-11 14:13:04.000000000 +0200 +++ isdn4k-utils/Makefile 2003-07-11 14:19:00.000000000 +0200 @@ -132,12 +132,6 @@ install: rootperm set -e; for i in `echo $(SUBDIRS)`; do $(MAKE) -C $$i install; done - @if [ -c $(DESTDIR)/dev/isdnctrl0 ] && ls -l $(DESTDIR)/dev/isdnctrl0 | egrep "[[:space:]]45,[[:space:]]+64[[:space:]]" > /dev/null; \ - then \ - /bin/echo -e '(some) ISDN devices already exist, not creating them.\nUse scripts/makedev.sh manually if necessary.'; \ - else \ - sh scripts/makedev.sh $(DESTDIR) ; \ - fi uninstall: rootperm set -e; for i in `echo $(SUBDIRS)`; do $(MAKE) -C $$i uninstall; done diff -urN isdn4k-utils.orig/ipppd/options.c isdn4k-utils/ipppd/options.c --- isdn4k-utils.orig/ipppd/options.c 2003-07-11 14:13:05.000000000 +0200 +++ isdn4k-utils/ipppd/options.c 2003-07-11 14:19:13.000000000 +0200 @@ -479,26 +479,24 @@ #define IMPLEMENTATION "" #endif -static char *usage_string = "\ -ipppd version %s patch level %d%s\n\ -Usage: %s [ options ], where options are:\n\ -\t Communicate over the named device\n\ +static char *usage_string = "ipppd version %s patch level %d%s\n" +"Usage: %s [ options ], where options are:\n" +"\t Communicate over the named device\n" #ifdef INCLUDE_OBSOLETE_FEATURES -\tcrtscts Use hardware RTS/CTS flow control\n\ -\t Set the baud rate to \n\ -\tmodem Use modem control lines\n\ +"\tcrtscts Use hardware RTS/CTS flow control\n" +"\t Set the baud rate to \n" +"\tmodem Use modem control lines\n" #endif -\t: Set the local and/or remote interface IP\n\ -\t\taddresses. (you also may use the option 'useifip' to get IPs).\n\ -\tasyncmap Set the desired async map to hex \n\ -\tauth Require authentication from peer\n\ -\tconnect

Invoke shell command

to set up the serial line\n\ -\tdefaultroute Add default route through interface\n\ -\tfile Take options from file \n\ -\tmru Set MRU value to for negotiation\n\ -\tnetmask Set interface netmask to \n\ -See ipppd(8) for more options.\n\ -"; +"\t: Set the local and/or remote interface IP\n" +"\t\t\taddresses. (you also may use the option 'useifip' to get IPs).\n" +"\tasyncmap Set the desired async map to hex \n" +"\tauth Require authentication from peer\n" +"\tconnect

Invoke shell command

to set up the serial line\n" +"\tdefaultroute Add default route through interface\n" +"\tfile Take options from file \n" +"\tmru Set MRU value to for negotiation\n" +"\tnetmask Set interface netmask to \n" +"See ipppd(8) for more options.\n"; static char *current_option; /* the name of the option being parsed */