]> git.pld-linux.org Git - packages/quota.git/blame - quota-repquota-len-fix.patch
- updated to 4.02
[packages/quota.git] / quota-repquota-len-fix.patch
CommitLineData
a6f50052
JB
1--- quota-tools/repquota.c.orig 2015-11-28 12:31:18.512394908 +0100
2+++ quota-tools/repquota.c 2015-11-28 12:39:13.929041623 +0100
3@@ -214,7 +214,7 @@
084175a9 4 space2str(entry->dqb_bhardlimit, numbuf[2], flags & FL_SHORTNUMS);
084175a9 5
a6f50052
JB
6 if (ofmt == QOF_DEFAULT) {
7- printf("%-*s %c%c %7s %7s %7s %6s", PRINTNAMELEN, pname,
8+ printf("%-*s %c%c %8s %8s %8s %6s", PRINTNAMELEN, pname,
9 overlim(qb2kb(toqb(entry->dqb_curspace)), qb2kb(entry->dqb_bsoftlimit), qb2kb(entry->dqb_bhardlimit)),
10 overlim(entry->dqb_curinodes, entry->dqb_isoftlimit, entry->dqb_ihardlimit),
11 numbuf[0], numbuf[1], numbuf[2], time);
12@@ -363,8 +363,8 @@
13 else
14 spacehdr = _("Block");
15 printf(_("Block grace time: %s; Inode grace time: %s\n"), bgbuf, igbuf);
16- printf(_(" %s limits File limits\n"), spacehdr);
17- printf(_("%-9s used soft hard grace used soft hard grace\n"), typestr);
18+ printf(_(" %s limits File limits\n"), spacehdr);
19+ printf(_("%-9s used soft hard grace used soft hard grace\n"), typestr);
20 printf("----------------------------------------------------------------------\n");
21 } else if (ofmt == QOF_XML) {
22 printf(" <BlockGraceTime>%s</BlockGraceTime>\n <InodeGraceTime>%s</InodeGraceTime>\n", bgbuf, igbuf);
1bd5341a
JB
23--- quota-tools/po/pl.po.orig 2014-07-23 22:04:14.976438571 +0200
24+++ quota-tools/po/pl.po 2014-07-23 22:07:53.059762752 +0200
25@@ -2270,13 +2270,13 @@
f30c06bb 26
a6f50052 27 #: repquota.c:366
f30c06bb 28 #, c-format
1bd5341a 29-msgid " %s limits File limits\n"
a6f50052 30-msgstr " Limity %-7s Limity plików\n"
1bd5341a 31+msgid " %s limits File limits\n"
a6f50052 32+msgstr " Limity %-7s Limity plików\n"
f30c06bb 33
a6f50052 34 #: repquota.c:367
f30c06bb
JB
35 #, c-format
36-msgid "%-9s used soft hard grace used soft hard grace\n"
a6f50052 37-msgstr "%-9s używ. mięk. twar. pobł. używ. mięk. twar. pobł.\n"
f30c06bb 38+msgid "%-9s used soft hard grace used soft hard grace\n"
a6f50052 39+msgstr "%-9s używ. mięk. twar. pobł. używ. mięk. twar. pobł.\n"
f30c06bb 40
a6f50052
JB
41 #: rquota_svc.c:88
42 #, c-format
f30c06bb
JB
43--- quota-tools/po/fr.po.orig 2004-09-02 21:38:53.000000000 +0200
44+++ quota-tools/po/fr.po 2007-08-05 09:11:30.455348924 +0200
45@@ -1661,13 +1661,13 @@
1bd5341a 46 msgstr "P?riode de sursis bloc : %s ; p?riode de sursis inode : %s\n"
f30c06bb
JB
47
48 #: repquota.c:241
49-msgid " Block limits File limits\n"
50-msgstr " Limites bloc Limites fichier\n"
51+msgid " Block limits File limits\n"
52+msgstr " Limites bloc Limites fichier\n"
53
54 #: repquota.c:242
55 #, c-format
56-msgid "%-9s used soft hard grace used soft hard grace\n"
57