diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 23:28:09 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 23:28:09 +0000 |
commit | 42705869520e4486be3ab858dd335eef492c4e86 (patch) | |
tree | a845df98df07cd1c677555c95afaa4413e4131fa /move | |
parent | 8432907799d21f41a75ed2e66d817e529eff6c85 (diff) | |
download | drakx-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')
-rw-r--r-- | move/move.pm | 3 |
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"); |