summaryrefslogtreecommitdiff
path: root/misc/gone
AgeCommit message (Collapse)AuthorFilesLines
2010-02-26Reset maintainer for developers who gave back their commit bit.wiz1-2/+2
2009-02-16DESTDIR support.joerg3-2/+23
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-10Depend on the existence of errno.h and its errno.joerg2-1/+14
2005-02-24Add RMD160 digestsagc1-1/+2
2003-10-13Update to 1.3.5:wiz2-6/+6
1.3.5: * Added a -x option to disable extended system commands * Added a -b option to supress printing the banner
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-07-10Update gone to 1.3.4zuntum2-5/+5
Changes: * Added (or rather tested) Mac OS X support * Changed my email address in the manpage
2001-06-08Update gone to version 1.3.2bzuntum2-5/+5
Changes: 1.3.2a: * Fixed the signaling handling routine, hi() to handle indefinite locking (thanks again to Blake Winton) 1.3.2: * Added support for locking the terminal indefinitely (thanks to Blake Winton <bwinton@iname.com>)
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-03-12Initial import of gone.zuntum2-6/+5
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.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-26Add gone-1.3.1:hubertf5-0/+30
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