[Lunar-commits] <moonbase> vlock: new module
Christian Krause
wookietreiber at lunar-linux.org
Fri May 27 11:19:40 CEST 2011
commit 23ad247d1ce62c2bef05716663ed9c48baa6e2cd
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Fri May 27 11:19:40 2011 +0200
vlock: new module
I could only get it to work with shadow -- maybe someone else
gets pam to work ;)
---
zbeta/vlock/BUILD | 13 +++++++++++++
zbeta/vlock/DEPENDS | 1 +
zbeta/vlock/DETAILS | 19 +++++++++++++++++++
3 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/zbeta/vlock/BUILD b/zbeta/vlock/BUILD
new file mode 100644
index 0000000..a0a8ce6
--- /dev/null
+++ b/zbeta/vlock/BUILD
@@ -0,0 +1,13 @@
+(
+
+ ./configure --prefix=/usr \
+ --enable-shadow \
+ $OPTS &&
+
+ groupadd --force \
+ --system \
+ vlock &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/vlock/DEPENDS b/zbeta/vlock/DEPENDS
new file mode 100644
index 0000000..b10ed1d
--- /dev/null
+++ b/zbeta/vlock/DEPENDS
@@ -0,0 +1 @@
+depends shadow
diff --git a/zbeta/vlock/DETAILS b/zbeta/vlock/DETAILS
new file mode 100644
index 0000000..f5f9081
--- /dev/null
+++ b/zbeta/vlock/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=vlock
+ VERSION=2.2.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://cthulhu.c3d2.de/~toidinamai/vlock/archive
+ SOURCE_VFY=sha1:113ba176e830e6bfb05f11243f83019ec6ebab4f
+ WEB_SITE=http://cthulhu.c3d2.de/~toidinamai/vlock/vlock.html
+ ENTERED=20110527
+ UPDATED=20110527
+ SHORT="virtual console lock program"
+ PSAFE=no
+
+cat << EOF
+vlock is a program to lock one or more sessions on the Linux console.
+This is especially useful for Linux machines which have multiple users
+with access to the console. One user may lock his or her session(s)
+while still allowing other users to use the system on other virtual
+consoles. If desired, the entire console may be locked and virtual
+console switching disabled.
+EOF
More information about the Lunar-commits
mailing list