summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Robby Workman2011-03-14 22:07:38 +0100
committer Robby Workman2011-03-14 22:07:38 +0100
commit8a61ed7233bfbc4a2f2ae96dfcb8bc91d3fc4ab5 (patch)
tree6fd14b92951bc2beaebadab370a4775c9ed207bf /misc
parentd707deefda09c0cb1000421118a83e8ff0964dd0 (diff)
downloadslackbuilds-8a61ed7233bfbc4a2f2ae96dfcb8bc91d3fc4ab5.tar.gz
misc/authprogs: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/authprogs/README3
-rw-r--r--misc/authprogs/README.SLACKWARE9
-rw-r--r--misc/authprogs/authprogs.SlackBuild36
-rw-r--r--misc/authprogs/authprogs.info10
-rw-r--r--misc/authprogs/slack-desc19
5 files changed, 0 insertions, 77 deletions
diff --git a/misc/authprogs/README b/misc/authprogs/README
deleted file mode 100644
index 05e8ad0413..0000000000
--- a/misc/authprogs/README
+++ /dev/null
@@ -1,3 +0,0 @@
-Authprogs, software which lets you control which machines can run
-authorized commands via SSH using SSH Identities. See also:
-README.SLACKWARE
diff --git a/misc/authprogs/README.SLACKWARE b/misc/authprogs/README.SLACKWARE
deleted file mode 100644
index add2b5f6cc..0000000000
--- a/misc/authprogs/README.SLACKWARE
+++ /dev/null
@@ -1,9 +0,0 @@
-For an example ~/.ssh/authprogs.conf please see:
-
- head -40 /usr/bin/authprogs
-
-After installation of which you can add command="/usr/bin/authprogs"
-before key declarations in ~/.ssh/authorized_keys2
-
-See also: the src directory upstream or the following article:
-http://www.hackinglinuxexposed.com/articles/20030115.html
diff --git a/misc/authprogs/authprogs.SlackBuild b/misc/authprogs/authprogs.SlackBuild
deleted file mode 100644
index b0587dcdee..0000000000
--- a/misc/authprogs/authprogs.SlackBuild
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for Authprogs
-# Written by Menno Duursma <druiloor@zonnet.nl>
-
-# This program is free software. It comes without any warranty.
-# Granted WTFPL, Version 2, as published by Sam Hocevar. See
-# http://sam.zoy.org/wtfpl/COPYING for more details.
-
-PRGNAM=authprogs
-VERSION=${VERSION:-0.5}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-ARCH=noarch
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-set -e # Exit on most errors
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-
-install -D -m0755 $CWD/authprogs $PKG/usr/bin/authprogs
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-cat $CWD/README.SLACKWARE > $PKG/usr/doc/$PRGNAM-$VERSION/README.SLACKWARE
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/misc/authprogs/authprogs.info b/misc/authprogs/authprogs.info
deleted file mode 100644
index eb01203a48..0000000000
--- a/misc/authprogs/authprogs.info
+++ /dev/null
@@ -1,10 +0,0 @@
-PRGNAM="authprogs"
-VERSION="0.5"
-HOMEPAGE="http://www.hackinglinuxexposed.com/tools/authprogs/src/"
-DOWNLOAD="http://www.hackinglinuxexposed.com/tools/authprogs/src/authprogs"
-MD5SUM="62ad81de63a84f075ff0c83f5992b071"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
-MAINTAINER="Menno Duursma"
-EMAIL="druiloor@zonnet.nl"
-APPROVED="Erik Hanson"
diff --git a/misc/authprogs/slack-desc b/misc/authprogs/slack-desc
deleted file mode 100644
index e10b5ddd32..0000000000
--- a/misc/authprogs/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler-----------------------------------------------------|
-authprogs: Authprogs (A script to control ssh commands)
-authprogs:
-authprogs: authprogs is a script that controls which machines can run
-authprogs: authorized commands via SSH using SSH Identities.
-authprogs:
-authprogs:
-authprogs: authprogs was written by Brian Hatch.
-authprogs:
-authprogs:
-authprogs:
-authprogs: