From bd766646e159e02de4950a90ae9402aae1998a30 Mon Sep 17 00:00:00 2001 From: Matthew Hunt Date: Mon, 20 Apr 1998 02:09:56 +0000 Subject: Imported gone 1.3, an improved version of lock(1). PR: 6354 Submitted by: Joe "Marcus" Clarke --- misc/gone/Makefile | 19 +++++++++++++++++++ misc/gone/distinfo | 1 + misc/gone/pkg-comment | 1 + misc/gone/pkg-descr | 12 ++++++++++++ misc/gone/pkg-plist | 2 ++ 5 files changed, 35 insertions(+) create mode 100644 misc/gone/Makefile create mode 100644 misc/gone/distinfo 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 000000000000..9bc32111dc7f --- /dev/null +++ b/misc/gone/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: gone +# Version required: 1.3 +# Date created: 19 April 1998 +# Whom: marcus +# +# $Id$ +# + +DISTNAME= gone-1.3 +CATEGORIES= misc +MASTER_SITES= http://jaguar.ir.miami.edu/~marcus/ + +MAINTAINER= marcus@miami.edu + +GNU_CONFIGURE= yes + +MAN1= gone.1 + +.include diff --git a/misc/gone/distinfo b/misc/gone/distinfo new file mode 100644 index 000000000000..e2cf52825290 --- /dev/null +++ b/misc/gone/distinfo @@ -0,0 +1 @@ +MD5 (gone-1.3.tar.gz) = a91409e17a5947db73d815a684219d2c diff --git a/misc/gone/pkg-comment b/misc/gone/pkg-comment new file mode 100644 index 000000000000..30bf142ea3df --- /dev/null +++ b/misc/gone/pkg-comment @@ -0,0 +1 @@ +A 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 000000000000..ea05b2f19615 --- /dev/null +++ b/misc/gone/pkg-descr @@ -0,0 +1,12 @@ +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. + +-Joe +marcus@miami.edu diff --git a/misc/gone/pkg-plist b/misc/gone/pkg-plist new file mode 100644 index 000000000000..be2ef5249875 --- /dev/null +++ b/misc/gone/pkg-plist @@ -0,0 +1,2 @@ +bin/gone +man/man1/gone.1.gz -- cgit v1.2.3