diff options
author | kim <kim@pkgsrc.org> | 1999-07-05 05:14:15 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1999-07-05 05:14:15 +0000 |
commit | 7b3418bb12886bcfbc49acecaa0a5d5e2729b3f1 (patch) | |
tree | 27432de7708f15e143e764fb69479e18ebcc7b00 /sysutils/sux | |
parent | 130008908c12b7bcf7320989f4bb2a1cc959daa4 (diff) | |
download | pkgsrc-7b3418bb12886bcfbc49acecaa0a5d5e2729b3f1.tar.gz |
Little script for becoming root with optional ssh agent verification.
Diffstat (limited to 'sysutils/sux')
-rw-r--r-- | sysutils/sux/Makefile | 17 | ||||
-rw-r--r-- | sysutils/sux/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/sux/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/sux/pkg/DESCR | 2 | ||||
-rw-r--r-- | sysutils/sux/pkg/PLIST | 3 |
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 |