diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-05-08 21:31:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-05-08 21:31:56 +0000 |
commit | 1407fc9541882801dec8d4a38de68688b33bb31a (patch) | |
tree | db064a5b72dadb82ab62e3eed166f6680d87d3c7 /perl-install/standalone/XFdrake | |
parent | 232c321f81d0a1b6e9942406c89c7bfcef572621 (diff) | |
download | drakx-1407fc9541882801dec8d4a38de68688b33bb31a.tar drakx-1407fc9541882801dec8d4a38de68688b33bb31a.tar.gz drakx-1407fc9541882801dec8d4a38de68688b33bb31a.tar.bz2 drakx-1407fc9541882801dec8d4a38de68688b33bb31a.tar.xz drakx-1407fc9541882801dec8d4a38de68688b33bb31a.zip |
no_comment
Diffstat (limited to 'perl-install/standalone/XFdrake')
-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 |