diff options
author | Chris Abela <chris.abela@maltats.com> | 2010-05-13 00:42:21 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:42:21 +0200 |
commit | df4ccaeb30506449f1c4056ee5690af48ff658c7 (patch) | |
tree | b6501b467f06fff823d990991f2c8ca2eabb48d8 /system/vlock/README | |
parent | a5ec78694960959c9aec67b28bca0f30afd46eeb (diff) | |
download | slackbuilds-df4ccaeb30506449f1c4056ee5690af48ff658c7.tar.gz |
system/vlock: Updated for version 2.2.2
Diffstat (limited to 'system/vlock/README')
-rw-r--r-- | system/vlock/README | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/system/vlock/README b/system/vlock/README index d6f73253d6..1aca46ec14 100644 --- a/system/vlock/README +++ b/system/vlock/README @@ -7,7 +7,23 @@ allowing other users to use the system on other virtual consoles. If desired, the entire console may be locked and virtual console switching disabled. -On machines that support "Magic SysRq" (enabled via a compile-time option -and /etc/sysctl.conf setting) users that lock all VT's on the machine must -be members of the "wheel" group. Note that 12.0's stock kernels include -support for the SysRq key. +vlock has two particular options that this SlackBuild reserves to the wheel +group: + + -n,--new + + Switch to a new virtual console before locking all console + sessions. + +and + -s ,--disable-sysrq + + Disable the SysRq mechanism (enabled by stock Slackware 13.0 + kernels) while consoles are locked. This option only works if + the -a, --all option given. + +If you would like to set an alternative group, you may pass the VLOCK_GROUP +variable to the SlackBuild like this: + +VLOCK_GROUP=users ./vlock.SlackBuild + |