From 8a61ed7233bfbc4a2f2ae96dfcb8bc91d3fc4ab5 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Mon, 14 Mar 2011 16:07:38 -0500 Subject: misc/authprogs: Removed (unmaintained) Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html Signed-off-by: Heinz Wiesinger Signed-off-by: Robby Workman --- misc/authprogs/README | 3 --- misc/authprogs/README.SLACKWARE | 9 --------- misc/authprogs/authprogs.SlackBuild | 36 ------------------------------------ misc/authprogs/authprogs.info | 10 ---------- misc/authprogs/slack-desc | 19 ------------------- 5 files changed, 77 deletions(-) delete mode 100644 misc/authprogs/README delete mode 100644 misc/authprogs/README.SLACKWARE delete mode 100644 misc/authprogs/authprogs.SlackBuild delete mode 100644 misc/authprogs/authprogs.info delete mode 100644 misc/authprogs/slack-desc (limited to 'misc') 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 - -# 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: -- cgit v1.2.3