]> err.no Git - util-linux/log
util-linux
17 years agomount.preinst: update error message to be more specific; more bug numbers for changelog
LaMont Jones [Wed, 1 Aug 2007 04:30:21 +0000 (22:30 -0600)]
mount.preinst: update error message to be more specific; more bug numbers for changelog

17 years agosnprintf always NULL terminates
LaMont Jones [Tue, 31 Jul 2007 05:01:29 +0000 (23:01 -0600)]
snprintf always NULL terminates

17 years agolook in the right place
LaMont Jones [Mon, 30 Jul 2007 23:37:02 +0000 (17:37 -0600)]
look in the right place

17 years agoBUILD: do not deliver arch binary
LaMont Jones [Mon, 30 Jul 2007 14:52:05 +0000 (08:52 -0600)]
BUILD: do not deliver arch binary

17 years agomount: fail in preinst if newer nfs-common is needed
LaMont Jones [Mon, 30 Jul 2007 14:09:52 +0000 (08:09 -0600)]
mount: fail in preinst if newer nfs-common is needed

17 years agoRecommend: nfs-common
LaMont Jones [Mon, 30 Jul 2007 07:07:49 +0000 (01:07 -0600)]
Recommend: nfs-common

17 years agoBUILD: use libvolume-id-dev now that debian has new enough udev
LaMont Jones [Sun, 29 Jul 2007 22:26:17 +0000 (16:26 -0600)]
BUILD: use libvolume-id-dev now that debian has new enough udev

17 years agorelease
LaMont Jones [Sun, 29 Jul 2007 05:32:06 +0000 (23:32 -0600)]
release

17 years agoadd missing braces in logger.c
LaMont Jones [Sun, 29 Jul 2007 04:51:37 +0000 (22:51 -0600)]
add missing braces in logger.c

17 years agostart uploading to unstable
LaMont Jones [Sun, 29 Jul 2007 04:42:26 +0000 (22:42 -0600)]
start uploading to unstable

17 years agofix logger.c the rest of the way
LaMont Jones [Sun, 29 Jul 2007 04:42:00 +0000 (22:42 -0600)]
fix logger.c the rest of the way

17 years agomerge upstream
LaMont Jones [Sun, 29 Jul 2007 04:33:29 +0000 (22:33 -0600)]
merge upstream

17 years agomkswap: fix signedness problems and remove obsolete code
Karel Zak [Wed, 25 Jul 2007 14:55:25 +0000 (16:55 +0200)]
mkswap: fix signedness problems and remove obsolete code

The UUID is unsigned char *

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agoionice: cleanup usage for idle class
Matthias Koenig [Tue, 17 Jul 2007 14:00:32 +0000 (16:00 +0200)]
ionice: cleanup usage for idle class

The idle class has no class data. It will print a warning if
a prio argument is given for it, since this will be ignored.
Output for idle class will not contain prio data.

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
17 years agomount: update xfs mount options
Matthias Koenig [Tue, 24 Jul 2007 17:29:39 +0000 (19:29 +0200)]
mount: update xfs mount options

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
17 years agoscript: improve quiet mode
Karel Zak [Tue, 24 Jul 2007 13:22:57 +0000 (15:22 +0200)]
script: improve quiet mode

script(1) is not consistent and writes "Script started on.." to
scriptfile, although the others messages are ignored when running
with '-q'.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agomkswap: default to V1 in any case
Matthias Koenig [Wed, 18 Jul 2007 14:15:45 +0000 (16:15 +0200)]
mkswap: default to V1 in any case

mkswap(8) enforces to use v0 swap format when pagesize > 16kB.
(use case might be ppc64 with CONFIG_PPC_64K_PAGES).

As version 0 swap is not supported anymore by recent kernels, the
behaviour in this case is rather strange.

Here is a testcase:

for i in 4 8 16 32 64; do mkswap -p `expr $i \* 1024` ./swap.file; done
Setting up swapspace version 1, size = 4294963 kB

Using user-specified page size 8192, instead of the system values
4096/4096
Setting up swapspace version 1, size = 4294959 kB

Using user-specified page size 16384, instead of the system values
4096/4096
Setting up swapspace version 1, size = 4294950 kB

Using user-specified page size 32768, instead of the system values
4096/4096
Setting up swapspace version 0, size = 4294934 kB

Using user-specified page size 65536, instead of the system values
4096/4096
Setting up swapspace version 0, size = 4294901 kB

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agoreadprofile: fix on ppc64
Matthias Koenig [Wed, 18 Jul 2007 14:15:44 +0000 (16:15 +0200)]
readprofile: fix on ppc64

Fix inconsistency between kernel profiling and readprofile.
The range of kernel profiling is between _stext and _etext,
and readprofile tries to extract profiling for all the symbols in
/boot/System.map-2.6.16.11-7-ppc64 from /proc/profile, but there
are more symbols in /boot/System.map-2.6.16.11-7-ppc64 than those
between _stext and _etext.

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agomanpage typos
LaMont Jones [Wed, 18 Jul 2007 05:32:03 +0000 (23:32 -0600)]
manpage typos

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agomount: mention hfsplus in mount manpage
LaMont Jones [Wed, 18 Jul 2007 04:34:04 +0000 (22:34 -0600)]
mount: mention hfsplus in mount manpage

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
17 years agologger: use snprintf instead of sprintf in logger.c
LaMont Jones [Wed, 18 Jul 2007 04:43:15 +0000 (22:43 -0600)]
logger: use snprintf instead of sprintf in logger.c

Signed-off-by: LaMont Jones <lamont@mmjgroup.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agofdisk: cleanup partname.c
Karel Zak [Mon, 23 Jul 2007 21:55:37 +0000 (23:55 +0200)]
fdisk: cleanup partname.c

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agofdisk: add support for udev persistent device names
Matthias Koenig [Tue, 17 Jul 2007 16:07:11 +0000 (18:07 +0200)]
fdisk: add support for udev persistent device names

udev names partitions with the extension "-partN" (where N is a
partition number).

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
17 years agotests: use $AWK based on configure results
Karel Zak [Fri, 20 Jul 2007 13:08:54 +0000 (15:08 +0200)]
tests: use $AWK based on configure results

The hardcoded "gawk" seems like a bad idea.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agotests: add license notices, change from gplv2-only to gplv2-or-later
Karel Zak [Fri, 20 Jul 2007 12:43:49 +0000 (14:43 +0200)]
tests: add license notices, change from gplv2-only to gplv2-or-later

The previous "gplv2-only" was copy&past mistake. This re-licensing is
correct -- there is not any other contributor to this code.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agotests: add license notices, change from gplv2-only to gplv2-or-later
Karel Zak [Fri, 20 Jul 2007 12:43:49 +0000 (14:43 +0200)]
tests: add license notices, change from gplv2-only to gplv2-or-later

The previous "gplv2-only" was copy&past mistake. This re-licensing is
correct -- there is not any other contributor to this code.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agobuild-sys: missing header when NLS is disabled
Gabriel Barazer [Fri, 20 Jul 2007 15:11:38 +0000 (17:11 +0200)]
build-sys: missing header when NLS is disabled

Compiling utils fail when disable NLS with the --disable-nls switch.
"mkfs.c:46: error: 'LC_ALL' undeclared (first use in this function)"
It is due to a missing locale.h header : When enabling NLS, nls.h
includes libintl.h, which in turn includes locale.h. When disabling NLS,
libintl.h isn't anymore included nor locale.h, which is needed for the
setlocale() calls.

Signed-off-by: Gabriel Barazer <gabriel@oxeva.fr>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agotests: use relative paths when sourcing files
Mike Frysinger [Tue, 17 Jul 2007 20:47:43 +0000 (16:47 -0400)]
tests: use relative paths when sourcing files

The "." command will search $PATH before $PWD if the argument
specified contains no path qualifiers which can cause problems if
you happen to have something in $PATH named the same.  The
attached patch changes all of the ".  <foo>" in the tests subdir.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 years agochangelog
LaMont Jones [Thu, 19 Jul 2007 03:37:56 +0000 (21:37 -0600)]
changelog

17 years agoutil-linux / git / first attempt
Moritz Muehlenhoff [Wed, 18 Jul 2007 22:29:13 +0000 (00:29 +0200)]
util-linux / git / first attempt

git is neat. It feels like tla, only with a usable interface,
less bugs and decent performance.

I'm not sure if I got all the git workflow correct, however first
patch attached. It's been tested and is clean and useful. (221290)

Can git commits be split afterwards? If I add a diff to debian/changelog
for closing a bug, does that interfere with pushing the code change
to the upstream, who doesn't care about debian/changelog?

Cheers,
        Moritz

>From 2eebc2ad36cb04ca22c277b94b525f24437e44db Mon Sep 17 00:00:00 2001
From: Moritz Muehlenhoff <jmm@galadriel.localdomain>
Date: Wed, 18 Jul 2007 20:55:45 +0200
Subject: [PATCH] 8 bit characters on the Linux console lead to input corruption (e.g.
German umlauts). Easily reproducable by inserting a login name with
umlaut and typing backspace afterwards.

agetty supports tty paritys, which leads to getty treating these characters
as a 7bit char with set parity.

This patch by Samuel Thibault adds a new option -8 which disables parity
detection for ttys not used for serial logins.

| Note: With this patch, 8bit characters are just silently dropped (that's
| the expected getty behavior), this is quite neat since you then don't
| even need to backspace your 8bit characters :)

17 years agocytune: remove linux/tty.h inclusion
Karel Zak [Wed, 18 Jul 2007 22:38:00 +0000 (00:38 +0200)]
cytune: remove linux/tty.h inclusion

The <linux/tty.h> file is empty. It's __KERNEL__ only.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agobuild-sys: remove asm/page.h test
Karel Zak [Wed, 18 Jul 2007 21:33:55 +0000 (23:33 +0200)]
build-sys: remove asm/page.h test

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agobuild-sys: add warning when libuuid is not found
Karel Zak [Wed, 18 Jul 2007 08:46:42 +0000 (10:46 +0200)]
build-sys: add warning when libuuid is not found

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agorelease
LaMont Jones [Wed, 18 Jul 2007 05:37:54 +0000 (23:37 -0600)]
release

17 years agochangelog
LaMont Jones [Wed, 18 Jul 2007 05:32:15 +0000 (23:32 -0600)]
changelog

17 years agomanpage typos
LaMont Jones [Wed, 18 Jul 2007 05:32:03 +0000 (23:32 -0600)]
manpage typos

17 years agocopyright != license
LaMont Jones [Wed, 18 Jul 2007 05:31:33 +0000 (23:31 -0600)]
copyright != license

17 years agochangelog
LaMont Jones [Wed, 18 Jul 2007 04:44:21 +0000 (22:44 -0600)]
changelog

17 years agoadd arch: m32r
LaMont Jones [Wed, 18 Jul 2007 04:44:06 +0000 (22:44 -0600)]
add arch: m32r

17 years agouse snprintf instead of sprintf in logger.c
LaMont Jones [Wed, 18 Jul 2007 04:43:15 +0000 (22:43 -0600)]
use snprintf instead of sprintf in logger.c

17 years agomention hfsplus in mount manpage
LaMont Jones [Wed, 18 Jul 2007 04:34:04 +0000 (22:34 -0600)]
mention hfsplus in mount manpage

17 years agoRevert "grammar nit" - it's not significant enough to worry about.
LaMont Jones [Wed, 18 Jul 2007 00:02:48 +0000 (18:02 -0600)]
Revert "grammar nit" - it's not significant enough to worry about.

This reverts commit e718f507fb993b4b40952dd14465a44b2cd724d2.

17 years agochangelog
LaMont Jones [Tue, 17 Jul 2007 23:35:49 +0000 (17:35 -0600)]
changelog

17 years agoMerge branch 'agetty'
LaMont Jones [Tue, 17 Jul 2007 23:26:15 +0000 (17:26 -0600)]
Merge branch 'agetty'

17 years agoagetty historical (and broken) code
LaMont Jones [Tue, 17 Jul 2007 23:26:02 +0000 (17:26 -0600)]
agetty historical (and broken) code

17 years agoMerge branch 'mount'
LaMont Jones [Tue, 17 Jul 2007 23:21:04 +0000 (17:21 -0600)]
Merge branch 'mount'

17 years agoDebian's hashed-passphrase implementation
LaMont Jones [Tue, 17 Jul 2007 23:20:51 +0000 (17:20 -0600)]
Debian's hashed-passphrase implementation

17 years agoarch is dealt with upstream now
LaMont Jones [Tue, 17 Jul 2007 23:08:00 +0000 (17:08 -0600)]
arch is dealt with upstream now

17 years ago--copy on automake call in autogen.sh
LaMont Jones [Tue, 17 Jul 2007 22:49:53 +0000 (16:49 -0600)]
--copy on automake call in autogen.sh

17 years agorc2
LaMont Jones [Tue, 17 Jul 2007 22:41:37 +0000 (16:41 -0600)]
rc2

17 years agomerge rc2
LaMont Jones [Tue, 17 Jul 2007 14:21:35 +0000 (08:21 -0600)]
merge rc2

17 years agobuild-sys: release++
Karel Zak [Tue, 17 Jul 2007 11:22:11 +0000 (13:22 +0200)]
build-sys: release++

Increment release number to v2.13-rc2.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agopo: update po files
Karel Zak [Tue, 17 Jul 2007 11:17:16 +0000 (13:17 +0200)]
po: update po files

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: update release notes
Karel Zak [Tue, 17 Jul 2007 11:11:19 +0000 (13:11 +0200)]
docs: update release notes

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agologin-utils: remove deprecated sigsetmask() from wall
Karel Zak [Tue, 17 Jul 2007 09:44:34 +0000 (11:44 +0200)]
login-utils: remove deprecated sigsetmask() from wall

The sigsetmask() is deprecated in favor of sigprocmask().

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agofdisk: check returns in fdisk from partition changes
Mike Frysinger [Sat, 14 Jul 2007 17:32:37 +0000 (13:32 -0400)]
fdisk: check returns in fdisk from partition changes

currently the code in fdisk which changes partition types is a bit fragile ...
it assumes the partition type succeeded instead of checking the user input or
for errors.  ive tweaked the sub functions to return a value indicative of the
functions' success and fdisk now checks/reports based on that.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 years agoschedutils: fix chrt docs and pid=0 usage
Matthias Koenig [Mon, 16 Jul 2007 11:10:59 +0000 (13:10 +0200)]
schedutils: fix chrt docs and pid=0 usage

Fix some documentation bugs for chrt.
Make it work with PID 0, which means current process.

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
17 years agomount: add acl option documentation for ext3 and reiserfs
Matthias Koenig [Mon, 16 Jul 2007 10:09:37 +0000 (12:09 +0200)]
mount: add acl option documentation for ext3 and reiserfs

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
17 years agologin-utils: remove unwanted newlines from wall
Karel Zak [Mon, 16 Jul 2007 12:41:28 +0000 (14:41 +0200)]
login-utils: remove unwanted newlines from wall

Prevent wall from adding an empty newline to every new line.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agodocs: update AUTHORS file
Karel Zak [Mon, 16 Jul 2007 11:56:08 +0000 (13:56 +0200)]
docs: update AUTHORS file

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agomisc-util: new rtcwake command
Bernhard Walle [Fri, 13 Jul 2007 16:18:13 +0000 (18:18 +0200)]
misc-util: new rtcwake command

Signed-off-by: Bernhard Walle <bwalle@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agoionice: prefer SYS_ioprio_{set,get} from glibc to hardcoded version
Karel Zak [Mon, 16 Jul 2007 09:56:23 +0000 (11:56 +0200)]
ionice: prefer SYS_ioprio_{set,get} from glibc to hardcoded version

It's better to use glibc SYS_ioprio_{set,get} definitions rather than an
incomplete (not all archs) and hardcoded version from ionice.c.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agokfreebsd-amd64
LaMont Jones [Fri, 13 Jul 2007 14:52:56 +0000 (08:52 -0600)]
kfreebsd-amd64

17 years agono libselinux on kfreebsd-amd64 either
LaMont Jones [Fri, 13 Jul 2007 14:50:58 +0000 (08:50 -0600)]
no libselinux on kfreebsd-amd64 either

17 years agofix kfreebsd more.
LaMont Jones [Fri, 13 Jul 2007 14:23:23 +0000 (08:23 -0600)]
fix kfreebsd more.

17 years agobuild-sys: remove "make mrproper", git-clean is good enough
Karel Zak [Thu, 12 Jul 2007 12:31:26 +0000 (14:31 +0200)]
build-sys: remove "make mrproper", git-clean is good enough

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agomount depends: nfs-common, not util-linux
LaMont Jones [Thu, 12 Jul 2007 01:19:39 +0000 (19:19 -0600)]
mount depends: nfs-common, not util-linux

17 years agocleanup Makefile.in crap the rest of the way
LaMont Jones [Wed, 11 Jul 2007 21:53:14 +0000 (15:53 -0600)]
cleanup Makefile.in crap the rest of the way

17 years agoMerge commit 'origin/master' into debian
LaMont Jones [Wed, 11 Jul 2007 21:47:17 +0000 (15:47 -0600)]
Merge commit 'origin/master' into debian

17 years agorelease
LaMont Jones [Wed, 11 Jul 2007 18:27:39 +0000 (12:27 -0600)]
release

17 years agodo not depend libselinux1-dev on kfreebsd-i386
LaMont Jones [Wed, 11 Jul 2007 18:27:19 +0000 (12:27 -0600)]
do not depend libselinux1-dev on kfreebsd-i386

17 years agolet syscall.h define ioprio_{set,get}
LaMont Jones [Wed, 11 Jul 2007 18:26:30 +0000 (12:26 -0600)]
let syscall.h define ioprio_{set,get}

17 years agosys-utils: add arch(1) back to the official tree
Karel Zak [Wed, 11 Jul 2007 10:37:40 +0000 (12:37 +0200)]
sys-utils: add arch(1) back to the official tree

This patch add arch(1) back to util-linux source code tree, but the
command is not installed by defautl.

For more details see "./configure --help".

The arch command is deprecated in favor of "uname -m" (coreutils). The
latest (6.9+) version of coreutils also supports arch(1) as an alias
to "uname -a". Please, if you need arch(1) use the coreutils
implementation.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agowhereis: add lib64 paths
Karel Zak [Wed, 11 Jul 2007 09:15:45 +0000 (11:15 +0200)]
whereis: add lib64 paths

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agobuild-sys: remove libtool
Karel Zak [Tue, 10 Jul 2007 22:59:49 +0000 (00:59 +0200)]
build-sys: remove libtool

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agotests: remove dependence on helpers/libpreload-time.so
Karel Zak [Tue, 10 Jul 2007 21:51:12 +0000 (23:51 +0200)]
tests: remove dependence on helpers/libpreload-time.so

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agocal: add test code
Karel Zak [Tue, 10 Jul 2007 21:20:42 +0000 (23:20 +0200)]
cal: add test code

This patch allows to override the time() and define a different time by
TEST_TIME env. variable.  The code has to be compiled with -DTEST_CAL.

Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agoalso search for __stext in readprofile
Mike Frysinger [Thu, 5 Jul 2007 16:15:50 +0000 (12:15 -0400)]
also search for __stext in readprofile

Some architectures have a single underscore prefix in their ABI, so there will
be no "_stext" symbol, just "__stext".

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17 years agolomount.c: don't use mlockall if CRYPT_NONE
Masatake YAMATO [Tue, 8 May 2007 11:52:18 +0000 (11:52 +0000)]
lomount.c: don't use mlockall if CRYPT_NONE

loop back mounting emits two system calls: mount and mlockall.
mount is obviously needed. mlockall is needed for encryption.
As the result both CAP_SYS_ADMIN and CAP_IPC_LOCK are needed
to do loopback mounting.

The problem is that CAP_IPC_LOCK is always needed through my
command doesn't need encryption.

With the following patch, mount calls mlockall only when
encryption is needed.

Signed-off-by: Masatake YAMATO <jet@gyve.org>
17 years agofdisk: when generating a DOS disk label, give it an ID
H. Peter Anvin [Sat, 7 Jul 2007 01:32:31 +0000 (18:32 -0700)]
fdisk: when generating a DOS disk label, give it an ID

Newer Micro$oft operating systems (NT 3 and later) put a 4-byte
signature in the MBR at offset 440 decimal.  Generate a random such
signature when creating a new disk label, and allow it to be changed.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
17 years agofdisk: do not complain about regular files
H. Peter Anvin [Sat, 7 Jul 2007 01:31:12 +0000 (18:31 -0700)]
fdisk: do not complain about regular files

fdisk complains that it doesn't understand regular files.  This can
be trivially fixed.

Also, modes are conventionally given in octal, not hex.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
17 years agorelease
LaMont Jones [Tue, 10 Jul 2007 06:05:47 +0000 (00:05 -0600)]
release

17 years agocleanup configure invocation, enable partx
LaMont Jones [Tue, 10 Jul 2007 06:05:22 +0000 (00:05 -0600)]
cleanup configure invocation, enable partx

17 years agodeliver more stuff
LaMont Jones [Mon, 9 Jul 2007 21:02:47 +0000 (15:02 -0600)]
deliver more stuff

17 years ago/usr/X11R6/bin and /usr/bin/X11 are symlinks
LaMont Jones [Mon, 9 Jul 2007 20:55:54 +0000 (14:55 -0600)]
/usr/X11R6/bin and /usr/bin/X11 are symlinks

17 years agoonly include vt.h et al if we're using that code
LaMont Jones [Mon, 9 Jul 2007 20:46:40 +0000 (14:46 -0600)]
only include vt.h et al if we're using that code

17 years agoadd Depends: nfs-common until after lenny ships
LaMont Jones [Mon, 9 Jul 2007 18:14:33 +0000 (12:14 -0600)]
add Depends: nfs-common until after lenny ships

17 years agochangelog cleanup
LaMont Jones [Mon, 9 Jul 2007 17:39:01 +0000 (11:39 -0600)]
changelog cleanup

17 years agocorrect location of README.Debian.hwclock.gz (#393539)
LaMont Jones [Mon, 9 Jul 2007 17:38:50 +0000 (11:38 -0600)]
correct location of README.Debian.hwclock.gz (#393539)

17 years agogetopt example location (#352221)
LaMont Jones [Mon, 9 Jul 2007 17:35:27 +0000 (11:35 -0600)]
getopt example location (#352221)

17 years agoschedutils gobbled (#322883)
LaMont Jones [Mon, 9 Jul 2007 17:34:51 +0000 (11:34 -0600)]
schedutils gobbled (#322883)

17 years agoadd LSB dependency info (#330227)
LaMont Jones [Mon, 9 Jul 2007 17:34:11 +0000 (11:34 -0600)]
add LSB dependency info (#330227)

17 years agohave configure claim it's "util-linux", not "util-linux-ng"
LaMont Jones [Mon, 9 Jul 2007 17:16:54 +0000 (11:16 -0600)]
have configure claim it's "util-linux", not "util-linux-ng"

17 years agocleanup copyright; build succeeds now
LaMont Jones [Mon, 9 Jul 2007 17:16:09 +0000 (11:16 -0600)]
cleanup copyright; build succeeds now

17 years agodrop Makefile.in
LaMont Jones [Mon, 9 Jul 2007 17:13:10 +0000 (11:13 -0600)]
drop Makefile.in

17 years agoadd arch command
LaMont Jones [Mon, 9 Jul 2007 17:12:19 +0000 (11:12 -0600)]
add arch command

17 years agodon't run autogen.sh at build time...
LaMont Jones [Mon, 9 Jul 2007 01:36:27 +0000 (19:36 -0600)]
don't run autogen.sh at build time...

17 years agoautopoint Depends: cvs
LaMont Jones [Mon, 9 Jul 2007 00:43:41 +0000 (18:43 -0600)]
autopoint Depends: cvs

17 years agojust depend on the autoconf crap
LaMont Jones [Mon, 9 Jul 2007 00:32:27 +0000 (18:32 -0600)]
just depend on the autoconf crap

17 years agoMerge branch 'debian' into mount
LaMont Jones [Mon, 9 Jul 2007 00:21:21 +0000 (18:21 -0600)]
Merge branch 'debian' into mount