aboutsummaryrefslogtreecommitdiff
path: root/debianutils
diff options
context:
space:
mode:
authorTim Riker <tim@rikers.org>2006-01-25 00:08:53 +0000
committerTim Riker <tim@rikers.org>2006-01-25 00:08:53 +0000
commitc1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch)
tree5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /debianutils
parentf64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff)
downloadbusybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz
busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.bz2
busybox-w32-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip
just whitespace
Diffstat (limited to 'debianutils')
-rw-r--r--debianutils/mktemp.c4
-rw-r--r--debianutils/run_parts.c6
-rw-r--r--debianutils/start_stop_daemon.c2
3 files changed, 6 insertions, 6 deletions
diff --git a/debianutils/mktemp.c b/debianutils/mktemp.c
index c0d3a365d..64b82815e 100644
--- a/debianutils/mktemp.c
+++ b/debianutils/mktemp.c
@@ -6,7 +6,7 @@
6 * Copyright (C) 2000 by Daniel Jacobowitz 6 * Copyright (C) 2000 by Daniel Jacobowitz
7 * Written by Daniel Jacobowitz <dan@debian.org> 7 * Written by Daniel Jacobowitz <dan@debian.org>
8 * 8 *
9 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. 9 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
10 */ 10 */
11 11
12#include <stdio.h> 12#include <stdio.h>
@@ -19,7 +19,7 @@
19extern int mktemp_main(int argc, char **argv) 19extern int mktemp_main(int argc, char **argv)
20{ 20{
21 unsigned long flags = bb_getopt_ulflags(argc, argv, "dq"); 21 unsigned long flags = bb_getopt_ulflags(argc, argv, "dq");
22 22
23 if (optind + 1 != argc) 23 if (optind + 1 != argc)
24 bb_show_usage(); 24 bb_show_usage();
25 25
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c
index 90314354c..862db7a05 100644
--- a/debianutils/run_parts.c
+++ b/debianutils/run_parts.c
@@ -36,10 +36,10 @@
36 * broken compatibility because the BusyBox policy doesn't allow them. 36 * broken compatibility because the BusyBox policy doesn't allow them.
37 * The supported options are: 37 * The supported options are:
38 * -t test. Print the name of the files to be executed, without 38 * -t test. Print the name of the files to be executed, without
39 * execute them. 39 * execute them.
40 * -a ARG argument. Pass ARG as an argument the program executed. It can 40 * -a ARG argument. Pass ARG as an argument the program executed. It can
41 * be repeated to pass multiple arguments. 41 * be repeated to pass multiple arguments.
42 * -u MASK umask. Set the umask of the program executed to MASK. */ 42 * -u MASK umask. Set the umask of the program executed to MASK. */
43 43
44/* TODO 44/* TODO
45 * done - convert calls to error in perror... and remove error() 45 * done - convert calls to error in perror... and remove error()
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c
index 2ace0cc8b..aa1b3c7a0 100644
--- a/debianutils/start_stop_daemon.c
+++ b/debianutils/start_stop_daemon.c
@@ -238,7 +238,7 @@ start_stop_daemon_main(int argc, char **argv)
238 opt = bb_getopt_ulflags(argc, argv, "KSbqma:n:s:u:x:p:", 238 opt = bb_getopt_ulflags(argc, argv, "KSbqma:n:s:u:x:p:",
239 &startas, &cmdname, &signame, &userspec, &execname, &pidfile); 239 &startas, &cmdname, &signame, &userspec, &execname, &pidfile);
240 240
241 241
242 quiet = opt & SSD_OPT_QUIET; 242 quiet = opt & SSD_OPT_QUIET;
243 243
244 if (signame) { 244 if (signame) {