diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/sudo | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/sudo')
-rw-r--r-- | abs/core-testing/sudo/PKGBUILD | 29 | ||||
-rw-r--r-- | abs/core-testing/sudo/sudo.pam | 3 |
2 files changed, 0 insertions, 32 deletions
diff --git a/abs/core-testing/sudo/PKGBUILD b/abs/core-testing/sudo/PKGBUILD deleted file mode 100644 index 7226f0c..0000000 --- a/abs/core-testing/sudo/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -pkgname=sudo -pkgver=1.7.3 -pkgrel=1 -pkgdesc="Give certain users the ability to run some commands as root" -arch=(i686 x86_64) -url="http://www.sudo.ws/sudo/" -# 2 separate licenses apply, custom and ISC, each covering part of the software -license=('custom' 'ISC') -depends=('glibc' 'pam') -backup=('etc/sudoers' 'etc/pam.d/sudo') -source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz sudo.pam ) -options=('!libtool' '!makeflags') - -build() { - cd $startdir/src/$pkgname-$pkgver || return 1 - - ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \ - --with-env-editor --with-all-insults --with-logfac=auth || return 1 - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 - install -D -m644 $startdir/src/sudo.pam $startdir/pkg/etc/pam.d/sudo \ - || return 1 - - #install the license - install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/sudo/LICENSE \ - || return 1 -} -md5sums=('c22115b47cb2591bceedb914b673f031' - '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') diff --git a/abs/core-testing/sudo/sudo.pam b/abs/core-testing/sudo/sudo.pam deleted file mode 100644 index 4e586cd..0000000 --- a/abs/core-testing/sudo/sudo.pam +++ /dev/null @@ -1,3 +0,0 @@ -#%PAM-1.0 -auth required pam_unix.so -auth required pam_nologin.so |