Remove only X[0-9]-lock.

This commit is contained in:
Nate Lawson 2004-01-27 18:19:32 +00:00
parent 0a43b788bf
commit c5f3bff0be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125102

View file

@ -35,6 +35,6 @@ run_rc_command "$1"
# Remove X lock files, since they will prevent you from
# restarting X
#
rm -f /tmp/.X*-lock
rm -f /tmp/.X[0-9]-lock
rm -fr /tmp/.X11-unix
mkdir -m 1777 /tmp/.X11-unix