]> git.pld-linux.org Git - packages/dpkg.git/commitdiff
- multiline string
authorTomasz Pala <gotar@pld-linux.org>
Sat, 30 Aug 2003 20:52:59 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dpkg-gcc33.patch -> 1.1

dpkg-gcc33.patch [new file with mode: 0644]

diff --git a/dpkg-gcc33.patch b/dpkg-gcc33.patch
new file mode 100644 (file)
index 0000000..1e60a22
--- /dev/null
@@ -0,0 +1,66 @@
+diff -urN dpkg-1.6.15.orig/utils/start-stop-daemon.c dpkg-1.6.15/utils/start-stop-daemon.c
+--- dpkg-1.6.15.orig/utils/start-stop-daemon.c 2000-01-09 02:31:18.000000000 +0100
++++ dpkg-1.6.15/utils/start-stop-daemon.c      2003-08-30 22:38:37.000000000 +0200
+@@ -161,34 +161,34 @@
+ static void
+ do_help(void)
+ {
+-      printf("\
+-start-stop-daemon for Debian GNU/Linux - small and fast C version written by\n\
+-Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl>, public domain.\n"
+-VERSION "\n\
+-\n\
+-Usage:
+-  start-stop-daemon -S|--start options ... -- arguments ...\n\
+-  start-stop-daemon -K|--stop options ...\n\
+-  start-stop-daemon -H|--help\n\
+-  start-stop-daemon -V|--version\n\
+-\n\
+-Options (at least one of --exec|--pidfile|--user is required):
+-  -x|--exec <executable>        program to start/check if it is running\n\
+-  -p|--pidfile <pid-file>       pid file to check\n\
+-  -c|--chuid <name|uid[:group|gid]>
+-              change to this user/group before starting process\n\
+-  -u|--user <username>|<uid>    stop processes owned by this user\n\
+-  -n|--name <process-name>      stop processes with this name\n\
+-  -s|--signal <signal>          signal to send (default TERM)\n\
+-  -a|--startas <pathname>       program to start (default is <executable>)\n\
+-  -b|--background               force the process to detach\n\
+-  -m|--make-pidfile             create the pidfile before starting\n\
+-  -t|--test                     test mode, don't do anything\n\
+-  -o|--oknodo                   exit status 0 (not 1) if nothing done\n\
+-  -q|--quiet                    be more quiet\n\
+-  -v|--verbose                  be more verbose\n\
+-\n\
+-Exit status:  0 = done  1 = nothing done (=> 0 if --oknodo)  2 = trouble\n");
++      printf("\n"
++"start-stop-daemon for Debian GNU/Linux - small and fast C version written by\n"
++"Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl>, public domain.\n"
++VERSION "\n"
++"\n"
++"Usage:\n"
++"  start-stop-daemon -S|--start options ... -- arguments ...\n"
++"  start-stop-daemon -K|--stop options ...\n"
++"  start-stop-daemon -H|--help\n"
++"  start-stop-daemon -V|--version\n"
++"\n"
++"Options (at least one of --exec|--pidfile|--user is required):\n"
++"  -x|--exec <executable>        program to start/check if it is running\n"
++"  -p|--pidfile <pid-file>       pid file to check\n"
++"  -c|--chuid <name|uid[:group|gid]>\n"
++"             change to this user/group before starting process\n"
++"  -u|--user <username>|<uid>    stop processes owned by this user\n"
++"  -n|--name <process-name>      stop processes with this name\n"
++"  -s|--signal <signal>          signal to send (default TERM)\n"
++"  -a|--startas <pathname>       program to start (default is <executable>)\n"
++"  -b|--background               force the process to detach\n"
++"  -m|--make-pidfile             create the pidfile before starting\n"
++"  -t|--test                     test mode, don't do anything\n"
++"  -o|--oknodo                   exit status 0 (not 1) if nothing done\n"
++"  -q|--quiet                    be more quiet\n"
++"  -v|--verbose                  be more verbose\n"
++"\n"
++"Exit status:  0 = done  1 = nothing done (=> 0 if --oknodo)  2 = trouble\n");
+ }
This page took 0.386772 seconds and 4 git commands to generate.