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

Dave Reisner dreisner at archlinux.org
Mon Jul 24 16:51:28 UTC 2017


    Date: Monday, July 24, 2017 @ 16:51:27
  Author: dreisner
Revision: 301206

upgpkg: shadow 4.5-2

drop lastlog tmpfiles fragment (FS#54916)

Modified:
  shadow/trunk/PKGBUILD
Deleted:
  shadow/trunk/lastlog.tmpfiles

------------------+
 PKGBUILD         |   11 +++--------
 lastlog.tmpfiles |    1 -
 2 files changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-24 16:27:34 UTC (rev 301205)
+++ PKGBUILD	2017-07-24 16:51:27 UTC (rev 301206)
@@ -4,7 +4,7 @@
 
 pkgname=shadow
 pkgver=4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Password and account management tool suite with support for shadow files and PAM"
 arch=('i686' 'x86_64')
 url='https://github.com/shadow-maint/shadow'
@@ -31,8 +31,7 @@
         shadow.{timer,service}
         useradd.defaults
         xstrdup.patch
-        shadow-strncpy-usage.patch
-        lastlog.tmpfiles)
+        shadow-strncpy-usage.patch)
 sha1sums=('SKIP'
           '33a6cf1e44a1410e5c9726c89e5de68b78f5f922'
           '4ad0e059406a305c8640ed30d93c2a1f62c2f4ad'
@@ -45,8 +44,7 @@
           '7372dfd8a3030bee4ec39c79bad4f9b9c6f8687a'
           '9ae93de5987dd0ae428f0cc1a5a5a5cd53583f19'
           '6010fffeed1fc6673ad9875492e1193b1a847b53'
-          '21e12966a6befb25ec123b403cd9b5c492fe5b16'
-          'f57ecde3f72b4738fad75c097d19cf46a412350f')
+          '21e12966a6befb25ec123b403cd9b5c492fe5b16')
 
 pkgver() {
   cd "$pkgname"
@@ -119,9 +117,6 @@
     install -Dm644 "$srcdir/defaults.pam" "$pkgdir/etc/pam.d/$file"
   done
 
-  # lastlog log file creation
-  install -Dm644 "$srcdir/lastlog.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/lastlog.conf"
-
   # Remove evil/broken tools
   rm "$pkgdir"/usr/sbin/logoutd
 

Deleted: lastlog.tmpfiles
===================================================================
--- lastlog.tmpfiles	2017-07-24 16:27:34 UTC (rev 301205)
+++ lastlog.tmpfiles	2017-07-24 16:51:27 UTC (rev 301206)
@@ -1 +0,0 @@
-f /var/log/lastlog 0644 root root



More information about the arch-commits mailing list