diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 16:23:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 5543df3675319be474ab3a006f78cdeefe0f8eba (patch) | |
tree | 6eae8685d858c7b4339f44a471b705f2c886475e | |
parent | 54e6263c4d227514a19a934bcfe4505a4131c2ad (diff) | |
download | slackbuilds-5543df3675319be474ab3a006f78cdeefe0f8eba.tar.gz |
system/vlock: Fix README.
-rw-r--r-- | system/vlock/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/vlock/README b/system/vlock/README index 91824d09a9..c095c5c968 100644 --- a/system/vlock/README +++ b/system/vlock/README @@ -10,17 +10,17 @@ disabled. vlock has two particular options that this SlackBuild reserves to the wheel group: - -n,--new + -n,--new Switch to a new virtual console before locking all console sessions. and - -s ,--disable-sysrq + -s ,--disable-sysrq Disable the SysRq mechanism (enabled by stock Slackware 13.37 - kernels) while consoles are locked. This option only works if - the -a, --all option given. + 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: |