summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-18 19:26:48 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-18 19:26:48 +0100
commitbe469650d70a015d789de7e9ad5c996bead32dde (patch)
treee694b9d72964ef3f2e5141646678f793211a16f4 /extra
parent198f6d871f90a590c2bbc69e46f1def99a76d7ed (diff)
downloadnutyx-extra-be469650d70a015d789de7e9ad5c996bead32dde.tar.gz
nutyx-extra-be469650d70a015d789de7e9ad5c996bead32dde.tar.bz2
nutyx-extra-be469650d70a015d789de7e9ad5c996bead32dde.tar.xz
nutyx-extra-be469650d70a015d789de7e9ad5c996bead32dde.zip
Maj sudo#1.7.2p2-1
Diffstat (limited to 'extra')
-rwxr-xr-xextra/sudo/.footprint18
-rw-r--r--extra/sudo/.md5sum1
-rwxr-xr-xextra/sudo/Pkgfile27
3 files changed, 0 insertions, 46 deletions
diff --git a/extra/sudo/.footprint b/extra/sudo/.footprint
deleted file mode 100755
index 896b3609f..000000000
--- a/extra/sudo/.footprint
+++ /dev/null
@@ -1,18 +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
----s--x--x root/root usr/bin/sudoedit
-drwxr-xr-x root/root usr/lib/
--rwxr-xr-x root/root usr/lib/sudo_noexec.so
-drwxr-xr-x root/root usr/sbin/
----x--x--x root/root usr/sbin/visudo
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man5/
--r--r--r-- root/root usr/share/man/man5/sudoers.5.gz
-drwxr-xr-x root/root usr/share/man/man8/
--r--r--r-- root/root usr/share/man/man8/sudo.8
--r--r--r-- root/root usr/share/man/man8/sudoedit.8
--r--r--r-- root/root usr/share/man/man8/visudo.8.gz
diff --git a/extra/sudo/.md5sum b/extra/sudo/.md5sum
deleted file mode 100644
index bc8bb13a0..000000000
--- a/extra/sudo/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-9caba8719c3e0f163880a05f02a48249 sudo-1.7.2.tar.gz
diff --git a/extra/sudo/Pkgfile b/extra/sudo/Pkgfile
deleted file mode 100755
index 1667a134d..000000000
--- a/extra/sudo/Pkgfile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Description: Permet de donner des droits administrateurs
-# URL: http://www.gratisoft.us/sudo/
-# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com
-# Depends on: coreutils, vim
-
-name=sudo
-version=1.7.2
-release=1
-source=(ftp://ftp.sudo.ws/pub/sudo/$name-$version.tar.gz)
-
-build() {
-cd $name-$version
- ./configure --prefix=/usr \
- --sbindir=/usr/sbin \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libexecdir=/usr/lib \
- --enable-noargs-shell \
- --without-pam \
- --with-ignore-dot \
- --with-all-insults \
- --enable-shell-sets-home
- make
- make DESTDIR=$PKG install
-}
-