Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6a651b73

Von Holger Lindemann vor mehr als 13 Jahren hinzugefügt

  • ID 6a651b73fe74db48e9581bcf80e0e21eef63e4ff
  • Nachfolger f3288b9c

Ergänzen der Links und ändern der Reihenfolge wohin verlinkt wird. Zuerst auf admin.pl, dann auf am.pl, dann der Rest

Unterschiede anzeigen:

scripts/mklinks.sh
1 1
#!/bin/sh
2 2

  
3
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 
3
for i in am dispatcher kopf login; do
4
	rm $i.pl 2> /dev/null
5
	ln -s admin.pl $i.pl
6
done
7
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 
4 8
	rm $i.pl 2> /dev/null
5 9
	ln -s am.pl $i.pl
6 10
done
7
rm admin.pl 2> /dev/null
8
ln -s login.pl admin.pl
9 11
rm generictranslations.pl 2> /dev/null
10 12
ln -s common.pl generictranslations.pl
13
rm dispatcher.fcgi 2> /dev/null
14
ln -s dispatcher.fpl dispatcher.fcgi

Auch abrufbar als: Unified diff