Browse Source

Raphael Langerhorst, Stefan Fiedler:


			
			
				rocklinux
			
			
		
Raphael Langerhorst 19 years ago
parent
commit
21b774c03b
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      package/x11/xorg/startxdm.sh

+ 6
- 1
package/x11/xorg/startxdm.sh

@ -4,5 +4,10 @@ XDM=/usr/X11/bin/xdm
[ -e /etc/conf/xdm ] && . /etc/conf/xdm
$XDM
[ "$1" = "-nodaemon" ] && case $XDM in
*gdm*|*kdm*|*xdm*) ;;
*) shift ;;
esac
$XDM "$@"

Loading…
Cancel
Save