]> git.pld-linux.org Git - packages/arpd.git/commitdiff
- fixed multiline strings (needed by gcc 3.3; BTS#791)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Dec 2003 10:20:39 +0000 (10:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpd-uid.patch -> 1.6

arpd-uid.patch

index be95773040ff58d4f05db3f7107a0182f2dd1957..340bdfad939a0da956a884a13a052493d3f2c587 100644 (file)
  
 +/* usage string                               */
 +static char* usage=
-+"ARP daemon - version 1.0.2 - PLD modified
-+Usage:        arpd -u user
-+-u            user, which you want to run this deamon
-+
-+The user you will take must have RW access to /dev/arpd.
-+If you don't know what to choice take root.
-+
++"ARP daemon - version 1.0.2 - PLD modified\n\
++Usage:        arpd -u user\n\
++-u            user, which you want to run this deamon\n\
++\n\
++The user you will take must have RW access to /dev/arpd.\n\
++If you don't know what to choice take root.\n\
++\n\
 +";
 +
 +void show_usage() {
This page took 0.077269 seconds and 4 git commands to generate.