[arch-commits] Commit in shadow/trunk (PKGBUILD)

Dave Reisner dreisner at nymeria.archlinux.org
Mon Oct 21 14:47:06 UTC 2013


    Date: Monday, October 21, 2013 @ 16:47:05
  Author: dreisner
Revision: 197043

upgpkg: shadow 4.1.5.1-7

- remove nologin (provided by util-linux 2.24)

Modified:
  shadow/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 14:46:44 UTC (rev 197042)
+++ PKGBUILD	2013-10-21 14:47:05 UTC (rev 197043)
@@ -4,7 +4,7 @@
 
 pkgname=shadow
 pkgver=4.1.5.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Password and account management tool suite with support for shadow files and PAM"
 arch=('i686' 'x86_64')
 url='http://pkg-shadow.alioth.debian.org/'
@@ -16,7 +16,7 @@
         etc/pam.d/{chpasswd,newusers,groupadd,groupdel,groupmod}
         etc/pam.d/{chgpasswd,groupmems}
         etc/default/useradd)
-options=('!libtool')
+options=('!libtool' strip debug)
 install='shadow.install'
 source=("http://pkg-shadow.alioth.debian.org/releases/$pkgname-$pkgver.tar.bz2"{,.sig}
         LICENSE
@@ -114,7 +114,7 @@
 
   # Remove utilities provided by util-linux
   rm \
-      "$pkgdir"/usr/bin/{login,su,chsh,chfn,sg} \
+      "$pkgdir"/usr/bin/{login,su,chsh,chfn,sg,nologin} \
       "$pkgdir"/usr/sbin/{vipw,vigr}
 
   # but we keep newgrp, as sg is really an alias to it
@@ -127,6 +127,7 @@
           -name 'su.1'      -o \
           -name 'logoutd.8' -o \
           -name 'login.1'   -o \
+          -name 'nologin.8' -o \
           -name 'vipw.8'    -o \
           -name 'vigr.8'    -o \
           -name 'newgrp.1' ')' \




More information about the arch-commits mailing list