[arch-commits] CVS update of core/support/sudo (PKGBUILD)

Paul Mattal paul at archlinux.org
Wed Dec 5 12:41:13 UTC 2007


    Date: Wednesday, December 5, 2007 @ 07:41:13
  Author: paul
    Path: /home/cvs-core/core/support/sudo

Modified: PKGBUILD (1.32 -> 1.33)

reverted license change
added comment to explain it


----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: core/support/sudo/PKGBUILD
diff -u core/support/sudo/PKGBUILD:1.32 core/support/sudo/PKGBUILD:1.33
--- core/support/sudo/PKGBUILD:1.32	Tue Dec  4 23:09:02 2007
+++ core/support/sudo/PKGBUILD	Wed Dec  5 07:41:12 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.32 2007/12/05 04:09:02 eric Exp $
+# $Id: PKGBUILD,v 1.33 2007/12/05 12:41:12 paul Exp $
 # Maintainer: Paul Mattal <paul at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=sudo
@@ -7,7 +7,8 @@
 pkgdesc="Give certain users the ability to run some commands as root"
 arch=(i686 x86_64)
 url="http://www.sudo.ws/sudo/"
-license=('custom:ISC')
+# 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)




More information about the arch-commits mailing list