summaryrefslogtreecommitdiffstats
path: root/move/move.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-18 23:28:09 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-18 23:28:09 +0000
commit42705869520e4486be3ab858dd335eef492c4e86 (patch)
treea845df98df07cd1c677555c95afaa4413e4131fa /move/move.pm
parent8432907799d21f41a75ed2e66d817e529eff6c85 (diff)
downloaddrakx-42705869520e4486be3ab858dd335eef492c4e86.tar
drakx-42705869520e4486be3ab858dd335eef492c4e86.tar.gz
drakx-42705869520e4486be3ab858dd335eef492c4e86.tar.bz2
drakx-42705869520e4486be3ab858dd335eef492c4e86.tar.xz
drakx-42705869520e4486be3ab858dd335eef492c4e86.zip
allow user customisation of startup through /etc/rc.d/rc.local
Diffstat (limited to 'move/move.pm')
-rw-r--r--move/move.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm
index 10ae77852..09ca4559e 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -408,6 +408,9 @@ sub install2::startMove {
output '/var/lib/machine_ident', machine_ident();
}
+ #- allow user customisation of startup through /etc/rc.d/rc.local
+ run_program::run('/etc/rc.d/rc.local');
+
if (fork()) {
sleep 1;
log::l("DrakX waves bye-bye");