summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-09-01 17:50:49 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-09-01 17:50:49 +0000
commitda29567a796a88d3f177dfb4e60a431e6c0d5405 (patch)
treeaee5af856ace5805614a52d62fe8aa9820486d62
parentb0a846f55aa7f543c3195e1a6f52d0e770e94886 (diff)
downloadcontrol-center-da29567a796a88d3f177dfb4e60a431e6c0d5405.tar
control-center-da29567a796a88d3f177dfb4e60a431e6c0d5405.tar.gz
control-center-da29567a796a88d3f177dfb4e60a431e6c0d5405.tar.bz2
control-center-da29567a796a88d3f177dfb4e60a431e6c0d5405.tar.xz
control-center-da29567a796a88d3f177dfb4e60a431e6c0d5405.zip
do not embedd printerdrake anymore
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 0b401834..5fa96f15 100755
--- a/control-center
+++ b/control-center
@@ -124,7 +124,7 @@ my $exec_hash =
"Mouse" => [ "mousedrake", "$sbindir/mousedrake", 1, N("MouseDrake helps you set up your mouse") ],
"NFS mount points" => [ "diskdrake", "$sbindir/diskdrake --nfs", 1, N("Set NFS mount points") ],
"Partition Sharing" => [ "diskdrake", "$sbindir/diskdrake --fileshare", 1, N("Set up sharing of your hard disk partitions") ],
- "Printer" => [ "printerdrake", "$sbindir/printerdrake", 1, N("PrinterDrake helps you set up your printer, job queues ...."), "$sbindir/printerdrake" ],
+ "Printer" => [ "printerdrake", "$sbindir/printerdrake", -1, N("PrinterDrake helps you set up your printer, job queues ...."), "$sbindir/printerdrake" ],
"Programs scheduling" => [ "drakcronat", "/usr/X11R6/bin/drakcronat", 1, N("DrakCronAt helps you run programs or scripts at certain times") ], #DrakCronAt enables to schedule Programs execution through crond and atd daemons
"Proxy Configuration" => [ "drakproxy", "$sbindir/drakproxy", 1, N("DrakProxy helps you set up proxy servers") ], #for files and web browsing
"Remove Software" => [ "rpmdrake", "$sbindir/rpmdrake-remove", -1, N("RpmDrake helps you remove software packages") ],