Go to file
Karel Zak ccf92e6db7 build-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1)
* it seems that we don't have to link the utils with ncurses, tinfo is enough.
   This change saves one unnecessary dependence.

 * libtinfo is also distributed with pkg-config files, so we can use
   PKG_CHECK_MODULES() as a primary source for LIBS and CFLAGS.

 * add TINFO_CFLAGS (although it's probably always empty)

Signed-off-by: Karel Zak <kzak@redhat.com>
2013-10-04 13:28:37 +02:00
Documentation docs: update TODO 2013-10-02 11:21:22 +02:00
bash-completion bash-completion: use '\n' as IFS when ask for filenames 2013-09-30 15:49:00 +02:00
config build-sys: inform gtk-doc about __ul_attribute__ 2013-03-15 14:58:08 +01:00
disk-utils fsck: don't print warning if there is no /etc/fstab at all 2013-10-01 16:07:50 +02:00
fdisks build-sys: Check for type sighandler_t and use if present 2013-10-04 11:51:34 +02:00
include include: Add missing includes 2013-10-04 11:51:21 +02:00
lib losetup: don't require 512-byte aligned offsets 2013-10-01 15:52:11 +02:00
libblkid libblkid: use proper type in xfs log checker [coverity scan] 2013-10-01 17:21:12 +02:00
libfdisk libfdisk: cleanup warning messages 2013-10-04 12:07:12 +02:00
libmount libmount: remove dead code [coverity scan] 2013-10-01 17:23:26 +02:00
libuuid build-sys: add CFLAGS and LDFLAGS for daemons and shared libs 2013-08-27 11:49:01 +02:00
login-utils su: fix caught_signal logic and initialize oldact [coverity scan] 2013-10-02 14:43:17 +02:00
m4 build-sys: improbe UL_CONFLICT_BUILD macro 2013-08-12 12:59:22 +02:00
misc-utils clean up term lib handling 2013-09-30 13:41:07 +02:00
mount-deprecated mount: (deprecated) fix typo tailed->failed 2013-06-07 12:01:30 +02:00
po po: merge changes 2013-09-27 12:28:06 +02:00
schedutils textual: fix several typos and angular brackets in messages 2013-06-07 12:11:14 +02:00
sys-utils lscpu: cleanup DMI code [coverity scan] 2013-10-02 14:07:32 +02:00
term-utils build-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1) 2013-10-04 13:28:37 +02:00
tests testsL fix py<libname> check 2013-10-03 16:20:38 +02:00
text-utils build-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1) 2013-10-04 13:28:37 +02:00
tools tools: generate autotools files if missing 2013-09-10 12:57:31 +02:00
.gitignore nologin: add new command 2013-09-30 13:36:26 +02:00
AUTHORS docs: update AUTHORS file 2013-09-26 12:07:45 +02:00
COPYING docs: corrections to FSF license files, and postal address 2012-02-24 14:13:35 +01:00
ChangeLog build-sys: use AUTOMAKE_OPTIONS = gnu 2011-05-26 15:04:01 +02:00
Makefile.am build-sys: install pylibmount into 2013-08-19 15:24:33 +02:00
NEWS build-sys: one install dir for all pylibmount stuff 2013-09-27 14:23:38 +02:00
README docs: use correct translation project url 2012-01-30 12:32:27 +01:00
README.licensing lib/mbsalign: correct license header from GPLv[23] to LGPLv2+ 2013-03-20 14:03:28 +01:00
autogen.sh build-sys: remove unnecessary environment variable 2013-08-23 10:58:34 +02:00
configure.ac build-sys: use tinfo *or* ncurses for more(1), ul(1) and setterm(1) 2013-10-04 13:28:37 +02:00

README

                                  util-linux

              util-linux is a random collection of Linux utilities

     Note that in years 2006-2010 this project used the name "util-linux-ng".

MAILING LIST:

      E-MAIL: util-linux@vger.kernel.org
      URL:    http://vger.kernel.org/vger-lists.html#util-linux


DOWNLOAD:

      ftp://ftp.kernel.org/pub/linux/utils/util-linux/


SOURCE CODE:

      Web interface:
          http://git.kernel.org/?p=utils/util-linux/util-linux.git
          https://github.com/karelzak/util-linux
      Checkout:
          git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux


NLS (PO TRANSLATIONS):

      PO files are maintained by:
          http://translationproject.org/domain/util-linux.html


VERSION SCHEMA:

      Standard releases:

          <major>.<minor>[.<maint>[.<bugfix>]]

             major = fatal and deep changes
             minor = typical release with new features
             maint = maintenance releases; bug fixes only
             bugfix = unplanned releases for critical/security bugs

      Development releases:

         <major>.<minor>-rc<N>