From 3d05a8e64691d95aaf4b2fe08b7327ad95547226 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 28 Nov 2003 18:18:22 +0000 Subject: provide a way for speedtouch users of free version to escape --- move/make_live | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/move/make_live b/move/make_live index c8fd84124..209fcb770 100755 --- a/move/make_live +++ b/move/make_live @@ -145,3 +145,9 @@ substInFile { #- we're not using sysv init, we need to replace these unlink "$::prefix/sbin/$_" foreach qw(halt reboot); + +#- provide a way for speedtouch users of free version to escape +if (!-e "$::prefix/usr/share/speedtouch/mgmt.o") { + symlink '/etc/mgmt.o', "$::prefix/usr/share/speedtouch/mgmt.o"; +} + -- cgit v1.2.1