]> git.pld-linux.org Git - packages/dpkg.git/blob - dpkg-gcc33.patch
- refresh config.sub, rel. 2
[packages/dpkg.git] / dpkg-gcc33.patch
1 diff -urN dpkg-1.6.15.orig/utils/start-stop-daemon.c dpkg-1.6.15/utils/start-stop-daemon.c
2 --- dpkg-1.6.15.orig/utils/start-stop-daemon.c  2000-01-09 02:31:18.000000000 +0100
3 +++ dpkg-1.6.15/utils/start-stop-daemon.c       2003-08-30 22:38:37.000000000 +0200
4 @@ -161,34 +161,34 @@
5  static void
6  do_help(void)
7  {
8 -       printf("\
9 -start-stop-daemon for Debian GNU/Linux - small and fast C version written by\n\
10 -Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl>, public domain.\n"
11 -VERSION "\n\
12 -\n\
13 -Usage:
14 -  start-stop-daemon -S|--start options ... -- arguments ...\n\
15 -  start-stop-daemon -K|--stop options ...\n\
16 -  start-stop-daemon -H|--help\n\
17 -  start-stop-daemon -V|--version\n\
18 -\n\
19 -Options (at least one of --exec|--pidfile|--user is required):
20 -  -x|--exec <executable>        program to start/check if it is running\n\
21 -  -p|--pidfile <pid-file>       pid file to check\n\
22 -  -c|--chuid <name|uid[:group|gid]>
23 -               change to this user/group before starting process\n\
24 -  -u|--user <username>|<uid>    stop processes owned by this user\n\
25 -  -n|--name <process-name>      stop processes with this name\n\
26 -  -s|--signal <signal>          signal to send (default TERM)\n\
27 -  -a|--startas <pathname>       program to start (default is <executable>)\n\
28 -  -b|--background               force the process to detach\n\
29 -  -m|--make-pidfile             create the pidfile before starting\n\
30 -  -t|--test                     test mode, don't do anything\n\
31 -  -o|--oknodo                   exit status 0 (not 1) if nothing done\n\
32 -  -q|--quiet                    be more quiet\n\
33 -  -v|--verbose                  be more verbose\n\
34 -\n\
35 -Exit status:  0 = done  1 = nothing done (=> 0 if --oknodo)  2 = trouble\n");
36 +       printf("\n"
37 +"start-stop-daemon for Debian GNU/Linux - small and fast C version written by\n"
38 +"Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl>, public domain.\n"
39 +VERSION "\n"
40 +"\n"
41 +"Usage:\n"
42 +"  start-stop-daemon -S|--start options ... -- arguments ...\n"
43 +"  start-stop-daemon -K|--stop options ...\n"
44 +"  start-stop-daemon -H|--help\n"
45 +"  start-stop-daemon -V|--version\n"
46 +"\n"
47 +"Options (at least one of --exec|--pidfile|--user is required):\n"
48 +"  -x|--exec <executable>        program to start/check if it is running\n"
49 +"  -p|--pidfile <pid-file>       pid file to check\n"
50 +"  -c|--chuid <name|uid[:group|gid]>\n"
51 +"              change to this user/group before starting process\n"
52 +"  -u|--user <username>|<uid>    stop processes owned by this user\n"
53 +"  -n|--name <process-name>      stop processes with this name\n"
54 +"  -s|--signal <signal>          signal to send (default TERM)\n"
55 +"  -a|--startas <pathname>       program to start (default is <executable>)\n"
56 +"  -b|--background               force the process to detach\n"
57 +"  -m|--make-pidfile             create the pidfile before starting\n"
58 +"  -t|--test                     test mode, don't do anything\n"
59 +"  -o|--oknodo                   exit status 0 (not 1) if nothing done\n"
60 +"  -q|--quiet                    be more quiet\n"
61 +"  -v|--verbose                  be more verbose\n"
62 +"\n"
63 +"Exit status:  0 = done  1 = nothing done (=> 0 if --oknodo)  2 = trouble\n");
64  }
65  
66  
This page took 0.071252 seconds and 3 git commands to generate.