[Lunar-commits] <moonbase> vlock: move it to the security dir.
Florin Braescu
florin at lunar-linux.org
Mon Sep 19 14:16:43 CEST 2011
commit 284a18dfd202c9b49f53b1cb0152228a85f1f88a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Sep 19 16:16:43 2011 +0400
vlock: move it to the security dir.
---
security/vlock/BUILD | 13 +++++++++++++
security/vlock/DEPENDS | 1 +
security/vlock/DETAILS | 19 +++++++++++++++++++
zbeta/vlock/BUILD | 13 -------------
zbeta/vlock/DEPENDS | 1 -
zbeta/vlock/DETAILS | 19 -------------------
6 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/security/vlock/BUILD b/security/vlock/BUILD
new file mode 100644
index 0000000..a0a8ce6
--- /dev/null
+++ b/security/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/security/vlock/DEPENDS b/security/vlock/DEPENDS
new file mode 100644
index 0000000..b10ed1d
--- /dev/null
+++ b/security/vlock/DEPENDS
@@ -0,0 +1 @@
+depends shadow
diff --git a/security/vlock/DETAILS b/security/vlock/DETAILS
new file mode 100644
index 0000000..5a08234
--- /dev/null
+++ b/security/vlock/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=vlock
+ VERSION=2.2.3
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://cthulhu.c3d2.de/~toidinamai/vlock/archive
+ SOURCE_VFY=sha1:15b3f1ab5f339871fbd5d30f1c35ad5b86af3b3c
+ WEB_SITE=http://cthulhu.c3d2.de/~toidinamai/vlock/vlock.html
+ ENTERED=20110527
+ UPDATED=20110919
+ 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
diff --git a/zbeta/vlock/BUILD b/zbeta/vlock/BUILD
deleted file mode 100644
index a0a8ce6..0000000
--- a/zbeta/vlock/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
-
- ./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
deleted file mode 100644
index b10ed1d..0000000
--- a/zbeta/vlock/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends shadow
diff --git a/zbeta/vlock/DETAILS b/zbeta/vlock/DETAILS
deleted file mode 100644
index 5a08234..0000000
--- a/zbeta/vlock/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=vlock
- VERSION=2.2.3
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://cthulhu.c3d2.de/~toidinamai/vlock/archive
- SOURCE_VFY=sha1:15b3f1ab5f339871fbd5d30f1c35ad5b86af3b3c
- WEB_SITE=http://cthulhu.c3d2.de/~toidinamai/vlock/vlock.html
- ENTERED=20110527
- UPDATED=20110919
- 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