summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristian Klinger2016-09-30 14:28:58 +0200
committerChristian Klinger2016-09-30 14:28:58 +0200
commit7bd52f922cfc41e92935db2ce0453a868ef4753a (patch)
treef88da1cd637167d80258333db40dbf5b84a4cd6b /README.md
parentadded simple "beautify" script that will run astyle on all source files. (diff)
downloadpvs2-7bd52f922cfc41e92935db2ce0453a868ef4753a.tar.gz
pvs2-7bd52f922cfc41e92935db2ce0453a868ef4753a.tar.xz
pvs2-7bd52f922cfc41e92935db2ce0453a868ef4753a.zip
updated meta.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 96ee734..cf40492 100644
--- a/README.md
+++ b/README.md
@@ -52,8 +52,8 @@ The functionality of PVS client(`pvsclient`) can be extended by providing
additional shell scripts that are executed on certain events.
When the PVS client receives the message from the manager to lock the screen it
-executes `lock.sh` in the configuration directory (`/opt/openslx/pvs2`). When it
-receives an unlock message the client executes `unlock.sh` in the same
+executes `kb-lock.sh` in the configuration directory (`/opt/openslx/pvs2`). When it
+receives an unlock message the client executes `kb-unlock.sh` in the same
directory.
We suggest to implement additional locking measures in these files. In the