sudo: drop package

This commit is contained in:
Dylan Araps 2021-07-05 16:42:56 +03:00
parent 058f34059a
commit 2be3b1c6f5
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
6 changed files with 0 additions and 48 deletions

View File

@ -1,25 +0,0 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--libexecdir=/usr/lib \
--disable-pam-session \
--disable-root-mailer \
--disable-nls \
--disable-openssl \
--disable-python \
--enable-pie \
--without-pam \
--without-sendmail \
--with-ignore-dot \
--with-insults=disabled \
--with-logfac=auth \
--with-passprompt="[sudo] password for %p: "
make
make \
DESTDIR="$1" \
install_uid="$(id -u)" \
install_gid="$(id -g)" \
install

View File

@ -1 +0,0 @@
391431f454e55121b60c6ded0fcf30ddb80d623d7d16a6d1907cfa6a0b91d8cf

View File

@ -1 +0,0 @@
zlib

View File

@ -1,19 +0,0 @@
#!/bin/sh
cat <<EOF
# Nice sudo options to make running the package manager a
# little easier. These options go in /etc/sudoers.
# Disable per-terminal sudo. The password won't need to
# be re-entered between terminal windows.
Defaults timestamp_type=global
# Reduce password input frequency. How long sudo should
# cache a valid password entry (In minutes, 5 is default).
# (Debian's default is 15: https://wiki.debian.org/sudo)
Defaults timestamp_timeout=10
# Prevent the password prompt from timing out if left
# alone with no input for too long.
Defaults passwd_timeout=0
EOF

View File

@ -1 +0,0 @@
https://www.sudo.ws/dist/sudo-1.9.7p1.tar.gz

View File

@ -1 +0,0 @@
1.9.7p1 1