diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-20 10:09:56 +0800 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-20 10:09:56 +0800 |
commit | bd766646e159e02de4950a90ae9402aae1998a30 (patch) | |
tree | aeb63ad325d26d66899205d5b47138fdb79c2622 /misc | |
parent | cf86e6c3cd09a9877315c71525bbb81db77b4f5a (diff) | |
download | freebsd-ports-gnome-bd766646e159e02de4950a90ae9402aae1998a30.tar.gz freebsd-ports-gnome-bd766646e159e02de4950a90ae9402aae1998a30.tar.zst freebsd-ports-gnome-bd766646e159e02de4950a90ae9402aae1998a30.zip |
Imported gone 1.3, an improved version of lock(1).
PR: 6354
Submitted by: Joe "Marcus" Clarke <marcus@miami.edu>
Diffstat (limited to 'misc')
-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 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 <bsd.port.mk> 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 |