Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
|
|
1.3.5:
* Added a -x option to disable extended system commands
* Added a -b option to supress printing the banner
|
|
|
|
|
|
Changes:
* Added (or rather tested) Mac OS X support
* Changed my email address in the manpage
|
|
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>)
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
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.
|
|
|
|
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
|