From: Moritz Bunkus Date: Thu, 13 Jan 2011 14:17:16 +0000 (+0100) Subject: Merge branch 'master' of lx-office.linet-services.de:lx-office-erp X-Git-Tag: release-2.6.2beta2~22 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/f3288b9cb4e09eac31d5a80f22063606e9a7b75d?hp=57327b1488c437b210ef050a8bd82279c9003db8 Merge branch 'master' of lx-office.linet-services.de:lx-office-erp --- diff --git a/scripts/mklinks.sh b/scripts/mklinks.sh index 2888a20fa..190433f2c 100755 --- a/scripts/mklinks.sh +++ b/scripts/mklinks.sh @@ -1,10 +1,14 @@ #!/bin/sh -for i in acctranscorrections amcvar amtemplates ap ar bankaccounts bp ca common cp ct datev dn do fu gl ic ir is licenses menujs menunew menu menuv3 menuv4 menuXML oe pe projects rc rp sepa todo ustva wh; do +for i in am dispatcher kopf login; do + rm $i.pl 2> /dev/null + ln -s admin.pl $i.pl +done +for i in acctranscorrections amcvar amtemplates ap ar bankaccounts bp ca common cp ct datev dn do fu gl ic ir is licenses menujs menunew menu menuv3 menuv4 menuXML oe pe projects rc rp sepa todo ustva wh vk; do rm $i.pl 2> /dev/null ln -s am.pl $i.pl done -rm admin.pl 2> /dev/null -ln -s login.pl admin.pl rm generictranslations.pl 2> /dev/null ln -s common.pl generictranslations.pl +rm dispatcher.fcgi 2> /dev/null +ln -s dispatcher.fpl dispatcher.fcgi