diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-01 18:46:02 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-01 18:46:02 +0200 |
commit | 550e6e48c6d74e5a4a2a09b6b149408660c3ec27 (patch) | |
tree | bff4bd0b850e1d6e06adaedac1efa134e5f6c634 /base | |
parent | c3c73d8edb90f8ebb0874e93dfea3f3388b50ec8 (diff) | |
download | nutyx-pakxe-550e6e48c6d74e5a4a2a09b6b149408660c3ec27.tar.gz nutyx-pakxe-550e6e48c6d74e5a4a2a09b6b149408660c3ec27.tar.bz2 nutyx-pakxe-550e6e48c6d74e5a4a2a09b6b149408660c3ec27.tar.xz nutyx-pakxe-550e6e48c6d74e5a4a2a09b6b149408660c3ec27.zip |
maj util-linux-ng#2.16-2
Diffstat (limited to 'base')
-rw-r--r-- | base/util-linux-ng/.footprint | 6 | ||||
-rwxr-xr-x | base/util-linux-ng/Pkgfile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/base/util-linux-ng/.footprint b/base/util-linux-ng/.footprint index f9ff71fdc..41f5b29e1 100644 --- a/base/util-linux-ng/.footprint +++ b/base/util-linux-ng/.footprint @@ -18,6 +18,7 @@ drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/ctrlaltdel -rwxr-xr-x root/root sbin/fdisk -rwxr-xr-x root/root sbin/findfs +-rwxr-xr-x root/root sbin/fsck -rwxr-xr-x root/root sbin/fsck.cramfs -rwxr-xr-x root/root sbin/fsck.minix -rwxr-xr-x root/root sbin/hwclock @@ -75,7 +76,6 @@ lrwxrwxrwx root/root usr/bin/linux64 -> setarch -rwxr-xr-x root/root usr/bin/uuidgen -rwxr-xr-x root/root usr/bin/whereis -rwxr-sr-x root/tty usr/bin/write -lrwxrwxrwx root/root usr/bin/x86_64 -> setarch drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/blkid/ -rw-r--r-- root/root usr/include/blkid/blkid.h @@ -100,6 +100,7 @@ drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/readprofile -rwxr-xr-x root/root usr/sbin/rtcwake -rwxr-xr-x root/root usr/sbin/tunelp +-rwxr-xr-x root/root usr/sbin/uuidd drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/getopt/ -rwxr-xr-x root/root usr/share/getopt/getopt-parse.bash @@ -180,6 +181,7 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/fdformat.8.gz -rw-r--r-- root/root usr/share/man/man8/fdisk.8.gz -rw-r--r-- root/root usr/share/man/man8/findfs.8.gz +-rw-r--r-- root/root usr/share/man/man8/fsck.8.gz -rw-r--r-- root/root usr/share/man/man8/fsck.minix.8.gz -rw-r--r-- root/root usr/share/man/man8/hwclock.8.gz -rw-r--r-- root/root usr/share/man/man8/i386.8.gz @@ -203,7 +205,7 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/switch_root.8.gz -rw-r--r-- root/root usr/share/man/man8/tunelp.8.gz -rw-r--r-- root/root usr/share/man/man8/umount.8.gz --rw-r--r-- root/root usr/share/man/man8/x86_64.8.gz +-rw-r--r-- root/root usr/share/man/man8/uuidd.8.gz drwxr-xr-x root/root var/ drwxr-xr-x root/root var/lib/ drwxr-xr-x root/root var/lib/hwclock/ diff --git a/base/util-linux-ng/Pkgfile b/base/util-linux-ng/Pkgfile index fdc45a40e..37284f40b 100755 --- a/base/util-linux-ng/Pkgfile +++ b/base/util-linux-ng/Pkgfile @@ -6,7 +6,7 @@ name=util-linux-ng version=2.16 -release=1 +release=2 source=(http://www.kernel.org/pub/linux/utils/util-linux-ng/v2.16/$name-$version.tar.bz2) build() { @@ -22,8 +22,6 @@ make make DESTDIR=$PKG install rm $PKG/usr/bin/wall rm $PKG/usr/share/man/man1/wall.1 -rm $PKG/{sbin/fsck,usr/sbin/uuidd} -rm $PKG/usr/share/man/man8/{fsck.8,uuidd.8} mkdir -p $PKG/etc if [ -f $PKG/usr/share/info/dir ]; then rm $PKG/usr/share/info/dir |