projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35cc0a
)
enable dirname and id by default (needed by openswan)
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Apr 2005 19:51:42 +0000
(19:51 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 18 Apr 2005 19:51:42 +0000
(19:51 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@676
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/busybox/config/coreutils/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/package/busybox/config/coreutils/Config.in
b/openwrt/package/busybox/config/coreutils/Config.in
index
1a3ef99
..
10cf659
100644
(file)
--- a/
openwrt/package/busybox/config/coreutils/Config.in
+++ b/
openwrt/package/busybox/config/coreutils/Config.in
@@
-112,7
+112,7
@@
config BUSYBOX_CONFIG_DF
config BUSYBOX_CONFIG_DIRNAME
bool "dirname"
- default
n
+ default
y
help
dirname is used to strip a non-directory suffix from
a file name.
@@
-214,7
+214,7
@@
config BUSYBOX_CONFIG_HOSTID
config BUSYBOX_CONFIG_ID
bool "id"
- default
n
+ default
y
help
id displays the current user and group ID names.