[X2Go-Commits] [x2goclient] 11/18: provider/: remove.

git-admin at x2go.org git-admin at x2go.org
Wed Mar 14 03:48:10 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit cb360e17606b290087a326e000f26e3cc9b0f3f5
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Mar 14 02:24:31 2018 +0100

    provider/: remove.
---
 debian/changelog                    |  1 +
 provider/etc/x2goplugin-apache.conf | 15 ------------
 provider/share/x2goplugin.html      | 47 -------------------------------------
 3 files changed, 1 insertion(+), 62 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dfe23cc..20706ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,7 @@ x2goclient (4.1.2.0-0x2go1) UNRELEASED; urgency=medium
     - Makefile: remove plugin references.
     - Makefile: remove x2goclient_*.qm files in clean rule.
     - x2gobrowserplugin-2.4_1/: remove.
+    - provider/: remove.
   * x2goclient.spec:
     - Remove plugin references.
   * debian/rules:
diff --git a/provider/etc/x2goplugin-apache.conf b/provider/etc/x2goplugin-apache.conf
deleted file mode 100644
index b5bcb82..0000000
--- a/provider/etc/x2goplugin-apache.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-Alias /x2goplugin.html /usr/share/x2go/plugin/x2goplugin.html
-
-<Directory /usr/share/x2go/plugin>
-    <IfModule mod_authz_core.c>
-        # Apache 2.4
-        Require local
-    </IfModule>
-    <IfModule !mod_authz_core.c>
-         # Apache 2.2
-         Order Deny,Allow
-         Deny from all
-         Allow from 127.0.0.1
-         Allow from ::1
-    </IfModule>
-</Directory>
diff --git a/provider/share/x2goplugin.html b/provider/share/x2goplugin.html
deleted file mode 100644
index 0c0f058..0000000
--- a/provider/share/x2goplugin.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-  <head>
-    <title>X2Go Application Service</title>
-  </head>
-  <body onload="checkPlugin()">
-    <div id="x2goplugin">
-    <object
-        src="location"
-        type="application/x2go"
-        name="x2goplugin"
-        palette="background"
-        height="100%"
-        hspace="0"
-        vspace="0"
-        width="100%"
-        x2goconfig="
-session=X2Go-Demo-Session
-server=localhost
-user=
-sshport=22
-command=XFCE
-rootless=false
-sound=true
-exportfs=true
-speed=adsl
-compression=16m-jpeg
-quality=9
-dpi=120
-kbdlayout=
-kbdtype=auto
-showtoolbar=true
-showstatusbar=true
-usekbd=true
-soundsystem=pulse
-soundtunnel=true
-defsndport=true
-print=true
-rootless=false
-published=false
-applications=WWWBROWSER, MAILCLIENT, OFFICE, TERMINAL
-">
-    </object>
-
-    </div>
-  </body>
-</html>

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list