diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-27 12:58:32 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-27 12:58:32 +0000 |
commit | d3551589c911a40239d5be2b7ddc414f89dd548f (patch) | |
tree | 501c9d7f6a3c8a44376280563dbc1603cccb7349 /move/tree/startkde_move | |
parent | 9470b4477a6745cd40256a13a66e82a96eea9cdd (diff) | |
download | drakx-d3551589c911a40239d5be2b7ddc414f89dd548f.tar drakx-d3551589c911a40239d5be2b7ddc414f89dd548f.tar.gz drakx-d3551589c911a40239d5be2b7ddc414f89dd548f.tar.bz2 drakx-d3551589c911a40239d5be2b7ddc414f89dd548f.tar.xz drakx-d3551589c911a40239d5be2b7ddc414f89dd548f.zip |
at last a good reboot/halt from kde
Diffstat (limited to 'move/tree/startkde_move')
-rwxr-xr-x | move/tree/startkde_move | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/move/tree/startkde_move b/move/tree/startkde_move index 402803b5e..e8bec3da7 100755 --- a/move/tree/startkde_move +++ b/move/tree/startkde_move @@ -2,8 +2,6 @@ #- exit cleanly on SIGUSR1, so that our init can see a clean shutdown and automatically reboot reboot () { - touch /tmp/reboot - sudo killall X exit 0 } trap 'reboot' SIGUSR1 |