~ubuntu-branches/ubuntu/precise/util-linux/precise-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-06-20 22:31:50 UTC
  • mfrom: (1.6.3 upstream) (4.5.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110620223150-lz8wrv0946ihcz3z
Tags: 2.19.1-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build for multiarch.
  - Add pre-depends on multiarch-support.
  - configure.ac: don't try to be clever about extracting a path name from
    $libdir to append to /usr in a way that's not overridable; instead,
    reuse the built-in configurable libexecdir.
  - Fix up the .pc.in files to know about libexecdir, so our substitutions
    don't leave us with unusable pkg-config files.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - Mention mountall(8) in fstab(5) manpages, along with its special
    options.
  - Since upstart is required in Ubuntu, the hwclock.sh init script is not
    called on startup and the hwclockfirst.sh init script is removed.
  - Drop depends on initscripts for the above.
  - Replace hwclock udev rule with an Upstart job.
  - For the case where mount is called with a directory to mount, look
    that directory up in mountall's /lib/init/fstab if we couldn't find
    it mentioned anywhere else.  This means "mount /proc", "mount /sys",
    etc. work.
  - mount.8 points to the cifs-utils package, not the obsolete smbfs one. 
* Dropped changes:
  - mount.preinst: lsb_release has been fixed in lucid and above to be
    usable without configuration, so we don't have to diverge from Debian
    here anymore.
* Changes merged upstream:
  - sfdisk support for '+' with '-N'
  - mount/umount.c: fix a segfault on umount with empty mtab entry
  - Fix arbitrary unmount with fuse security issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
                          util-linux-ng
3
 
           (fork of util-linux, based on version 2.13-pre7)
4
 
 
5
 
         util-linux is a random collection of Linux utilities
 
2
                                  util-linux
 
3
 
 
4
              util-linux is a random collection of Linux utilities
 
5
 
 
6
     Note that in years 2006-2010 this project used the name "util-linux-ng".
6
7
 
7
8
WEB PAGE:
8
9
 
9
 
     http://kernel.org/~kzak/util-linux-ng/
 
10
     http://kernel.org/~kzak/util-linux/
10
11
 
11
12
 
12
13
MAILING LIST:
13
14
 
14
 
      E-MAIL: util-linux-ng@vger.kernel.org
15
 
      URL:    http://vger.kernel.org/vger-lists.html#util-linux-ng
 
15
      E-MAIL: util-linux@vger.kernel.org
 
16
      URL:    http://vger.kernel.org/vger-lists.html#util-linux
16
17
 
17
18
 
18
19
DOWNLOAD:
19
20
 
20
 
      ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/
 
21
      ftp://ftp.kernel.org/pub/linux/utils/util-linux/
21
22
 
22
23
 
23
24
SOURCE CODE:
24
25
 
25
26
      Web interface:
26
 
          http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git
 
27
          http://git.kernel.org/?p=utils/util-linux/util-linux.git
27
28
      Checkout:
28
 
          git clone git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git util-linux-ng
 
29
          git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux
29
30
 
30
31
NLS (PO TRANSLATIONS):
31
32
 
34
35
 
35
36
NEUTRALITY:
36
37
 
37
 
      The stuff in util-linux-ng should be rather distribution-neutral.
 
38
      The stuff in util-linux should be rather distribution-neutral.
38
39
      No RPMs/DEBs/... are provided - get yours from your distributor.
39
40
 
40
41
 
45
46
          <major>.<minor>[.<maint>[.<bugfix>]]
46
47
 
47
48
             major = fatal and deep changes
48
 
             minor = typical release with new fetures
 
49
             minor = typical release with new features
49
50
             maint = maintenance releases; bug fixes only
50
51
             bugfix = unplanned releases for critical/security bugs
51
52
 
52
53
      Development releases:
53
54
 
54
 
         <major>.<minor><suffix>
55
 
 
56
 
             suffix = "devel" or "-rc<N>"
 
55
         <major>.<minor>-rc<N>
57
56
 
58
57
 
59
58
COMPILATION: