Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 16 years ago
parent
commit
053741a7ff
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/target-finish/2nd-stage-livecd/fixedfiles/grml-x.init

+ 2
- 2
package/target-finish/2nd-stage-livecd/fixedfiles/grml-x.init

@ -37,8 +37,8 @@ grml_x_create_xorg_conf()
main_begin
block_begin(start, `Creating X server configuration with grml-x.')
if [ -f "/etc/conf/X11/xorg.conf" ] ; then
echo "/etc/conf/X11/xorg.conf already exists, doing nothing ..."
if [ -f "/etc/X11/xorg.conf" ] ; then
echo "/etc/X11/xorg.conf already exists, doing nothing ..."
else
grml_x_create_xorg_conf
fi

Loading…
Cancel
Save