From b01d84a98b1091f452adc5857903ea85c1e644f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 20 Oct 2015 17:44:05 +0200 Subject: [PATCH] Symlinks entfernt MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Die bevorzugte Art das Programm an den Apache anzubinden ist seit Jahren über ein AliasMatch der direkt dispatcher. aufruft. Das letzte mal haben wir das 2010 probiert, da gab es aber noch viele Installationen deren Update nicht trivial gewesen wäre. Das sollte heute nicht mehr so sein. Doku für basic cgi muss noch angepasst werden. --- acctranscorrections.pl | 1 - admin.pl | 11 ----------- am.pl | 1 - amtemplates.pl | 1 - ap.pl | 1 - ar.pl | 1 - bankaccounts.pl | 1 - bp.pl | 1 - ca.pl | 1 - common.pl | 1 - controller.pl | 1 - cp.pl | 1 - ct.pl | 1 - datev.pl | 1 - dispatcher.pl | 12 +++++++++++- dn.pl | 1 - do.pl | 1 - fu.pl | 1 - generictranslations.pl | 1 - gl.pl | 1 - ic.pl | 1 - ir.pl | 1 - is.pl | 1 - letter.pl | 1 - licenses.pl | 1 - login.pl | 1 - oe.pl | 1 - pe.pl | 1 - rc.pl | 1 - rp.pl | 1 - sepa.pl | 1 - todo.pl | 1 - ustva.pl | 1 - vk.pl | 1 - wh.pl | 1 - 35 files changed, 11 insertions(+), 45 deletions(-) delete mode 120000 acctranscorrections.pl delete mode 100755 admin.pl delete mode 120000 am.pl delete mode 120000 amtemplates.pl delete mode 120000 ap.pl delete mode 120000 ar.pl delete mode 120000 bankaccounts.pl delete mode 120000 bp.pl delete mode 120000 ca.pl delete mode 120000 common.pl delete mode 120000 controller.pl delete mode 120000 cp.pl delete mode 120000 ct.pl delete mode 120000 datev.pl mode change 120000 => 100755 dispatcher.pl delete mode 120000 dn.pl delete mode 120000 do.pl delete mode 120000 fu.pl delete mode 120000 generictranslations.pl delete mode 120000 gl.pl delete mode 120000 ic.pl delete mode 120000 ir.pl delete mode 120000 is.pl delete mode 120000 letter.pl delete mode 120000 licenses.pl delete mode 120000 login.pl delete mode 120000 oe.pl delete mode 120000 pe.pl delete mode 120000 rc.pl delete mode 120000 rp.pl delete mode 120000 sepa.pl delete mode 120000 todo.pl delete mode 120000 ustva.pl delete mode 120000 vk.pl delete mode 120000 wh.pl diff --git a/acctranscorrections.pl b/acctranscorrections.pl deleted file mode 120000 index 385000d1b..000000000 --- a/acctranscorrections.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/admin.pl b/admin.pl deleted file mode 100755 index 433ffe9d3..000000000 --- a/admin.pl +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/perl - -use strict; - -use SL::Dispatcher; - -our $dispatcher = SL::Dispatcher->new('CGI'); -$dispatcher->pre_startup; -$dispatcher->handle_request; - -1; diff --git a/am.pl b/am.pl deleted file mode 120000 index 05c4a229e..000000000 --- a/am.pl +++ /dev/null @@ -1 +0,0 @@ -admin.pl \ No newline at end of file diff --git a/amtemplates.pl b/amtemplates.pl deleted file mode 120000 index 385000d1b..000000000 --- a/amtemplates.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ap.pl b/ap.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ap.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ar.pl b/ar.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ar.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/bankaccounts.pl b/bankaccounts.pl deleted file mode 120000 index 385000d1b..000000000 --- a/bankaccounts.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/bp.pl b/bp.pl deleted file mode 120000 index 385000d1b..000000000 --- a/bp.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ca.pl b/ca.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ca.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/common.pl b/common.pl deleted file mode 120000 index 385000d1b..000000000 --- a/common.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/controller.pl b/controller.pl deleted file mode 120000 index 385000d1b..000000000 --- a/controller.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/cp.pl b/cp.pl deleted file mode 120000 index 385000d1b..000000000 --- a/cp.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ct.pl b/ct.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ct.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/datev.pl b/datev.pl deleted file mode 120000 index 385000d1b..000000000 --- a/datev.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/dispatcher.pl b/dispatcher.pl deleted file mode 120000 index 05c4a229e..000000000 --- a/dispatcher.pl +++ /dev/null @@ -1 +0,0 @@ -admin.pl \ No newline at end of file diff --git a/dispatcher.pl b/dispatcher.pl new file mode 100755 index 000000000..433ffe9d3 --- /dev/null +++ b/dispatcher.pl @@ -0,0 +1,11 @@ +#!/usr/bin/perl + +use strict; + +use SL::Dispatcher; + +our $dispatcher = SL::Dispatcher->new('CGI'); +$dispatcher->pre_startup; +$dispatcher->handle_request; + +1; diff --git a/dn.pl b/dn.pl deleted file mode 120000 index 385000d1b..000000000 --- a/dn.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/do.pl b/do.pl deleted file mode 120000 index 385000d1b..000000000 --- a/do.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/fu.pl b/fu.pl deleted file mode 120000 index 385000d1b..000000000 --- a/fu.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/generictranslations.pl b/generictranslations.pl deleted file mode 120000 index 19d25c949..000000000 --- a/generictranslations.pl +++ /dev/null @@ -1 +0,0 @@ -common.pl \ No newline at end of file diff --git a/gl.pl b/gl.pl deleted file mode 120000 index 385000d1b..000000000 --- a/gl.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ic.pl b/ic.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ic.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ir.pl b/ir.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ir.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/is.pl b/is.pl deleted file mode 120000 index 385000d1b..000000000 --- a/is.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/letter.pl b/letter.pl deleted file mode 120000 index 385000d1b..000000000 --- a/letter.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/licenses.pl b/licenses.pl deleted file mode 120000 index 385000d1b..000000000 --- a/licenses.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/login.pl b/login.pl deleted file mode 120000 index 05c4a229e..000000000 --- a/login.pl +++ /dev/null @@ -1 +0,0 @@ -admin.pl \ No newline at end of file diff --git a/oe.pl b/oe.pl deleted file mode 120000 index 385000d1b..000000000 --- a/oe.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/pe.pl b/pe.pl deleted file mode 120000 index 385000d1b..000000000 --- a/pe.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/rc.pl b/rc.pl deleted file mode 120000 index 385000d1b..000000000 --- a/rc.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/rp.pl b/rp.pl deleted file mode 120000 index 385000d1b..000000000 --- a/rp.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/sepa.pl b/sepa.pl deleted file mode 120000 index 385000d1b..000000000 --- a/sepa.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/todo.pl b/todo.pl deleted file mode 120000 index 385000d1b..000000000 --- a/todo.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/ustva.pl b/ustva.pl deleted file mode 120000 index 385000d1b..000000000 --- a/ustva.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/vk.pl b/vk.pl deleted file mode 120000 index 385000d1b..000000000 --- a/vk.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file diff --git a/wh.pl b/wh.pl deleted file mode 120000 index 385000d1b..000000000 --- a/wh.pl +++ /dev/null @@ -1 +0,0 @@ -am.pl \ No newline at end of file -- 2.20.1