From 0174312dcc18f17ebd089f409f035b894861fd51 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 3 Apr 2001 12:10:28 +0000 Subject: don't start xfs if skiptest --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/XFdrake') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 34d5f742b..f70815753 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -50,7 +50,7 @@ my $f = "/usr/X11R6/lib/X11/Cards"; $in->standalone::pkgs_install('XFree86', 'XFree86-75dpi-fonts') if (! -e $f); -e $f or die "install XFree86 first!\n"; -`pidof xfs` > 0 or system("/etc/rc.d/init.d/xfs start"); +`pidof xfs` > 0 or system("/etc/rc.d/init.d/xfs start") if $i->{skiptest}; system("mount /proc 2>/dev/null"); # ensure /proc is mounted for pci probing -- cgit v1.2.1