Minor adjustment to order of options.

pull/7/head
Casper Ti. Vector 12 years ago
parent 320df8e1d0
commit 589b6a2f5a

@ -64,8 +64,8 @@ flaglist=${flaglist:-()}
dialogrc=${dialogrc:-}
countfrom=${countfrom:-0}
display=${display:-0}
locktty=${locktty:-no}
xtty=${xtty:-7}
locktty=${locktty:-no}
serverargs=${serverargs:-'-nolisten tcp'}
consolekit=${consolekit:-yes}
cktimeout=${cktimeout:-30}

@ -38,12 +38,12 @@ countfrom=0
# Set default display.
display=0
# Should cdm(1) stick to the specified display?
locktty=no
# Where should first X tty be spawned?
xtty=7
# Should cdm(1) stick to the specified display?
locktty=no
# Additional arguments to pass to X server, which is usually called as:
# /usr/bin/X :$display $serverargs vt$((xtty+display))
serverargs='-nolisten tcp'

Loading…
Cancel
Save