diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-20 16:03:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-20 16:03:51 +0000 |
commit | d2e116a63a8469be55c60f1d83c7465f0794b847 (patch) | |
tree | ff6a154e4398a125c412ddcd7433a361be5bfb5d /perl-install/standalone | |
parent | 6c9fd55a321183b45ee26ef13e9592084a55d6fe (diff) | |
download | drakx-backup-do-not-use-d2e116a63a8469be55c60f1d83c7465f0794b847.tar drakx-backup-do-not-use-d2e116a63a8469be55c60f1d83c7465f0794b847.tar.gz drakx-backup-do-not-use-d2e116a63a8469be55c60f1d83c7465f0794b847.tar.bz2 drakx-backup-do-not-use-d2e116a63a8469be55c60f1d83c7465f0794b847.tar.xz drakx-backup-do-not-use-d2e116a63a8469be55c60f1d83c7465f0794b847.zip |
stop restarting XFS server
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakfont | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index f537b37d8..cf70a1b54 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -34,7 +34,6 @@ # - Get fonts on any partitions. # - UN-installation of any fonts (even if not installed through drakfont) # - Support -# - Xfs # - ghostscript & printer # - Staroffice & printer # - abiword @@ -148,7 +147,6 @@ foreach my $i (@application) { } # PATH and binary full path -#my $xfs_conffile = '/etc/fonts/fonts.conf'; my $font_dir = '/usr/share/fonts'; my $fontpathd_dir = '/etc/X11/fontpath.d/'; my $drakfont_dir = "$font_dir/drakfont"; @@ -380,10 +378,6 @@ sub put_font_dir() { interactive_progress($pbar2, 1, N("done")); interactive_progress($pbar3, 0.25, N("Suppress Temporary Files")); my_rm_rf("$drakfont_dir/tmp/"); - print "\n\nretarting xfs......\n"; - interactive_progress($pbar3, 0.5, N("Restart XFS")); - system($update_chkfontpath); - system('/etc/rc.d/init.d/xfs restart'); system('xset fp rehash'); interactive_progress($pbar3, 0.30, N("done")); } @@ -439,8 +433,6 @@ sub remove_fonts() { } interactive_progress($pbar2, 1 / @list_dir, N("Suppress Fonts Files")); } - interactive_progress($pbar2, 0.01, N("Restart XFS")); - system("/etc/rc.d/init.d/xfs restart"); system('xset fp rehash'); -e "/usr/share/ghostscript" and my_rm_rf("$drakfont_dir/remove") if !$::testing; interactive_progress($pbar2, 0.01, N("done")); |