diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-22 15:36:25 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-22 15:36:25 +0000 |
commit | 1a71f31ac430772b7da4c500f8f5627e0aacca55 (patch) | |
tree | 6bf2f5fd1db16377a7f2d39d4bdd8e1bc91cfe03 /security/vlock/files/patch-ab | |
parent | Update to version 1.3 (diff) |
new port of vlock 1.3, a utility to lock a console until a password
is entered
PR: 21834
Submitted by: George Reid <services@nevernet.net>
Notes
Notes:
svn path=/head/; revision=34104
Diffstat (limited to 'security/vlock/files/patch-ab')
-rw-r--r-- | security/vlock/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/vlock/files/patch-ab b/security/vlock/files/patch-ab new file mode 100644 index 000000000000..cf1153881467 --- /dev/null +++ b/security/vlock/files/patch-ab @@ -0,0 +1,11 @@ +--- signals.c.orig Sun Oct 8 18:03:19 2000 ++++ signals.c Sun Oct 8 18:03:24 2000 +@@ -16,7 +16,7 @@ + #include <signal.h> + #include <sys/wait.h> + #include <sys/ioctl.h> +-#include <sys/vt.h> ++#include <sys/consio.h> + #include "vlock.h" + + |