summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2009-05-15 10:00:36 +0200
committerJuergen Daubert <jue@jue.li>2009-05-15 10:00:36 +0200
commit231f33155c72f2e32fbf0b471ae45580f882ef93 (patch)
treef01de292af072917f1b1810edac75d674a8aac6d
parent395226f8e7aa78bf962bd595f98f7f0e3a8e6339 (diff)
downloadopt-231f33155c72f2e32fbf0b471ae45580f882ef93.tar.gz
opt-231f33155c72f2e32fbf0b471ae45580f882ef93.tar.xz
sudo: moved to core
-rw-r--r--sudo/.footprint17
-rw-r--r--sudo/.md5sum1
-rw-r--r--sudo/Pkgfile24
3 files changed, 0 insertions, 42 deletions
diff --git a/sudo/.footprint b/sudo/.footprint
deleted file mode 100644
index 8378bd2e2..000000000
--- a/sudo/.footprint
+++ /dev/null
@@ -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
diff --git a/sudo/.md5sum b/sudo/.md5sum
deleted file mode 100644
index 378373184..000000000
--- a/sudo/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-af672524b2c854a67612bf4c743f58b8 sudo-1.7.1.tar.gz
diff --git a/sudo/Pkgfile b/sudo/Pkgfile
deleted file mode 100644
index 11abda508..000000000
--- a/sudo/Pkgfile
+++ /dev/null
@@ -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
-}

Generated by cgit