summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* nsenter: new command (light wrapper around setns)Eric W. Biederman2013-01-171-0/+11
| | | | | | | | | | | Inspired by unshare, nsenter is a simple wrapper around setns that allows running a new process in the context of an existing process. Full paths may be specified to the namespace arguments so that namespace file descriptors may be used wherever they reside in the filesystem. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
* build-sys: cleanup --enable-most-builds listSami Kerola2013-01-101-3/+5
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: invert flag for sulogin emergency mountDave Reisner2013-01-091-3/+3
| | | | | | This should be disabled by default. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
* include/bitopts: Use the operating system byteswapping functionsKarel Zak2013-01-081-0/+3
| | | | | | | The swap macros are already in libc. Co-Author: Cristian Rodríguez <crrodriguez@opensuse.org> Signed-off-by: Karel Zak <kzak@redhat.com>
* tunelp: deprecation: remove command from default buildSami Kerola2012-12-191-0/+10
| | | | | | It is difficult to think think tunelp command being in use a lot. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* sulogin: mount temporary /dev and /proc if not foundWerner Fink2012-12-181-0/+13
| | | | | | | | | This is very usefull if initrd can not loaded that is no /dev and no /proc is found. Also if the /etc/shadow and /etc/passwd is copied into the initrd the sulogin can be used in initrd even before /dev and/or /proc are mounted. Signed-off-by: Werner Fink <werner@suse.de>
* build-sys: fix typoKarel Zak2012-11-301-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use pkg-config for selinuxKarel Zak2012-11-301-12/+8Star
| | | | | | | | - we need libselinux 2.x (where is security_get_initial_context()) - the latest selinux versions are linked with -lpcre Reported-by: Gregory Nietsky <gregory@distrotech.co.za> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: cleanup cpu_set_t usageKarel Zak2012-11-021-0/+1
| | | | | | | - make taskset depend on cpu_set_t - make cpuset.c optional for libcommon and lib/path.c Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove gethostbyname() checkSami Kerola2012-10-221-4/+0Star
| | | | | | | Removed as unnecessary, there are no references to gethostbyname() in code. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* ddate: remove from util-linuxSami Kerola2012-10-151-11/+0Star
| | | | | | | | | | | See RedHat bug for reasons why the ddate is cleaned up. The reference is where to get the command in future. Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=823156 References: https://github.com/bo0ts/ddate Acked-by: Petr Uzel <petr.uzel@suse.cz> Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: simplify usrlib_execdir initializationKarel Zak2012-09-121-27/+6Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix --localstatedir heuristicsKarel Zak2012-09-121-9/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* Merge https://github.com/hramrach/util-linuxKarel Zak2012-09-101-1/+24
|\
| * Fix configure to work with multiarch distributions.Michal Suchanek2012-09-071-1/+24
| |
* | build-sys: add --disable-wdctlKarel Zak2012-09-071-1/+5
|/ | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* runuser: new command (derived from su(1))Karel Zak2012-09-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | This command is based on su(1), the differences: - based on Fedora runuser su(1) patch - not installed with suid rights - allowed for root users only - don't ask for password - uses PAM session, for example: $ cat /etc/pam.d/runuser auth sufficient pam_rootok.so session optional pam_keyinit.so revoke session required pam_limits.so session required pam_unix.so $ cat /etc/pam.d/runuser-l auth include runuser session optional pam_keyinit.so force revoke session include runuser Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add configure summaryKarel Zak2012-09-041-1/+27
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add another compiler warningsKarel Zak2012-09-041-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: release++ (v2.22)Karel Zak2012-09-041-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: release++ (v2.22-rc2)Karel Zak2012-08-151-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add -Wmissing-declarations, sort warning optionsKarel Zak2012-08-151-7/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: expand paths at make timeKarel Zak2012-08-151-8/+4Star
| | | | | | | | | | | | | autoconf docs about *dir variables (e.g bindir): ... A corollary is that you should not use these variables except in makefiles... ...you should not rely on AC_CONFIG_FILES to replace bindir and friends in your shell scripts and other files; instead, let make manage their replacement. Signed-off-by: Karel Zak <kzak@redhat.com>
* tests: make compatible with autotoolsKarel Zak2012-08-031-1/+0Star
| | | | | | | | | | | | | | | | The command 'make check' is called from 'make distcheck' (which is used to generate official util-linux tarballs). It means that tests/ stuff has to be compatible with autotools and differentiate between source and build directories. * remove run-nonroot.sh (merged into run.sh * remove commands.sh.in * all tests and top level run.sh accept --builddir and --srcdir command line options * functions.sh modified to use $top_builddir/tests for output files Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: don't compile lib{mount,blkid} tests when --disable-static specifiedKarel Zak2012-08-021-0/+2
| | | | | | The tests often depend on private (non-API) library functions. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix description of utmpdump configure optionPetr Uzel2012-07-301-1/+1
| | | | Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* build-sys: fix build without libsKarel Zak2012-07-271-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: release++ (v2.22-rc1)Karel Zak2012-07-271-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add -Wall to warningsKarel Zak2012-07-261-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add -Werror to UL_WARN_ADD testKarel Zak2012-07-161-5/+3Star
| | | | | | | | ... so revert previous patches with extra options for clang. Sometimes is simple solution so obvious that it's invisible :-) Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: exclude some CC warnings for clangKarel Zak2012-07-161-3/+5
| | | | | Reported-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add UL_PROG_CLANG function, rename warnings.m4 -> compiler.m4Karel Zak2012-07-161-0/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* uuidd: use configured run state directory in manual etcSami Kerola2012-07-101-0/+5
| | | | | | | [kzak@redhat.com: - minor clean up in configure.in] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: change --localstatedir to /runSami Kerola2012-07-101-0/+15
| | | | | | | | | | Enable user to define where run state files are wrote. Default for these files is /run. See reference for rationale why /var/run is no longer the default. Reference: http://lists.fedoraproject.org/pipermail/devel/2011-March/150031.html CC: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: ensure BUILD_CFDISK is always definedDave Reisner2012-07-091-3/+1Star
| | | | | | | | | This avoids an error when configuring without ncurses: configure: error: conditional "BUILD_CFDISK" was never defined. Usually this means the macro was only invoked conditionally. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
* build-sys: add -Wredundant-declsKarel Zak2012-07-091-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* utmpdump: new command, merge from sysvinitKarel Zak2012-06-291-0/+8
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: enable libmount and libblkid docsKarel Zak2012-06-261-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove include-Makefile.amKarel Zak2012-06-261-3/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: rename fdisk -> fdisks/, convert to moduleKarel Zak2012-06-261-10/+14
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert tests/ to moduleKarel Zak2012-06-261-2/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move partx to disk-utils/Karel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert disk-utils/ to moduleKarel Zak2012-06-261-1/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move getopt to misc-utils/Karel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert misc-utils/ to moduleKarel Zak2012-06-261-2/+1Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move hwclock to sys-utils/Karel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert sys-utils/ to moduleKarel Zak2012-06-261-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: cleanup mount stuff in configure.amKarel Zak2012-06-261-12/+10Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: (old) remove hybrid libmount codeKarel Zak2012-06-261-13/+0Star
| | | | | | | | | | | | | The hybrid version with old mount and new mtab management from libmount is not more supported. Only two versions are supported: 1/ old mount in mount-deprecated/, --enable-deprecated-mount 2/ new sys-utils/mount.c, enabled by default Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: default to new sys-utils/mount.c, add --enable-deprecated-mountKarel Zak2012-06-261-15/+15
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>