aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-04-01 10:21:42 +0100
committerRon Yorston <rmy@pobox.com>2019-04-01 10:21:42 +0100
commit8b340122e5c5014358a4919d1e87ef2f81c83b6f (patch)
tree2aa63b22070dd9ccd5d54104b092b7e5c060b2b0 /configs
parentf6228015354adbdbbc736b33296112bebbc96cf3 (diff)
downloadbusybox-w32-8b340122e5c5014358a4919d1e87ef2f81c83b6f.tar.gz
busybox-w32-8b340122e5c5014358a4919d1e87ef2f81c83b6f.tar.bz2
busybox-w32-8b340122e5c5014358a4919d1e87ef2f81c83b6f.zip
df: display origin of mapped drive
When a drive is mapped to a network share or a path display the mapping in the 'Filesystem' column of df's output. Since this changes the mnt_fsname field of the mntent structure a slight alteration is needed to print_all_cwd() in ash. Revert the change in commit a8c63f25b that enabled FEATURE_DF_FANCY in the default configuration. None of the additional options is very useful. See GitHub issue #164.
Diffstat (limited to 'configs')
-rw-r--r--configs/mingw32_defconfig2
-rw-r--r--configs/mingw64_defconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig
index 656a0ab7c..c3ba17a46 100644
--- a/configs/mingw32_defconfig
+++ b/configs/mingw32_defconfig
@@ -234,7 +234,7 @@ CONFIG_DD=y
234CONFIG_FEATURE_DD_IBS_OBS=y 234CONFIG_FEATURE_DD_IBS_OBS=y
235CONFIG_FEATURE_DD_STATUS=y 235CONFIG_FEATURE_DD_STATUS=y
236CONFIG_DF=y 236CONFIG_DF=y
237CONFIG_FEATURE_DF_FANCY=y 237# CONFIG_FEATURE_DF_FANCY is not set
238CONFIG_DIRNAME=y 238CONFIG_DIRNAME=y
239CONFIG_DOS2UNIX=y 239CONFIG_DOS2UNIX=y
240CONFIG_UNIX2DOS=y 240CONFIG_UNIX2DOS=y
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig
index 8db906466..721420c06 100644
--- a/configs/mingw64_defconfig
+++ b/configs/mingw64_defconfig
@@ -234,7 +234,7 @@ CONFIG_DD=y
234CONFIG_FEATURE_DD_IBS_OBS=y 234CONFIG_FEATURE_DD_IBS_OBS=y
235CONFIG_FEATURE_DD_STATUS=y 235CONFIG_FEATURE_DD_STATUS=y
236CONFIG_DF=y 236CONFIG_DF=y
237CONFIG_FEATURE_DF_FANCY=y 237# CONFIG_FEATURE_DF_FANCY is not set
238CONFIG_DIRNAME=y 238CONFIG_DIRNAME=y
239CONFIG_DOS2UNIX=y 239CONFIG_DOS2UNIX=y
240CONFIG_UNIX2DOS=y 240CONFIG_UNIX2DOS=y