diff options
-rwxr-xr-x | move/make_live | 6 |
1 files changed, 6 insertions, 0 deletions
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"; +} + |