diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 16:57:26 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 16:57:26 +0200 |
commit | 9367757160a3bdc304b73cad50ee6227be0dc6b2 (patch) | |
tree | 3b9651ac73e1a758e19c683d0dd51bf8090871ac /kde/kdebase-workspace/kdm | |
parent | 484880add8dae9ada76769e0b16b9bca6c8b37b3 (diff) | |
download | nutyx-pakxe-9367757160a3bdc304b73cad50ee6227be0dc6b2.tar.gz nutyx-pakxe-9367757160a3bdc304b73cad50ee6227be0dc6b2.tar.bz2 nutyx-pakxe-9367757160a3bdc304b73cad50ee6227be0dc6b2.tar.xz nutyx-pakxe-9367757160a3bdc304b73cad50ee6227be0dc6b2.zip |
kdebase-workspace, maj script de lancement et footprint
Diffstat (limited to 'kde/kdebase-workspace/kdm')
-rwxr-xr-x | kde/kdebase-workspace/kdm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/kdebase-workspace/kdm b/kde/kdebase-workspace/kdm index 87438484b..80ab876ba 100755 --- a/kde/kdebase-workspace/kdm +++ b/kde/kdebase-workspace/kdm @@ -11,7 +11,7 @@ case "$1" in boot_mesg "Starting KDM" export HOME=/root cd $HOME - /opt/kde/bin/kdm + /usr/bin/kdm ;; stop) boot_mesg "Stopping KDM" |