[arch-commits] Commit in at/repos/community-x86_64 (PKGBUILD PKGBUILD pam.conf)

Christian Hesse eworm at archlinux.org
Wed Feb 20 17:38:28 UTC 2019


    Date: Wednesday, February 20, 2019 @ 17:38:27
  Author: eworm
Revision: 434773

archrelease: copy trunk to community-x86_64

Added:
  at/repos/community-x86_64/PKGBUILD
    (from rev 434772, at/trunk/PKGBUILD)
  at/repos/community-x86_64/pam.conf
    (from rev 434772, at/trunk/pam.conf)
Deleted:
  at/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++++-----------------------------
 pam.conf |   11 +++++++
 2 files changed, 56 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-20 17:38:23 UTC (rev 434772)
+++ PKGBUILD	2019-02-20 17:38:27 UTC (rev 434773)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Nathan Baum <n at p12a.org.uk>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-# Contributor: Todd Musall <tmusall at comcast.net>
-
-pkgname=at
-pkgver=3.1.23
-pkgrel=1
-pkgdesc='AT and batch delayed command scheduling utility and daemon'
-arch=('x86_64')
-url='http://blog.calhariz.com/tag/at'
-license=('GPL')
-depends=('pam' 'flex')
-makedepends=('smtp-forwarder' 'git')
-backup=('etc/at.deny' 'var/spool/atd/.SEQ')
-options=('!makeflags')
-validpgpkeys=('464BC7CD439FEE5E8B4098A0348A778D6885EF8F') # Jose M Calhariz (Técnico) <jose.calhariz at tecnico.ulisboa.pt>
-source=("http://blog.calhariz.com/public/sft/$pkgname/${pkgname}_${pkgver}.orig.tar.gz"{,.asc})
-sha256sums=('97450aa954aaa8a70218cc8e61a33df9fee9f86527e9f861de302fb7a3c81710'
-            'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --with-jobdir=/var/spool/atd \
-    --with-atspool=/var/spool/atd \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  CFLAGS="$CFLAGS -w" make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at/repos/community-x86_64/PKGBUILD (from rev 434772, at/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-20 17:38:27 UTC (rev 434773)
@@ -0,0 +1,45 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Nathan Baum <n at p12a.org.uk>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Todd Musall <tmusall at comcast.net>
+
+pkgname=at
+pkgver=3.1.23
+pkgrel=2
+pkgdesc='AT and batch delayed command scheduling utility and daemon'
+arch=('x86_64')
+url='http://blog.calhariz.com/tag/at'
+license=('GPL')
+depends=('pam' 'flex')
+makedepends=('smtp-forwarder' 'git')
+backup=('etc/at.deny'
+        'etc/pam.d/atd'
+        'var/spool/atd/.SEQ')
+options=('!makeflags')
+validpgpkeys=('464BC7CD439FEE5E8B4098A0348A778D6885EF8F') # Jose M Calhariz (Técnico) <jose.calhariz at tecnico.ulisboa.pt>
+source=("http://blog.calhariz.com/public/sft/$pkgname/${pkgname}_${pkgver}.orig.tar.gz"{,.asc}
+        'pam.conf')
+sha256sums=('97450aa954aaa8a70218cc8e61a33df9fee9f86527e9f861de302fb7a3c81710'
+            'SKIP'
+            '8942154ed4d9ce9789064bacab934409ae5fcd5d93babb061792c67e09c0b96e')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --with-jobdir=/var/spool/atd \
+    --with-atspool=/var/spool/atd \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  CFLAGS="$CFLAGS -w" make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
+
+  install -D -m0644 pam.conf "$pkgdir"/etc/pam.d/atd
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at/repos/community-x86_64/pam.conf (from rev 434772, at/trunk/pam.conf)
===================================================================
--- pam.conf	                        (rev 0)
+++ pam.conf	2019-02-20 17:38:27 UTC (rev 434773)
@@ -0,0 +1,11 @@
+#%PAM-1.0
+
+auth		required	pam_unix.so
+
+account		required	pam_access.so
+account		required	pam_unix.so
+account		required	pam_time.so
+
+session		required	pam_loginuid.so
+session		required	pam_limits.so
+session		required	pam_unix.so



More information about the arch-commits mailing list