blob: ee0d074de826dbedd3c1016880d49068c7fc3f91 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001Upstream-Status: Inappropriate [configuration]
2
3written by: Jeff Polk <jeff.polk@windriver.com>
4Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
5
6Index: vlock-2.2.2/man/vlock.1
7===================================================================
8--- vlock-2.2.2.orig/man/vlock.1 2010-07-26 14:12:42.000000000 -0400
9+++ vlock-2.2.2/man/vlock.1 2010-07-26 14:13:06.000000000 -0400
10@@ -111,11 +111,6 @@
11 to an invalid value or 0 no timeout is used. \fBWarning\fR: If this value is
12 too low, you may not be able to unlock your session.
13 .PP
14-.SH FILES
15-.B ~/.vlockrc
16-.IP
17-This file is read by \fBvlock\fR on startup if it exists. All the variables
18-mentioned above can be set here.
19 .SH SECURITY
20 See the SECURITY file in the \fBvlock\fR distribution for more information.
21 .PP
22Index: vlock-2.2.2/src/vlock.sh
23===================================================================
24--- vlock-2.2.2.orig/src/vlock.sh 2010-07-26 14:12:32.000000000 -0400
25+++ vlock-2.2.2/src/vlock.sh 2010-07-26 14:13:33.000000000 -0400
26@@ -35,11 +35,6 @@
27
28 ${VLOCK_ENTER_PROMPT}"
29
30-# Read user settings.
31-if [ -r "${HOME}/.vlockrc" ] ; then
32- . "${HOME}/.vlockrc"
33-fi
34-
35 # "Compile" time variables.
36 VLOCK_MAIN="%PREFIX%/sbin/vlock-main"
37 VLOCK_VERSION="%VLOCK_VERSION%"