summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-02 14:11:40 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-02 14:11:40 +0000
commit8ee68c97cfd332b111633dc2d6ff83cc1c087ab1 (patch)
tree877367a2ace24bfefa7924b6498082452c70ea60
parent911d5a11d44b126a1fc4b34e0b6ba441518560f6 (diff)
downloadcontrol-center-8ee68c97cfd332b111633dc2d6ff83cc1c087ab1.tar
control-center-8ee68c97cfd332b111633dc2d6ff83cc1c087ab1.tar.gz
control-center-8ee68c97cfd332b111633dc2d6ff83cc1c087ab1.tar.bz2
control-center-8ee68c97cfd332b111633dc2d6ff83cc1c087ab1.tar.xz
control-center-8ee68c97cfd332b111633dc2d6ff83cc1c087ab1.zip
drakfax is in /usr/bin, not /usr/sbin
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 7fc07899..ee9f9104 100755
--- a/control-center
+++ b/control-center
@@ -124,7 +124,7 @@ my $exec_hash =
"Console" => [ "drakconsole", "$sbindir/drakconsole", 1, N("Console") ], #The Console will help you to solve issues
"Date & Time" => [ "clock", "$sbindir/clock.pl", 1, N("Date and time") ],
"Display Manager chooser" => [ "drakedm", "$sbindir/drakedm", 1, N("Display manager") ],
- "Fax" => [ "drakfax", "$sbindir/drakfax", 1, N("Fax") ],
+ "Fax" => [ "drakfax", "$bindir/drakfax", 1, N("Fax") ],
"Firewall" => [ "drakfirewall", "$sbindir/drakfirewall", 1, N("Firewall") ],
"Fonts" => [ "drakfont", "$sbindir/drakfont", 1, N("Fonts") ],
"Graphical server configuration" => [ "XFdrake", "$sbindir/XFdrake", 1, N("Graphical server") ],