summaryrefslogtreecommitdiffstats
path: root/move
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-28 18:18:22 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-28 18:18:22 +0000
commit3d05a8e64691d95aaf4b2fe08b7327ad95547226 (patch)
treeecbe6cb2e2f97e3a652148c0327cfb83775f97e7 /move
parent774d576c82134db3b2fe80960ca12ada1dde94a4 (diff)
downloaddrakx-backup-do-not-use-3d05a8e64691d95aaf4b2fe08b7327ad95547226.tar
drakx-backup-do-not-use-3d05a8e64691d95aaf4b2fe08b7327ad95547226.tar.gz
drakx-backup-do-not-use-3d05a8e64691d95aaf4b2fe08b7327ad95547226.tar.bz2
drakx-backup-do-not-use-3d05a8e64691d95aaf4b2fe08b7327ad95547226.tar.xz
drakx-backup-do-not-use-3d05a8e64691d95aaf4b2fe08b7327ad95547226.zip
provide a way for speedtouch users of free version to escape
Diffstat (limited to 'move')
-rwxr-xr-xmove/make_live6
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";
+}
+