From 94cbd77e7480b1ecc9f997b672eedd8095403474 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 27 Nov 2003 10:18:21 +0000 Subject: woops --- move/make_live | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'move/make_live') diff --git a/move/make_live b/move/make_live index f4435a50a..7f6cd8988 100755 --- a/move/make_live +++ b/move/make_live @@ -132,7 +132,7 @@ unlink "$::prefix/usr/sbin/$_" foreach qw(drakautoinst drakboot drakfloppy drakg #- remove services we start ourselves from chkconfig system substInFile { s|chkconfig:|chkconfig-disabled:|; -} "/etc/rc.d/init.d/$_" foreach qw(xfs dm devfsd syslog); +} "$::prefix/etc/rc.d/init.d/$_" foreach qw(xfs dm devfsd syslog); #- we're not using sysv init, we need to replace these -output("/sbin/$_", "#!/bin/sh\nhalt_reboot"), chmod(0755, "/sbin/$_") foreach qw(halt reboot); +output("$::prefix/sbin/$_", "#!/bin/sh\nhalt_reboot"), chmod(0755, "/sbin/$_") foreach qw(halt reboot); -- cgit v1.2.1