diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
| commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
| tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/shadow | |
| parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
| download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz | |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/shadow')
| -rw-r--r-- | testing/shadow/APKBUILD | 58 | ||||
| -rw-r--r-- | testing/shadow/login.pamd | 6 | ||||
| -rw-r--r-- | testing/shadow/shadow.post-deinstall | 4 | ||||
| -rw-r--r-- | testing/shadow/shadow.post-upgrade | 4 |
4 files changed, 0 insertions, 72 deletions
diff --git a/testing/shadow/APKBUILD b/testing/shadow/APKBUILD deleted file mode 100644 index 624d607028..0000000000 --- a/testing/shadow/APKBUILD +++ /dev/null @@ -1,58 +0,0 @@ -# Contributor: William Pitcock <nenolod@dereferenced.org> -# Maintainer: -pkgname=shadow -pkgver=4.1.4.3 -pkgrel=4 -pkgdesc="PAM-using login and passwd utilities" -url="http://pkg-shadow.alioth.debian.org/" -arch="all" -license="GPL" -depends= -depends_dev="linux-pam-dev" -makedepends="$depends_dev" -install="$pkgname.post-upgrade $pkgname.post-deinstall" -subpackages="$pkgname-doc" -source="http://pkg-shadow.alioth.debian.org/releases/shadow-$pkgver.tar.bz2 - login.pamd" - -_builddir="$srcdir"/shadow-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --localstatedir=/var \ - --without-nscd \ - --disable-nls \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - - # do not install these pam.d files they are broken and outdated - rm "$pkgdir"/etc/pam.d/* - - # however, install our own for login - cp "$srcdir"/login.pamd "$pkgdir"/etc/pam.d/login - - # /etc/login.defs is not very useful - replace it with a blank file - rm "$pkgdir"/etc/login.defs - touch "$pkgdir"/etc/login.defs -} - -md5sums="b8608d8294ac88974f27b20f991c0e79 shadow-4.1.4.3.tar.bz2 -72dfc077a61ab7163e312640cc98bba8 login.pamd" diff --git a/testing/shadow/login.pamd b/testing/shadow/login.pamd deleted file mode 100644 index ad45558094..0000000000 --- a/testing/shadow/login.pamd +++ /dev/null @@ -1,6 +0,0 @@ -# /bin/login opens an interactive session. - -auth include base-auth -account include base-account -password include base-password -session include base-session diff --git a/testing/shadow/shadow.post-deinstall b/testing/shadow/shadow.post-deinstall deleted file mode 100644 index dd117e5d80..0000000000 --- a/testing/shadow/shadow.post-deinstall +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -busybox --install -s - diff --git a/testing/shadow/shadow.post-upgrade b/testing/shadow/shadow.post-upgrade deleted file mode 100644 index dd117e5d80..0000000000 --- a/testing/shadow/shadow.post-upgrade +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -busybox --install -s - |
