aboutsummaryrefslogtreecommitdiff
path: root/patches/eject.diff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
committerEric Andersen <andersen@codepoet.org>2004-03-15 08:29:22 +0000
commitc7bda1ce659294d6e22c06e087f6f265983c7578 (patch)
tree4c6d2217f4d8306c59cf1096f8664e1cfd167213 /patches/eject.diff
parent8854004b41065b3d081af7f3df13a100b0c8bfbe (diff)
downloadbusybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.gz
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.tar.bz2
busybox-w32-c7bda1ce659294d6e22c06e087f6f265983c7578.zip
Remove trailing whitespace. Update copyright to include 2004.
Diffstat (limited to 'patches/eject.diff')
-rw-r--r--patches/eject.diff10
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/eject.diff b/patches/eject.diff
index 3efd449c0..fcc234d02 100644
--- a/patches/eject.diff
+++ b/patches/eject.diff
@@ -6,15 +6,15 @@ diff -u -r1.40 AUTHORS
6--- a/AUTHORS 9 Oct 2003 21:19:21 -0000 1.40 6--- a/AUTHORS 9 Oct 2003 21:19:21 -0000 1.40
7+++ b/AUTHORS 5 Mar 2004 07:23:17 -0000 7+++ b/AUTHORS 5 Mar 2004 07:23:17 -0000
8@@ -8,6 +8,9 @@ 8@@ -8,6 +8,9 @@
9 9
10 ----------- 10 -----------
11 11
12+Peter Willis <psyphreak@phreaker.net> 12+Peter Willis <psyphreak@phreaker.net>
13+ eject 13+ eject
14+ 14+
15 Emanuele Aina <emanuele.aina@tiscali.it> 15 Emanuele Aina <emanuele.aina@tiscali.it>
16 run-parts 16 run-parts
17 17
18Index: coreutils/Config.in 18Index: coreutils/Config.in
19=================================================================== 19===================================================================
20RCS file: /var/cvs/busybox/coreutils/Config.in,v 20RCS file: /var/cvs/busybox/coreutils/Config.in,v
@@ -25,7 +25,7 @@ diff -u -r1.23 Config.in
25@@ -164,6 +164,13 @@ 25@@ -164,6 +164,13 @@
26 a command; without options it displays the current 26 a command; without options it displays the current
27 environment. 27 environment.
28 28
29+config CONFIG_EJECT 29+config CONFIG_EJECT
30+ bool "eject" 30+ bool "eject"
31+ default n 31+ default n
@@ -151,7 +151,7 @@ diff -u -r1.191 usage.h
151@@ -537,6 +537,13 @@ 151@@ -537,6 +537,13 @@
152 "\t-, -i\tstart with an empty environment\n" \ 152 "\t-, -i\tstart with an empty environment\n" \
153 "\t-u\tremove variable from the environment\n" 153 "\t-u\tremove variable from the environment\n"
154 154
155+#define eject_trivial_usage \ 155+#define eject_trivial_usage \
156+ "[-t] [FILE]" 156+ "[-t] [FILE]"
157+#define eject_full_usage \ 157+#define eject_full_usage \