summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-21build-sys: release++ (v2.24)v2.24Karel Zak2-1/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-21docs: update v2.24-ReleaseNotesKarel Zak1-1/+37
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-21su: add info about pam_lastlog to su.1Karel Zak1-0/+14
References: https://bugzilla.redhat.com/show_bug.cgi?id=1021108 Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-21po: merge changesKarel Zak27-88/+88
Sorry, this makes one message from -rc2 obsolete, but it's more important to use proper conversion specifiers than translate this one rarely used message. Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-21libfdisk: (gpt) %ld -> %ju in verify functionKarel Zak1-3/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-21po: merge changesKarel Zak27-12384/+18194
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-21po: update vi.po (from translationproject.org)Trần Ngọc Quân1-2510/+1499
2013-10-21po: update uk.po (from translationproject.org)Yuri Chornoivan1-1635/+706
2013-10-21po: update pl.po (from translationproject.org)Jakub Bogusz1-1308/+557
2013-10-21po: update nl.po (from translationproject.org)Benno Schulenberg1-1650/+847
2013-10-21po: update fr.po (from translationproject.org)David Prévot1-2143/+925
2013-10-21po: update fi.po (from translationproject.org)Lauri Nurmi1-1081/+544
2013-10-21po: update da.po (from translationproject.org)Joe Hansen1-1836/+1054
2013-10-21po: update cs.po (from translationproject.org)Petr Písař1-1393/+617
2013-10-21fdisk: fix man warningKarel Zak1-1/+1
error: run: man --warnings=all fdisks/fdisk.8 >/dev/null <standard input>:209: cannot use a space as a starting delimiter Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-21tests: add nologin to build testsKarel Zak18-0/+18
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-18libfdisk: add Intel Rapid Start Technology GUIDKarel Zak1-0/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-18docs: update TODOKarel Zak1-0/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-18fsck.cramfs: add LC_CTYPEKarel Zak1-0/+1
Maybe it would be possible to use LC_ALL, but it requires to review the code to check if there is no any sensitive code. Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-18pg: use LC_ALLKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-18setpriv: use LC_ALLKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-18raw: use LC_ALLKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-18nsenter: unshare: use LC_ALLKarel Zak2-2/+2
Reported-by: Trần Ngọc Quân <vnwildman@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-16libfdisk: (bsd) leave context if new disklabel unwantedKarel Zak1-2/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-16docs: update TODOKarel Zak1-2/+10
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-15cal: fix compiler warning on systems without term libsKarel Zak1-2/+4
Reported-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-15more: fix warning when compiled --without-ncursesKarel Zak1-1/+1
Reported-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-15cal: fix warning when compiled --without-ncursesKarel Zak1-1/+1
Reported-by: Benno Schulenberg <bensberg@justemail.net> Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-15fdisk: fix printf stuffKarel Zak8-28/+36
Unfortunately, fdisk_warn/info/.. function was not marked by printf __attribute__. We don't want to break gettext stuff now, so all compiler warnings have been fixed by casts. This is temporary solution, after release it will be necessary to fix all the strings. Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-15libfdisk: (dos) all disklabel locate functionKarel Zak1-0/+34
.. to make 'D'ump expert command usable also for MBR. Yes, we have -rc2 now and this is a new feature, but it's tiny change without any interaction to the rest of the code and without gettext stuff. Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-15docs: tweak formatting and grammar of the ipcrm man pageBenno Schulenberg2-24/+24
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-15docs: tweak wording and formatting of unshare and nsenter man pagesBenno Schulenberg2-12/+14
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-15docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg67-119/+112
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-15docs: format, grammarize, and standardize the wall man pageBenno Schulenberg1-19/+21
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: improve formatting and wording of the getopt man pageBenno Schulenberg1-21/+32
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: sort the options in the logger man page alphabeticallyBenno Schulenberg1-31/+31
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: improve a bit the wording on the logger man pageBenno Schulenberg1-13/+13
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: improve grammar, wording and formatting of su man pageBenno Schulenberg1-24/+25
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: sort options in last man page alphabeticallyBenno Schulenberg1-45/+45
And use the option formatting with macros. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: tweak wording and formatting of last man pageBenno Schulenberg1-21/+17
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: mention in ReleaseNotes only PO files that were actually updatedBenno Schulenberg1-9/+9
Also tweak wording a bit and remove a duplicate line. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14last: remove mistaken -F, --fullnames entry from the man pageBenno Schulenberg1-3/+0
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14docs: tweak wording, grammar and formatting of fdisk man pageBenno Schulenberg1-50/+53
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14textual: remove duplicate mention of '--help' from lsblk help textBenno Schulenberg1-4/+3
Also improve the alphabetization of the other options. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14textual: equalize four error messages with already existing onesBenno Schulenberg4-6/+6
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2013-10-14build-sys: fix tinfo congitionalKarel Zak1-1/+1
Reported-by: Andrej Ota <andrej@ota.si> Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-14build-sys: move getopt examples to docdirKarel Zak1-1/+1
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-14build-sys: fix {lib,sbin}dir pathsKarel Zak1-3/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11build-sys: release++ (v2.24-rc2)Karel Zak2-1/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-11docs: update v2.24-ReleaseNotesKarel Zak1-1/+89
Signed-off-by: Karel Zak <kzak@redhat.com>