mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29551 Signed-off-by: Sam James <sam@gentoo.org>
26 lines
991 B
XML
26 lines
991 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>xxc3ncoredxx@gmail.com</email>
|
|
<name>Oskari Pirhonen</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</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>
|
|
<upstream>
|
|
<remote-id type="github">muennich/physlock</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|