diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-30 16:29:04 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-30 16:29:04 +0000 |
commit | 663772ffc1e97f9351707fbbd2ae91b5c989212a (patch) | |
tree | b5c7f21788f0097e46ab9cc4beffcdce2fba3d42 /move | |
parent | 75e9df0c1b9af178b2911f7c81a142bc2b3392ea (diff) | |
download | drakx-663772ffc1e97f9351707fbbd2ae91b5c989212a.tar drakx-663772ffc1e97f9351707fbbd2ae91b5c989212a.tar.gz drakx-663772ffc1e97f9351707fbbd2ae91b5c989212a.tar.bz2 drakx-663772ffc1e97f9351707fbbd2ae91b5c989212a.tar.xz drakx-663772ffc1e97f9351707fbbd2ae91b5c989212a.zip |
allow comments to be trimmed
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/move/move.pm b/move/move.pm index a21d28604..4f79528d7 100644 --- a/move/move.pm +++ b/move/move.pm @@ -67,8 +67,8 @@ sub install2::startMove { $root->draw_pixbuf(Gtk2::Gdk::GC->new($root), $pixbuf, 0, 0, ($::rootwidth - $w) / 2, ($::rootheight - $h)/2, $w, $h, 'none', 0, 0); ugtk2::gtkflush(); - run_program::run('/sbin/service', 'syslog', 'start'); # otherwise minilogd will strike - run_program::run('killall', 'minilogd'); # get rid of minilogd + run_program::run('/sbin/service', 'syslog', 'start'); #- otherwise minilogd will strike + run_program::run('killall', 'minilogd'); #- get rid of minilogd run_program::run('adduser', 'mdk'); |