CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
util-linux: aligned with upstream and fixed typo disabling sulogin
authorVictor Martinez <pitillo@ono.com>
Sat, 14 Sep 2013 12:52:31 +0000 (12:52 +0000)
committerVictor Martinez <pitillo@ono.com>
Sat, 14 Sep 2013 12:52:31 +0000 (12:52 +0000)
util-linux/.footprint
util-linux/Pkgfile

index 1177cb310d9e6f98ca3efb54045ad609df2f67de..829ee62c668da2d3e1ec9dfd23b6bd1e0c28a65f 100644 (file)
@@ -38,7 +38,6 @@ drwxr-xr-x    root/root       sbin/
 -rwxr-xr-x     root/root       sbin/pivot_root
 -rwxr-xr-x     root/root       sbin/raw
 -rwxr-xr-x     root/root       sbin/sfdisk
--rwxr-xr-x     root/root       sbin/sulogin
 -rwxr-xr-x     root/root       sbin/swaplabel
 -rwxr-xr-x     root/root       sbin/swapoff
 -rwxr-xr-x     root/root       sbin/swapon
@@ -87,7 +86,6 @@ lrwxrwxrwx    root/root       usr/bin/linux64 -> setarch
 -rwxr-xr-x     root/root       usr/bin/unshare
 -rwxr-xr-x     root/root       usr/bin/utmpdump
 -rwxr-xr-x     root/root       usr/bin/uuidgen
--rwxr-sr-x     root/tty        usr/bin/wall
 -rwxr-xr-x     root/root       usr/bin/whereis
 -rwxr-sr-x     root/tty        usr/bin/write
 drwxr-xr-x     root/root       usr/include/
@@ -152,7 +150,6 @@ drwxr-xr-x  root/root       usr/man/man1/
 -rw-r--r--     root/root       usr/man/man1/unshare.1.gz
 -rw-r--r--     root/root       usr/man/man1/utmpdump.1.gz
 -rw-r--r--     root/root       usr/man/man1/uuidgen.1.gz
--rw-r--r--     root/root       usr/man/man1/wall.1.gz
 -rw-r--r--     root/root       usr/man/man1/whereis.1.gz
 -rw-r--r--     root/root       usr/man/man1/write.1.gz
 drwxr-xr-x     root/root       usr/man/man3/
@@ -207,7 +204,6 @@ drwxr-xr-x  root/root       usr/man/man8/
 -rw-r--r--     root/root       usr/man/man8/rtcwake.8.gz
 -rw-r--r--     root/root       usr/man/man8/setarch.8.gz
 -rw-r--r--     root/root       usr/man/man8/sfdisk.8.gz
--rw-r--r--     root/root       usr/man/man8/sulogin.8.gz
 -rw-r--r--     root/root       usr/man/man8/swaplabel.8.gz
 -rw-r--r--     root/root       usr/man/man8/swapoff.8.gz
 -rw-r--r--     root/root       usr/man/man8/swapon.8.gz
index 8290280746ddc2fba76dd52f048eeadded86f7fc..443478404f77f1049178ea582bb9e5da1e98cc07 100644 (file)
@@ -15,7 +15,8 @@ build() {
               --host=$CTARGET \
               --prefix=/usr \
               --mandir=/usr/man \
-              --disable-{login,su,su} \
+              --disable-{nls,wall} \
+              --disable-{login,su,sulogin} \
               --enable-{write,raw,kill}
 
   make