Browse Source

Tobias Hintze <th@rocklinux.org>:


			
			
				rocklinux
			
			
		
Tobias Hintze 20 years ago
parent
commit
4bf17d61d6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/x11/xfree86/startxdm.sh

+ 2
- 2
package/x11/xfree86/startxdm.sh

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

Loading…
Cancel
Save