summaryrefslogtreecommitdiffstats
path: root/sudo
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /sudo
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'sudo')
-rwxr-xr-xsudo/.footprint.i68618
-rwxr-xr-xsudo/.footprint.x86_6418
-rw-r--r--sudo/.md5sum.i6861
-rw-r--r--sudo/.md5sum.x86_641
-rwxr-xr-xsudo/Pkgfile26
5 files changed, 64 insertions, 0 deletions
diff --git a/sudo/.footprint.i686 b/sudo/.footprint.i686
new file mode 100755
index 000000000..896b3609f
--- /dev/null
+++ b/sudo/.footprint.i686
@@ -0,0 +1,18 @@
+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/sudo/.footprint.x86_64 b/sudo/.footprint.x86_64
new file mode 100755
index 000000000..896b3609f
--- /dev/null
+++ b/sudo/.footprint.x86_64
@@ -0,0 +1,18 @@
+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/sudo/.md5sum.i686 b/sudo/.md5sum.i686
new file mode 100644
index 000000000..e470c4f2f
--- /dev/null
+++ b/sudo/.md5sum.i686
@@ -0,0 +1 @@
+c4f1a43e8ba94f6bf06d2211442148c4 sudo-1.7.2p6.tar.gz
diff --git a/sudo/.md5sum.x86_64 b/sudo/.md5sum.x86_64
new file mode 100644
index 000000000..e470c4f2f
--- /dev/null
+++ b/sudo/.md5sum.x86_64
@@ -0,0 +1 @@
+c4f1a43e8ba94f6bf06d2211442148c4 sudo-1.7.2p6.tar.gz
diff --git a/sudo/Pkgfile b/sudo/Pkgfile
new file mode 100755
index 000000000..1b392db01
--- /dev/null
+++ b/sudo/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Permet de donner des droits administrateurs aux utilisateurs normaux
+# URL: http://www.gratisoft.us/sudo/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=sudo
+version=1.7.2p6
+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
+}
+