summaryrefslogtreecommitdiff
path: root/convertquota.8
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-11-08 23:56:11 +0000
committerjkar8572 <jkar8572>2001-11-08 23:56:11 +0000
commitaa77462747260f3a79cab65d2e75f33129caae2d (patch)
tree6baada38136b55a099c175e07f4d732d40be0435 /convertquota.8
parente3cd20e7ae77e71cd859b09849c1f68e57f9f580 (diff)
Added support for conversion of files with wrong endianity (due to SuSE RPM bug)
Added check to format detection routine to detect bad file endianity edquota and setquota now set just grace times and flags => avoid races on live filesystem
Diffstat (limited to 'convertquota.8')
-rw-r--r--convertquota.810
1 files changed, 10 insertions, 0 deletions
diff --git a/convertquota.8 b/convertquota.8
index 34db1b5..ea5b803 100644
--- a/convertquota.8
+++ b/convertquota.8
@@ -6,6 +6,10 @@ convertquota \- convert quota from old file format to new one
.B convertquota
[
.B -ug
+] [
+.B -e
+|
+.B -f
]
.I filesystem
.SH DESCRIPTION
@@ -33,6 +37,12 @@ convert user quota file. This is the default.
.B -g
convert group quota file.
.TP
+.B -f
+convert from old file format to new one. This is the default.
+.TP
+.B -e
+convert new file format from big endian to little endian.
+.TP
.B -V
print version information.
.SH FILES