summaryrefslogtreecommitdiff
path: root/sysutils/sux
diff options
context:
space:
mode:
authorkim <kim>1999-07-05 05:14:15 +0000
committerkim <kim>1999-07-05 05:14:15 +0000
commitef25aa9909e2ee581976583da7b7db10a84887d8 (patch)
tree27432de7708f15e143e764fb69479e18ebcc7b00 /sysutils/sux
parentcae679a8187178612f4292a979a4a911be2c1851 (diff)
downloadpkgsrc-ef25aa9909e2ee581976583da7b7db10a84887d8.tar.gz
Little script for becoming root with optional ssh agent verification.
Diffstat (limited to 'sysutils/sux')
-rw-r--r--sysutils/sux/Makefile17
-rw-r--r--sysutils/sux/files/md53
-rw-r--r--sysutils/sux/pkg/COMMENT1
-rw-r--r--sysutils/sux/pkg/DESCR2
-rw-r--r--sysutils/sux/pkg/PLIST3
5 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/sux/Makefile b/sysutils/sux/Makefile
new file mode 100644
index 00000000000..d6911984324
--- /dev/null
+++ b/sysutils/sux/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/05 05:14:15 kim Exp $
+#
+
+DISTNAME= sux-1.0
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
+
+MAINTAINER= kim@tac.nyc.ny.us
+
+DEPENDS+= osname-*:../../sysutils/osname
+DEPENDS+= sshsh-*:../../sysutils/sshsh
+
+NO_CONFIGURE= yes
+ALL_TARGET= all PREFIX=${PREFIX}
+INSTALL_TARGET= install PREFIX=${PREFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/sux/files/md5 b/sysutils/sux/files/md5
new file mode 100644
index 00000000000..123cc9ddf3e
--- /dev/null
+++ b/sysutils/sux/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/07/05 05:14:16 kim Exp $
+
+MD5 (sux-1.0.tar.gz) = e2ac1373229a2a890db44718b8cd1f66
diff --git a/sysutils/sux/pkg/COMMENT b/sysutils/sux/pkg/COMMENT
new file mode 100644
index 00000000000..a92b82304cc
--- /dev/null
+++ b/sysutils/sux/pkg/COMMENT
@@ -0,0 +1 @@
+set user id, preserving shell and environment, checking ssh agent
diff --git a/sysutils/sux/pkg/DESCR b/sysutils/sux/pkg/DESCR
new file mode 100644
index 00000000000..47995efa45f
--- /dev/null
+++ b/sysutils/sux/pkg/DESCR
@@ -0,0 +1,2 @@
+Sux tries to behave exactly like "su -m" and optionally
+calls sshsh to check for a working ssh agent connection.
diff --git a/sysutils/sux/pkg/PLIST b/sysutils/sux/pkg/PLIST
new file mode 100644
index 00000000000..bbc30360c1d
--- /dev/null
+++ b/sysutils/sux/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/05 05:14:16 kim Exp $
+bin/sux
+man/man1/sux.1