diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/XFdrake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index a41932fea..1f3249efd 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -17,7 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -use lib qw(.); #/usr/lib/libDrakX); +use lib qw(/usr/lib/libDrakX); use interactive; use Xconfigurator; @@ -43,7 +43,7 @@ my $f = "/usr/X11R6/lib/X11/Cards"; my $in = vnew interactive('su'); -#`pidof xfs` > 0 or system("/etc/rc.d/init.d/xfs start"); +`pidof xfs` > 0 or system("/etc/rc.d/init.d/xfs start"); system("mount /proc 2>/dev/null"); # ensure /proc is mounted for pci probing |