sudo: moved to core

This commit is contained in:
Juergen Daubert 2009-05-15 10:00:36 +02:00
parent 395226f8e7
commit 231f33155c
3 changed files with 0 additions and 42 deletions

View File

@ -1,17 +0,0 @@
drwxr-xr-x root/root etc/
-r--r----- root/root etc/sudoers
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
---s--x--x root/root usr/bin/sudo
lrwxrwxrwx root/root usr/bin/sudoedit -> sudo
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/sudo_noexec.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
-r--r--r-- root/root usr/man/man5/sudoers.5.gz
drwxr-xr-x root/root usr/man/man8/
-r--r--r-- root/root usr/man/man8/sudo.8.gz
lrwxrwxrwx root/root usr/man/man8/sudoedit.8.gz -> sudo.8.gz
-r--r--r-- root/root usr/man/man8/visudo.8.gz
drwxr-xr-x root/root usr/sbin/
---x--x--x root/root usr/sbin/visudo

View File

@ -1 +0,0 @@
af672524b2c854a67612bf4c743f58b8 sudo-1.7.1.tar.gz

View File

@ -1,24 +0,0 @@
# Description: Sudo (superuser do)
# URL: http://www.sudo.ws/sudo/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Packager: Todd Miller, todd dot miller at courtesan dot com
name=sudo
version=1.7.1
release=1
source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--mandir=/usr/man \
--without-pam
make
make DESTDIR=$PKG install
ln -sf sudo $PKG/usr/bin/sudoedit
ln -sf sudo.8.gz $PKG/usr/man/man8/sudoedit.8
}