diff options
Diffstat (limited to 'app-misc/physlock/metadata.xml')
-rw-r--r-- | app-misc/physlock/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-misc/physlock/metadata.xml b/app-misc/physlock/metadata.xml new file mode 100644 index 000000000000..f7b058028b78 --- /dev/null +++ b/app-misc/physlock/metadata.xml @@ -0,0 +1,18 @@ +<?xml version = '1.0' encoding = 'UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>radhermit@gentoo.org</email> + <name>Tim Harder</name> + </maintainer> + <longdescription lang="en"> + Control physical access to a linux computer by locking all of its virtual + terminals / consoles. + + physlock is an alternative to vlock, it is equivalent to `vlock -an'. It is + written because vlock blocks some linux kernel mechanisms like hibernate and + suspend and can therefore only be used with some limitations. physlock is + designed to be more lightweight, it does not have a plugin interface and it is + not started using a shell script wrapper. + </longdescription> +</pkgmetadata> |