From 42705869520e4486be3ab858dd335eef492c4e86 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 18 Nov 2003 23:28:09 +0000 Subject: allow user customisation of startup through /etc/rc.d/rc.local --- move/move.pm | 3 +++ 1 file changed, 3 insertions(+) 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"); -- cgit v1.2.1