diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-28 18:18:22 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-28 18:18:22 +0000 |
commit | 3d05a8e64691d95aaf4b2fe08b7327ad95547226 (patch) | |
tree | ecbe6cb2e2f97e3a652148c0327cfb83775f97e7 /move/make_live | |
parent | 774d576c82134db3b2fe80960ca12ada1dde94a4 (diff) | |
download | drakx-3d05a8e64691d95aaf4b2fe08b7327ad95547226.tar drakx-3d05a8e64691d95aaf4b2fe08b7327ad95547226.tar.gz drakx-3d05a8e64691d95aaf4b2fe08b7327ad95547226.tar.bz2 drakx-3d05a8e64691d95aaf4b2fe08b7327ad95547226.tar.xz drakx-3d05a8e64691d95aaf4b2fe08b7327ad95547226.zip |
provide a way for speedtouch users of free version to escape
Diffstat (limited to 'move/make_live')
-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"; +} + |