]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/isdn4k-utils-v3.2p1-c89.patch
CGI fuer DHCP gefixt und if Skripte zurueckgesetzt
[ipfire-2.x.git] / src / patches / isdn4k-utils-v3.2p1-c89.patch
CommitLineData
cd1a2927
MT
1# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
2#
3# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4# Please add additional copyright information _after_ the line containing
5# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
6# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
7#
8# ROCK Linux: rock-src/package/base/isdn4k-utils/multi-line-strings.patch
9# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
10#
11# This program is free software; you can redistribute it and/or modify
12# it under the terms of the GNU General Public License as published by
13# the Free Software Foundation; either version 2 of the License, or
14# (at your option) any later version. A copy of the GNU General Public
15# License can be found at Documentation/COPYING.
16#
17# Many people helped and are helping developing ROCK Linux. Please
18# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
19# file for details.
20#
21# --- ROCK-COPYRIGHT-NOTE-END ---
22
23diff -urN -x '*~' isdn4k-utils/ipppd/options.c isdn4k-utils-gcc-3.3.1/ipppd/options.c
24--- isdn4k-utils-old/ipppd/options.c 2002-07-06 02:34:08.000000000 +0200
25+++ isdn4k-utils-new/ipppd/options.c 2003-08-19 22:36:18.000000000 +0200
26@@ -479,26 +479,25 @@
27 #define IMPLEMENTATION ""
28 #endif
29
30-static char *usage_string = "\
31-ipppd version %s patch level %d%s\n\
32-Usage: %s [ options ], where options are:\n\
33-\t<device> Communicate over the named device\n\
34+static char *usage_string = ""
35+"ipppd version %s patch level %d%s\n"
36+"Usage: %s [ options ], where options are:\n"
37+"\t<device> Communicate over the named device\n"
38 #ifdef INCLUDE_OBSOLETE_FEATURES
39-\tcrtscts Use hardware RTS/CTS flow control\n\
40-\t<speed> Set the baud rate to <speed>\n\
41-\tmodem Use modem control lines\n\
42+"\tcrtscts Use hardware RTS/CTS flow control\n"
43+"\t<speed> Set the baud rate to <speed>\n"
44+"\tmodem Use modem control lines\n"
45 #endif
46-\t<loc>:<rem> Set the local and/or remote interface IP\n\
47-\t\taddresses. (you also may use the option 'useifip' to get IPs).\n\
48-\tasyncmap <n> Set the desired async map to hex <n>\n\
49-\tauth Require authentication from peer\n\
50-\tconnect <p> Invoke shell command <p> to set up the serial line\n\
51-\tdefaultroute Add default route through interface\n\
52-\tfile <f> Take options from file <f>\n\
53-\tmru <n> Set MRU value to <n> for negotiation\n\
54-\tnetmask <n> Set interface netmask to <n>\n\
55-See ipppd(8) for more options.\n\
56-";
57+"\t<loc>:<rem> Set the local and/or remote interface IP\n"
58+"\t\taddresses. (you also may use the option 'useifip' to get IPs).\n"
59+"\tasyncmap <n> Set the desired async map to hex <n>\n"
60+"\tauth Require authentication from peer\n"
61+"\tconnect <p> Invoke shell command <p> to set up the serial line\n"
62+"\tdefaultroute Add default route through interface\n"
63+"\tfile <f> Take options from file <f>\n"
64+"\tmru <n> Set MRU value to <n> for negotiation\n"
65+"\tnetmask <n> Set interface netmask to <n>\n"
66+"See ipppd(8) for more options.\n";
67
68 static char *current_option; /* the name of the option being parsed */
69