]> err.no Git - util-linux/log
util-linux
16 years agodebian/rules: allow cross-building
Neil Williams [Sun, 10 Feb 2008 20:51:41 +0000 (13:51 -0700)]
debian/rules: allow cross-building

In line with the other cross-building support bugs:
http://lists.debian.org/debian-devel/2007/11/msg00116.html

This patch is necessary to allow util-linux to cross-build in Debian,
following recommendations in autotools-dev. The cache file will be
handled separately.

Addresses-Debian-Bug: 465123
Signed-off-by: Neil Williams <codehelp@debian.org>
Signed-off-by: LaMont Jones <lamont@debian.org>
16 years agoMerge commit 'origin/master'
LaMont Jones [Sun, 3 Feb 2008 17:42:20 +0000 (10:42 -0700)]
Merge commit 'origin/master'

Conflicts:

sys-utils/renice.c

16 years agorenice: detect errors in arguments, add -v, -h and long options
LaMont Jones [Sun, 13 Jan 2008 05:35:50 +0000 (22:35 -0700)]
renice: detect errors in arguments, add -v, -h and long options

 * renice was using atoi(), which does no error detection, meaning
   that: "renice +20 blah" was accepted as valid.

 * add -h | --help

 * add -v | --version

 * add long options for -p, -u and -g

 * cleanup coding style

Addresses-Debian-Bug: #385245
Co-Author: Karel Zak <kzak@redhat.com>
Signed-off-by: LaMont Jones <lamont@debian.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agokill: man page is missing a description of "kill -0"
Karel Zak [Mon, 28 Jan 2008 14:17:45 +0000 (15:17 +0100)]
kill: man page is missing a description of "kill -0"

Addresses-Red-Hat-Bugzilla: #429559
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agofdisk: better fallback for get_random_id()
H. Peter Anvin [Wed, 16 Jan 2008 18:53:56 +0000 (13:53 -0500)]
fdisk: better fallback for get_random_id()

When /dev/urandom is not available, we have to use some kind of a hack
to generate a random MBR identifier.  Use a better fallback that
incorporates the clock down to microsecond granularity.

Signed-off-by: H. Peter Anvin" <hpa@zytor.com>
16 years agologin: fix a small memory leak and remove unnecessary zeroing
Karel Zak [Mon, 28 Jan 2008 13:02:35 +0000 (14:02 +0100)]
login: fix a small memory leak and remove unnecessary zeroing

This patch fix a small memory leak (rh#251539) and also remove
unnecessary pam_set_item(). We needn't to zeroing PAM_USER when the
value is already NULL, it doesn't make sense.

Addresses-Red-Hat-Bugzilla: #251539
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoumount: don't print duplicate error messages
Karel Zak [Mon, 28 Jan 2008 12:13:25 +0000 (13:13 +0100)]
umount: don't print duplicate error messages

umount(8) is trying to umount a device two times to prevent some
obscure scenarios. It's maybe a nice feature, but it also produces
duplicate error messages.

  # umount /home
  umount: /home: device is busy
  umount: /home: device is busy

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoumount: add hint about lsof & fuser
Karel Zak [Mon, 28 Jan 2008 11:52:04 +0000 (12:52 +0100)]
umount: add hint about lsof & fuser

This patch adds a hint about lsof and fuser to the "device is busy"
error message.

Addresses-Red-Hat-Bugzilla: #145844
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoMerge branch 'stable/v2.13'
LaMont Jones [Sat, 19 Jan 2008 17:38:31 +0000 (10:38 -0700)]
Merge branch 'stable/v2.13'

Conflicts:

AUTHORS
NEWS
configure.ac
docs/v2.13.1-ReleaseNotes
po/de.po
po/hu.po

16 years agoMerge commit 'origin/master'
LaMont Jones [Sat, 19 Jan 2008 17:35:04 +0000 (10:35 -0700)]
Merge commit 'origin/master'

16 years agochangelog: release
LaMont Jones [Sat, 19 Jan 2008 15:12:35 +0000 (08:12 -0700)]
changelog: release

16 years agoMerge commit 'origin/stable/v2.13' into stable/v2.13
LaMont Jones [Sat, 19 Jan 2008 15:01:14 +0000 (08:01 -0700)]
Merge commit 'origin/stable/v2.13' into stable/v2.13

16 years agocal: fix weekday alignment for certain locales
Pádraig Brady [Fri, 4 Jan 2008 10:44:53 +0000 (10:44 +0000)]
cal: fix weekday alignment for certain locales

For example this had too much padding: LANG=zh_CN.utf8 cal -j
while this had too little padding:     LANG=hu_HU.utf8 cal
This had invalid chars:                LANG=li_BE.utf8 cal
This had too few chars:                LANG=si_LK.utf8 cal

Note some locales may display with slightly worse alignment
(fa_IR.utf8 for example), but that is only because the terminal
is not merging the combining characters. This happens on
gnome-terminal-2.18.3-1.fc8 at least.

Signed-off-by: Pádraig Brady <P@draigBrady.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agobuild-sys: release++ (2.13.1)
Karel Zak [Wed, 16 Jan 2008 12:40:13 +0000 (13:40 +0100)]
build-sys: release++ (2.13.1)

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agodocs: update ReleseNotes
Karel Zak [Wed, 16 Jan 2008 12:11:24 +0000 (13:11 +0100)]
docs: update ReleseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agopo: merge files
Karel Zak [Wed, 16 Jan 2008 12:08:04 +0000 (13:08 +0100)]
po: merge files

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agodocs: update AUTHORS file
Karel Zak [Wed, 16 Jan 2008 11:38:31 +0000 (12:38 +0100)]
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agopo: update vi.po (from translationproject.org)
Clytie Siddall [Wed, 16 Jan 2008 11:35:56 +0000 (12:35 +0100)]
po: update vi.po (from translationproject.org)

16 years agopo: update uk.po (from translationproject.org)
Maxim V. Dziumanenko [Wed, 16 Jan 2008 11:35:56 +0000 (12:35 +0100)]
po: update uk.po (from translationproject.org)

16 years agopo: update tr.po (from translationproject.org)
Nilgün Belma Bugüner [Wed, 16 Jan 2008 11:35:56 +0000 (12:35 +0100)]
po: update tr.po (from translationproject.org)

16 years agopo: update sv.po (from translationproject.org)
Daniel Nylander [Wed, 16 Jan 2008 11:35:56 +0000 (12:35 +0100)]
po: update sv.po (from translationproject.org)

16 years agopo: update sl.po (from translationproject.org)
Simon Mihevc [Wed, 16 Jan 2008 11:35:56 +0000 (12:35 +0100)]
po: update sl.po (from translationproject.org)

16 years agopo: update ru.po (from translationproject.org)
Pavel Maryanov [Wed, 16 Jan 2008 11:35:56 +0000 (12:35 +0100)]
po: update ru.po (from translationproject.org)

16 years agopo: update pt_BR.po (from translationproject.org)
Rodrigo Stulzer Lopes [Wed, 16 Jan 2008 11:35:56 +0000 (12:35 +0100)]
po: update pt_BR.po (from translationproject.org)

16 years agopo: update pl.po (from translationproject.org)
Andrzej Krzysztofowicz [Wed, 16 Jan 2008 11:35:56 +0000 (12:35 +0100)]
po: update pl.po (from translationproject.org)

16 years agopo: update nl.po (from translationproject.org)
Benno Schulenberg [Wed, 16 Jan 2008 11:35:56 +0000 (12:35 +0100)]
po: update nl.po (from translationproject.org)

16 years agopo: update ja.po (from translationproject.org)
Daisuke Yamashita [Wed, 16 Jan 2008 11:35:55 +0000 (12:35 +0100)]
po: update ja.po (from translationproject.org)

16 years agopo: update it.po (from translationproject.org)
Marco Colombo [Wed, 16 Jan 2008 11:35:55 +0000 (12:35 +0100)]
po: update it.po (from translationproject.org)

16 years agopo: update id.po (from translationproject.org)
Arif E. Nugroho [Wed, 16 Jan 2008 11:35:55 +0000 (12:35 +0100)]
po: update id.po (from translationproject.org)

16 years agopo: update hu.po (from translationproject.org)
Gabor Kelemen [Wed, 16 Jan 2008 11:35:55 +0000 (12:35 +0100)]
po: update hu.po (from translationproject.org)

16 years agopo: update fr.po (from translationproject.org)
Michel Robitaille [Wed, 16 Jan 2008 11:35:55 +0000 (12:35 +0100)]
po: update fr.po (from translationproject.org)

16 years agopo: update fi.po (from translationproject.org)
Lauri Nurmi [Wed, 16 Jan 2008 11:35:55 +0000 (12:35 +0100)]
po: update fi.po (from translationproject.org)

16 years agopo: update eu.po (from translationproject.org)
Mikel Olasagasti [Wed, 16 Jan 2008 11:35:55 +0000 (12:35 +0100)]
po: update eu.po (from translationproject.org)

16 years agopo: update et.po (from translationproject.org)
Meelis Roos [Wed, 16 Jan 2008 11:35:55 +0000 (12:35 +0100)]
po: update et.po (from translationproject.org)

16 years agopo: update es.po (from translationproject.org)
Santiago Vila Doncel [Wed, 16 Jan 2008 11:35:54 +0000 (12:35 +0100)]
po: update es.po (from translationproject.org)

16 years agopo: update de.po (from translationproject.org)
Michael Piefel [Wed, 16 Jan 2008 11:35:54 +0000 (12:35 +0100)]
po: update de.po (from translationproject.org)

16 years agopo: update da.po (from translationproject.org)
Claus Hindsgaul [Wed, 16 Jan 2008 11:35:54 +0000 (12:35 +0100)]
po: update da.po (from translationproject.org)

16 years agopo: update cs.po (from translationproject.org)
Petr Pisar [Wed, 16 Jan 2008 11:35:54 +0000 (12:35 +0100)]
po: update cs.po (from translationproject.org)

16 years agopo: update ca.po (from translationproject.org)
Josep Puigdemont [Wed, 16 Jan 2008 11:35:54 +0000 (12:35 +0100)]
po: update ca.po (from translationproject.org)

16 years agoMerge commit 'origin/master'
LaMont Jones [Tue, 15 Jan 2008 04:38:03 +0000 (21:38 -0700)]
Merge commit 'origin/master'

16 years agoMerge commit 'origin/stable/v2.13' into stable/v2.13
LaMont Jones [Tue, 15 Jan 2008 04:37:13 +0000 (21:37 -0700)]
Merge commit 'origin/stable/v2.13' into stable/v2.13

16 years agofdisk: calculate +size{K,M,G} in 2^N
Karel Zak [Thu, 13 Dec 2007 00:06:44 +0000 (01:06 +0100)]
fdisk: calculate +size{K,M,G} in 2^N

fdisk(8) does not calculate partition size (+sizeM or +sizeG)
in MiB or GiB correctly. It uses 10^N instead 2^N.

This patch cleanups +sizeX to:

  +sizeK    -- KiB  (2^10)
  +sizeKB   -- KB   (10^3)
  +sizeM    -- MiB  (2^20)
  +sizeMB   -- MB   (10^6)
  +sizeG    -- GB   (10^9)
  +sizeGB   -- GiB  (2^30)

This patch also fixes the "Last cylinder..." hint message. The "+number"
without any suffix is not a size at all. It's number of cylinders/sectors.
Note, the 10^N suffixes are not proposed to end-uses in the hint message.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: add more details to the --version output
Karel Zak [Tue, 8 Jan 2008 12:08:32 +0000 (13:08 +0100)]
mount: add more details to the --version output

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agosys-utils: correct setarch.8 manpage link creation
Frédéric Bothamy [Sun, 13 Jan 2008 05:35:51 +0000 (22:35 -0700)]
sys-utils: correct setarch.8 manpage link creation

At least on Debian, .so commands are relative to the man directory
(e.g., /usr/share/man), not to the subdirectory:
    % man i386
    man: can't open /usr/share/man/setarch.8: No such file or directory
    No manual entry for i386

See also http://bugs.debian.org/453245

Addresses-Debian-Bug: #453245
Signed-off-by: Frédéric Bothamy <frederic.bothamy@free.fr>
Signed-off-by: LaMont Jones <lamont@debian.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agosys-utils: correct setarch.8 manpage link creation
Frédéric Bothamy [Sun, 13 Jan 2008 05:35:51 +0000 (22:35 -0700)]
sys-utils: correct setarch.8 manpage link creation

At least on Debian, .so commands are relative to the man directory
(e.g., /usr/share/man), not to the subdirectory:
    % man i386
    man: can't open /usr/share/man/setarch.8: No such file or directory
    No manual entry for i386

See also http://bugs.debian.org/453245

Addresses-Debian-Bug: #453245
Signed-off-by: Frédéric Bothamy <frederic.bothamy@free.fr>
Signed-off-by: LaMont Jones <lamont@debian.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoMerge branch 'stable/v2.13'
LaMont Jones [Sat, 12 Jan 2008 05:36:45 +0000 (22:36 -0700)]
Merge branch 'stable/v2.13'

16 years agochangelog: release
LaMont Jones [Sat, 12 Jan 2008 05:32:37 +0000 (22:32 -0700)]
changelog: release

16 years agohwclockfirst.sh: yet more tweaks for LSB init
LaMont Jones [Wed, 9 Jan 2008 04:29:32 +0000 (21:29 -0700)]
hwclockfirst.sh: yet more tweaks for LSB init

Addresses-Debian-Bug: 459760
Signed-off-by: LaMont Jones <lamont@debian.org>
16 years agobuild-sys: add AC_CANONICAL_HOST
Miklos Szeredi [Tue, 8 Jan 2008 11:55:18 +0000 (12:55 +0100)]
build-sys: add AC_CANONICAL_HOST

This seems to be needed in certain environments.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
16 years agodocs: mark vipw(1) is deprecated in favor of vipw from shadow-utils
Karel Zak [Mon, 7 Jan 2008 11:53:32 +0000 (12:53 +0100)]
docs: mark vipw(1) is deprecated in favor of vipw from shadow-utils

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoMerge branch 'stable/v2.13'
LaMont Jones [Mon, 7 Jan 2008 03:54:12 +0000 (20:54 -0700)]
Merge branch 'stable/v2.13'

Conflicts:

AUTHORS
NEWS
configure.ac
debian/changelog
docs/v2.13.1-ReleaseNotes
po/ca.po
po/cs.po
po/da.po
po/de.po
po/es.po
po/et.po
po/fi.po
po/fr.po
po/hu.po
po/id.po
po/it.po
po/ja.po
po/nl.po
po/pt_BR.po
po/ru.po
po/sl.po
po/sv.po
po/tr.po
po/uk.po
po/util-linux-ng.pot
po/vi.po

Kept master version of non-debian/
merged debian/changelog, dropped 2.14~a0 version

16 years agoMerge commit 'origin/master'
LaMont Jones [Mon, 7 Jan 2008 03:49:07 +0000 (20:49 -0700)]
Merge commit 'origin/master'

Conflicts:

mount/mount.8

16 years agochangelog: release
LaMont Jones [Mon, 7 Jan 2008 03:26:12 +0000 (20:26 -0700)]
changelog: release

16 years agoMerge commit 'origin/stable/v2.13' into stable/v2.13
LaMont Jones [Mon, 7 Jan 2008 03:20:08 +0000 (20:20 -0700)]
Merge commit 'origin/stable/v2.13' into stable/v2.13

16 years agorenice: correctly detect errors in arguments
LaMont Jones [Mon, 7 Jan 2008 02:53:56 +0000 (19:53 -0700)]
renice: correctly detect errors in arguments

renice was using atoi(), which does no error detection, meaning that:
"renice +20 blah" was accepted as valid.

Addresses-Debian-Bug: 385245
Signed-off-by: LaMont Jones <lamont@debian.org>
16 years agorenice: correctly detect errors in arguments
LaMont Jones [Mon, 7 Jan 2008 02:53:56 +0000 (19:53 -0700)]
renice: correctly detect errors in arguments

renice was using atoi(), which does no error detection, meaning that:
"renice +20 blah" was accepted as valid.

Addresses-Debian-Bug: 385245
Signed-off-by: LaMont Jones <lamont@debian.org>
16 years agohwclock.sh: add full path to comment
LaMont Jones [Mon, 7 Jan 2008 02:27:01 +0000 (19:27 -0700)]
hwclock.sh: add full path to comment

Addresses-Debian-Bug: 418107
Signed-off-by: LaMont Jones <lamont@debian.org>
16 years agometa: mount should pre-depend on its libs
LaMont Jones [Mon, 7 Jan 2008 01:13:55 +0000 (18:13 -0700)]
meta: mount should pre-depend on its libs

Signed-off-by: LaMont Jones <lamont@debian.org>
16 years agochangelog: release
LaMont Jones [Sun, 6 Jan 2008 19:50:34 +0000 (12:50 -0700)]
changelog: release

16 years agohwclockfirst: more LSB init cleanup
LaMont Jones [Sun, 6 Jan 2008 16:54:17 +0000 (09:54 -0700)]
hwclockfirst: more LSB init cleanup

Addresses-Debian-Bug: 458346
Signed-off-by: LaMont Jones <lamont@debian.org>
16 years agobuild-sys: disable syscall fallbacks for non-linux systems
Karel Zak [Tue, 18 Dec 2007 00:53:10 +0000 (01:53 +0100)]
build-sys: disable syscall fallbacks for non-linux systems

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoswapon: add sundries.h
Karel Zak [Mon, 17 Dec 2007 21:28:48 +0000 (22:28 +0100)]
swapon: add sundries.h

so we can compile with -fno-common.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomount: "nofail" mount option
Matthias Koenig [Mon, 17 Dec 2007 10:33:20 +0000 (11:33 +0100)]
mount: "nofail" mount option

It would be nice to have a mount option "nofail" indicating that mount
should not return an error if the device does not exit. This is useful
for hotpluggable devices which are configured in fstab and __might__
not exist at boot time.

Co-Author: Karel Zak <kzak@redhat.com>
Signed-off-by: Matthias Koenig <mkoenig@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agocfdisk: define portable {DEFAULT,ALTERNATE}_DEVICE
Samuel Thibault [Tue, 18 Dec 2007 02:00:45 +0000 (02:00 +0000)]
cfdisk: define portable {DEFAULT,ALTERNATE}_DEVICE

Set DEFAULT_DEVICE and ALTERNATE_DEVICE for GNU/Hurd and FreeBSD

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
16 years agosetterm: remove unnecessaty ifndef TCGETS
Samuel Thibault [Thu, 3 Jan 2008 15:46:05 +0000 (16:46 +0100)]
setterm: remove unnecessaty ifndef TCGETS

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agomore: replace CBAUD with cfgetispeed()
Samuel Thibault [Thu, 3 Jan 2008 15:43:53 +0000 (16:43 +0100)]
more: replace CBAUD with cfgetispeed()

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agologin: replace termio with termios interface
Samuel Thibault [Thu, 3 Jan 2008 15:40:48 +0000 (16:40 +0100)]
login: replace termio with termios interface

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agoagetty: replace termio with termios interface
Samuel Thibault [Thu, 3 Jan 2008 15:40:32 +0000 (16:40 +0100)]
agetty: replace termio with termios interface

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agobuild-sys: release++ (-rc2)
Karel Zak [Wed, 2 Jan 2008 13:22:22 +0000 (14:22 +0100)]
build-sys: release++ (-rc2)

Increment release number to v2.13.1-rc2

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agopo: update po files
Karel Zak [Wed, 2 Jan 2008 13:18:46 +0000 (14:18 +0100)]
po: update po files

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agodocs: update ReleaseNotes
Karel Zak [Wed, 2 Jan 2008 12:58:58 +0000 (13:58 +0100)]
docs: update ReleaseNotes

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agodocs: update AUTHORS file, add all translators
Karel Zak [Wed, 2 Jan 2008 12:40:00 +0000 (13:40 +0100)]
docs: update AUTHORS file, add all translators

This patch also merges TRANSLATORS and CONTRIBUTORS to the one list
only.  It's more simple to maintain this one list.

Signed-off-by: Karel Zak <kzak@redhat.com>
16 years agopo: add pl.po (from translationproject.org)
Andrzej Krzysztofowicz [Wed, 2 Jan 2008 12:06:01 +0000 (13:06 +0100)]
po: add pl.po (from translationproject.org)

16 years agopo: add eu.po (from translationproject.org)
Mikel Olasagasti [Wed, 2 Jan 2008 12:06:01 +0000 (13:06 +0100)]
po: add eu.po (from translationproject.org)

16 years agopo: update vi.po (from translationproject.org)
Clytie Siddall [Wed, 2 Jan 2008 12:06:01 +0000 (13:06 +0100)]
po: update vi.po (from translationproject.org)

16 years agopo: update uk.po (from translationproject.org)
Maxim V. Dziumanenko [Wed, 2 Jan 2008 12:06:01 +0000 (13:06 +0100)]
po: update uk.po (from translationproject.org)

16 years agopo: update tr.po (from translationproject.org)
Nilgün Belma Bugüner [Wed, 2 Jan 2008 12:06:00 +0000 (13:06 +0100)]
po: update tr.po (from translationproject.org)

16 years agopo: update sv.po (from translationproject.org)
Daniel Nylander [Wed, 2 Jan 2008 12:06:00 +0000 (13:06 +0100)]
po: update sv.po (from translationproject.org)

16 years agopo: update sl.po (from translationproject.org)
Simon Mihevc [Wed, 2 Jan 2008 12:06:00 +0000 (13:06 +0100)]
po: update sl.po (from translationproject.org)

16 years agopo: update ru.po (from translationproject.org)
Pavel Maryanov [Wed, 2 Jan 2008 12:06:00 +0000 (13:06 +0100)]
po: update ru.po (from translationproject.org)

16 years agopo: update pt_BR.po (from translationproject.org)
Rodrigo Stulzer Lopes [Wed, 2 Jan 2008 12:05:59 +0000 (13:05 +0100)]
po: update pt_BR.po (from translationproject.org)

16 years agopo: update nl.po (from translationproject.org)
Benno Schulenberg [Wed, 2 Jan 2008 12:05:59 +0000 (13:05 +0100)]
po: update nl.po (from translationproject.org)

16 years agopo: update ja.po (from translationproject.org)
Daisuke Yamashita [Wed, 2 Jan 2008 12:05:59 +0000 (13:05 +0100)]
po: update ja.po (from translationproject.org)

16 years agopo: update it.po (from translationproject.org)
Marco Colombo [Wed, 2 Jan 2008 12:05:59 +0000 (13:05 +0100)]
po: update it.po (from translationproject.org)

16 years agopo: update id.po (from translationproject.org)
Arif E. Nugroho [Wed, 2 Jan 2008 12:05:59 +0000 (13:05 +0100)]
po: update id.po (from translationproject.org)

16 years agopo: update hu.po (from translationproject.org)
Gabor Kelemen [Wed, 2 Jan 2008 12:05:59 +0000 (13:05 +0100)]
po: update hu.po (from translationproject.org)

16 years agopo: update fr.po (from translationproject.org)
Michel Robitaille [Wed, 2 Jan 2008 12:05:59 +0000 (13:05 +0100)]
po: update fr.po (from translationproject.org)

16 years agopo: update fi.po (from translationproject.org)
Lauri Nurmi [Wed, 2 Jan 2008 12:05:59 +0000 (13:05 +0100)]
po: update fi.po (from translationproject.org)

16 years agopo: update et.po (from translationproject.org)
Meelis Roos [Wed, 2 Jan 2008 12:05:59 +0000 (13:05 +0100)]
po: update et.po (from translationproject.org)

16 years agopo: update es.po (from translationproject.org)
Santiago Vila Doncel [Wed, 2 Jan 2008 12:05:59 +0000 (13:05 +0100)]
po: update es.po (from translationproject.org)

16 years agopo: update de.po (from translationproject.org)
Michael Piefel [Wed, 2 Jan 2008 12:05:58 +0000 (13:05 +0100)]
po: update de.po (from translationproject.org)

16 years agopo: update da.po (from translationproject.org)
Claus Hindsgaul [Wed, 2 Jan 2008 12:05:58 +0000 (13:05 +0100)]
po: update da.po (from translationproject.org)

16 years agopo: update cs.po (from translationproject.org)
Petr Pisar [Wed, 2 Jan 2008 12:05:58 +0000 (13:05 +0100)]
po: update cs.po (from translationproject.org)

16 years agopo: update ca.po (from translationproject.org)
Josep Puigdemont [Wed, 2 Jan 2008 12:05:58 +0000 (13:05 +0100)]
po: update ca.po (from translationproject.org)

16 years agorules: correct LSB init data for hwclockfirst.sh
LaMont Jones [Sun, 30 Dec 2007 17:34:34 +0000 (10:34 -0700)]
rules: correct LSB init data for hwclockfirst.sh

Addresses-Debian-Bug: 458346
Signed-off-by: LaMont Jones <lamont@debian.org>
16 years agoMerge commit 'origin/master'
LaMont Jones [Tue, 18 Dec 2007 00:46:50 +0000 (17:46 -0700)]
Merge commit 'origin/master'

16 years agoMerge branch 'stable/v2.13'
LaMont Jones [Tue, 18 Dec 2007 00:36:36 +0000 (17:36 -0700)]
Merge branch 'stable/v2.13'

Conflicts:

debian/changelog
mount/mount.c

16 years agoMerge commit 'origin/master'
LaMont Jones [Tue, 18 Dec 2007 00:33:43 +0000 (17:33 -0700)]
Merge commit 'origin/master'

16 years agotailf: non-linux support
Samuel Thibault [Mon, 17 Dec 2007 23:52:39 +0000 (23:52 +0000)]
tailf: non-linux support

Include <sys/inotify.h> only when inotify_init() was detected

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
16 years agoinclude: <stdint.h> provides everything
Samuel Thibault [Mon, 17 Dec 2007 23:38:30 +0000 (23:38 +0000)]
include: <stdint.h> provides everything

Do not include <linux/posix_types.h> as <stdint.h> provides everything.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>