diff options
author | mph <mph@FreeBSD.org> | 1998-04-20 02:09:56 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-04-20 02:09:56 +0000 |
commit | a995385a66d899b74a6d38e8617c5d8e85b5adb0 (patch) | |
tree | addb27ca77231ecacde222caa20a869b2d6ea2a3 /misc/gone | |
parent | 205ce9b3ca7b9b35ec686108e64c513871d3d739 (diff) | |
download | FreeBSD-ports-a995385a66d899b74a6d38e8617c5d8e85b5adb0.zip FreeBSD-ports-a995385a66d899b74a6d38e8617c5d8e85b5adb0.tar.gz |
Imported gone 1.3, an improved version of lock(1).
PR: 6354
Submitted by: Joe "Marcus" Clarke <marcus@miami.edu>
Diffstat (limited to 'misc/gone')
-rw-r--r-- | misc/gone/Makefile | 19 | ||||
-rw-r--r-- | misc/gone/distinfo | 1 | ||||
-rw-r--r-- | misc/gone/pkg-comment | 1 | ||||
-rw-r--r-- | misc/gone/pkg-descr | 12 | ||||
-rw-r--r-- | misc/gone/pkg-plist | 2 |
5 files changed, 35 insertions, 0 deletions
diff --git a/misc/gone/Makefile b/misc/gone/Makefile new file mode 100644 index 0000000..9bc3211 --- /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 <bsd.port.mk> diff --git a/misc/gone/distinfo b/misc/gone/distinfo new file mode 100644 index 0000000..e2cf528 --- /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 0000000..30bf142 --- /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 0000000..ea05b2f --- /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 0000000..be2ef52 --- /dev/null +++ b/misc/gone/pkg-plist @@ -0,0 +1,2 @@ +bin/gone +man/man1/gone.1.gz |