From fa84cd089db35518cda5a1838fb0aca87953e05c Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 26 Jan 2001 18:06:37 +0000 Subject: Add gone-1.3.1: Terminal locking utility with many improvements over lock(1) Gone is a utility that locks a terminal with a password chosen by the user. Gone will prompt the user for a pass- word (unless the -p option is given, then gone will use the system password), then print the gone banner, then drop into the gone shell. From this shell, only a restricted set of commands can be run. Gone will also disallow messages by removing permissions on the parent tty. After the timeout period (10 minutes by default), gone will automatically log the user out. Submitted by Tomasz Luchowski in PR 11980 --- misc/gone/Makefile | 14 ++++++++++++++ misc/gone/files/md5 | 3 +++ misc/gone/pkg/COMMENT | 1 + misc/gone/pkg/DESCR | 9 +++++++++ misc/gone/pkg/PLIST | 3 +++ 5 files changed, 30 insertions(+) create mode 100644 misc/gone/Makefile create mode 100644 misc/gone/files/md5 create mode 100644 misc/gone/pkg/COMMENT create mode 100644 misc/gone/pkg/DESCR create mode 100644 misc/gone/pkg/PLIST (limited to 'misc/gone') diff --git a/misc/gone/Makefile b/misc/gone/Makefile new file mode 100644 index 00000000000..f5ff4bad4ae --- /dev/null +++ b/misc/gone/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/26 18:06:37 hubertf Exp $ +# FreeBSD Id: ports/misc/gone/Makefile,v 1.8 2001/01/16 17:31:40 sobomax Exp + +DISTNAME= gone-1.3.1 +CATEGORIES= misc +MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/ + +MAINTAINER= zuntum@eik.pl +HOMEPAGE= http://jaguar.ir.miami.edu/~marcus/ + +GNU_CONFIGURE= yes +CONFIGURE_ENV= with_setuid=no + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/gone/files/md5 b/misc/gone/files/md5 new file mode 100644 index 00000000000..5dd50eedbd9 --- /dev/null +++ b/misc/gone/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/01/26 18:06:37 hubertf Exp $ + +MD5 (gone-1.3.1.tar.gz) = 5f2676d0a8999b7916e82ffc37286db0 diff --git a/misc/gone/pkg/COMMENT b/misc/gone/pkg/COMMENT new file mode 100644 index 00000000000..65f7ce78550 --- /dev/null +++ b/misc/gone/pkg/COMMENT @@ -0,0 +1 @@ +Terminal locking utility with many improvements over lock(1) diff --git a/misc/gone/pkg/DESCR b/misc/gone/pkg/DESCR new file mode 100644 index 00000000000..f08644c4d75 --- /dev/null +++ b/misc/gone/pkg/DESCR @@ -0,0 +1,9 @@ +Gone is a utility that locks a terminal with a password +chosen by the user. Gone will prompt the user for a pass- +word (unless the -p option is given, then gone will use the system +password), then print the gone banner, then drop into the gone +shell. From this shell, only a restricted set of commands +can be run. Gone will also disallow messages by removing +permissions on the parent tty. After the timeout period +(10 minutes by default), gone will automatically log the +user out. diff --git a/misc/gone/pkg/PLIST b/misc/gone/pkg/PLIST new file mode 100644 index 00000000000..32a271de1d6 --- /dev/null +++ b/misc/gone/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/26 18:06:37 hubertf Exp $ +bin/gone +man/man1/gone.1 -- cgit v1.2.3