Skip to content

Commit

Permalink
More logical order of options...
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperVector committed May 13, 2012
1 parent 510652d commit 102a680
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/cdm
Expand Up @@ -64,9 +64,9 @@ flaglist=${flaglist:-()}
dialogrc=${dialogrc:-}
countfrom=${countfrom:-0}
display=${display:-0}
locktty=${locktty:-no}
xtty=${xtty:-7}
serverargs=${serverargs:-'-nolisten tcp'}
locktty=${locktty:-no}
consolekit=${consolekit:-yes}
cktimeout=${cktimeout:-30}

Expand Down
6 changes: 3 additions & 3 deletions src/cdmrc
Expand Up @@ -38,16 +38,16 @@ 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

# Additional arguments to pass to X server, which is usually called as:
# /usr/bin/X :$display $serverargs vt$((xtty+display))
serverargs='-nolisten tcp'

# Should cdm(1) stick to the specified display?
locktty=no

# Use consolekit for X session?
consolekit=yes

Expand Down

0 comments on commit 102a680

Please sign in to comment.