From 053741a7ffd03ec9a250ede8c0472d01b26703e3 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Sun, 23 Nov 2008 12:53:08 +0000 Subject: [PATCH] Stefan Fiedler: 2nd-stage-livecd: use right path to xorg.conf in grml-x.init [2008102622174486010] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9199 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/target-finish/2nd-stage-livecd/fixedfiles/grml-x.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/target-finish/2nd-stage-livecd/fixedfiles/grml-x.init b/package/target-finish/2nd-stage-livecd/fixedfiles/grml-x.init index a8a92c7db..414007c4e 100644 --- a/package/target-finish/2nd-stage-livecd/fixedfiles/grml-x.init +++ b/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