diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-06 22:45:07 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-06 22:45:07 +0000 |
commit | f795b027c674ffde45fbac8c54e4323d38875d30 (patch) | |
tree | 3da560fa6f55e512b66942d52d4e52ca6ce59d53 | |
parent | 0337c467a0d141c3d1a13967fb8abe98580ef699 (diff) | |
download | busybox-w32-f795b027c674ffde45fbac8c54e4323d38875d30.tar.gz busybox-w32-f795b027c674ffde45fbac8c54e4323d38875d30.tar.bz2 busybox-w32-f795b027c674ffde45fbac8c54e4323d38875d30.zip |
Remove duplicate entry for kill
-rw-r--r-- | procps/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/procps/Config.in b/procps/Config.in index 666364385..bf05f231b 100644 --- a/procps/Config.in +++ b/procps/Config.in | |||
@@ -12,9 +12,6 @@ config CONFIG_FREE | |||
12 | Please submit a patch to add help text for this item. | 12 | Please submit a patch to add help text for this item. |
13 | 13 | ||
14 | config CONFIG_KILL | 14 | config CONFIG_KILL |
15 | default y | ||
16 | |||
17 | config CONFIG_KILL | ||
18 | bool "kill" | 15 | bool "kill" |
19 | default n | 16 | default n |
20 | depends on CONFIG_KILL | 17 | depends on CONFIG_KILL |