aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
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 /util-linux/Config.in
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 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 2bb9c09cc..c97e5c436 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -71,7 +71,7 @@ config CONFIG_FDISK
71 help 71 help
72 The fdisk utility is used to divide hard disks into one or more 72 The fdisk utility is used to divide hard disks into one or more
73 logical disks, which are generally called partitions. This utility 73 logical disks, which are generally called partitions. This utility
74 can be used to list and edit the set of partitions or BSD style 74 can be used to list and edit the set of partitions or BSD style
75 'disk slices' that are defined on a hard drive. 75 'disk slices' that are defined on a hard drive.
76 76
77if !CONFIG_LFS 77if !CONFIG_LFS
@@ -84,7 +84,7 @@ config FDISK_SUPPORT_LARGE_DISKS
84endif 84endif
85 85
86config CONFIG_FEATURE_FDISK_WRITABLE 86config CONFIG_FEATURE_FDISK_WRITABLE
87 bool " Write support" 87 bool " Write support"
88 default y 88 default y
89 depends on CONFIG_FDISK 89 depends on CONFIG_FDISK
90 help 90 help
@@ -95,7 +95,7 @@ config CONFIG_FEATURE_FDISK_WRITABLE
95config CONFIG_FEATURE_AIX_LABEL 95config CONFIG_FEATURE_AIX_LABEL
96 bool " Support AIX disklabels" 96 bool " Support AIX disklabels"
97 default n 97 default n
98 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE 98 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
99 help 99 help
100 Enabling this option allows you to create or change AIX disklabels. 100 Enabling this option allows you to create or change AIX disklabels.
101 Most people can safely leave this option disabled. 101 Most people can safely leave this option disabled.
@@ -111,7 +111,7 @@ config CONFIG_FEATURE_SGI_LABEL
111config CONFIG_FEATURE_SUN_LABEL 111config CONFIG_FEATURE_SUN_LABEL
112 bool " Support SUN disklabels" 112 bool " Support SUN disklabels"
113 default n 113 default n
114 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE 114 depends on CONFIG_FDISK && CONFIG_FEATURE_FDISK_WRITABLE
115 help 115 help
116 Enabling this option allows you to create or change SUN disklabels. 116 Enabling this option allows you to create or change SUN disklabels.
117 Most people can safely leave this option disabled. 117 Most people can safely leave this option disabled.
@@ -267,7 +267,7 @@ config CONFIG_RDATE
267 bool "rdate" 267 bool "rdate"
268 default n 268 default n
269 help 269 help
270 The rdate utility allows you to synchronize the date and time of your 270 The rdate utility allows you to synchronize the date and time of your
271 system clock with the date and time of a remote networked system using 271 system clock with the date and time of a remote networked system using
272 the RFC868 protocol, which is built into the inetd daemon on most 272 the RFC868 protocol, which is built into the inetd daemon on most
273 systems. 273 systems.