summaryrefslogtreecommitdiff
path: root/misc/gone
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-03-12 11:46:36 +0000
committerzuntum <zuntum@pkgsrc.org>2001-03-12 11:46:36 +0000
commit647a26761ad2d83df4c6c960e9e55de2b41713d8 (patch)
treece1c555fe1b05a4e5800fe5f82bc14d6c5d2f034 /misc/gone
parent36354f7271df1e331b494371af0be6ff0eb24c31 (diff)
downloadpkgsrc-647a26761ad2d83df4c6c960e9e55de2b41713d8.tar.gz
Initial import of gone.
Gone is a utility that locks a terminal with a password chosen by the user. Gone will prompt the user for a password (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.
Diffstat (limited to 'misc/gone')
-rw-r--r--misc/gone/files/md54
-rw-r--r--misc/gone/pkg/DESCR7
2 files changed, 5 insertions, 6 deletions
diff --git a/misc/gone/files/md5 b/misc/gone/files/md5
index 5dd50eedbd9..6698a0c4dfa 100644
--- a/misc/gone/files/md5
+++ b/misc/gone/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2001/01/26 18:06:37 hubertf Exp $
+$NetBSD: md5,v 1.1.1.2 2001/03/12 11:46:36 zuntum Exp $
-MD5 (gone-1.3.1.tar.gz) = 5f2676d0a8999b7916e82ffc37286db0
+SHA1 (gone-1.3.1.tar.gz) = 65c1e90e5026f6eb6f523cde77e2a8db4f7d818b
diff --git a/misc/gone/pkg/DESCR b/misc/gone/pkg/DESCR
index f08644c4d75..e6b8428fb7b 100644
--- a/misc/gone/pkg/DESCR
+++ b/misc/gone/pkg/DESCR
@@ -1,9 +1,8 @@
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
+chosen by the user. Gone will prompt the user for a password
+(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.
+(10 minutes by default), gone will automatically log the user out.