summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-01-26 18:06:37 +0000
committerhubertf <hubertf>2001-01-26 18:06:37 +0000
commit25b4a3a728c8fdb9ecc2b8b16dd579cdb5dd9ab9 (patch)
treeaef72f9edfd8a82f8bb473ad1f7dd8beb2be995b /misc
parentcece22495257dfe2290053d3c7ab014430c95447 (diff)
downloadpkgsrc-25b4a3a728c8fdb9ecc2b8b16dd579cdb5dd9ab9.tar.gz
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 <zuntum@eik.pl> in PR 11980
Diffstat (limited to 'misc')
-rw-r--r--misc/gone/Makefile14
-rw-r--r--misc/gone/files/md53
-rw-r--r--misc/gone/pkg/COMMENT1
-rw-r--r--misc/gone/pkg/DESCR9
-rw-r--r--misc/gone/pkg/PLIST3
5 files changed, 30 insertions, 0 deletions
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