From 65b3f043928b8f00cf725ffab77b8e736f949e21 Mon Sep 17 00:00:00 2001
From: valentin <valentinb@fsmpi.rwth-aachen.de>
Date: Tue, 12 Oct 2021 22:01:14 +0200
Subject: [PATCH] deleted some very old files (anaconda, kiss)

---
 hive/anaconda/LICENSE.txt         | 25 ------------------
 hive/anaconda/README              |  5 ----
 hive/anaconda/anaconda_wrapper.sh |  4 ---
 hive/anaconda/envpatch.patch      |  6 -----
 hive/anaconda/qt.conf             |  2 --
 hive/root_env.sh                  |  6 -----
 kiss/vpn/RWTH Full Tunnel.pcf     | 42 -------------------------------
 kiss/vpn/RWTH_VPN_INSTALL.txt     | 15 -----------
 8 files changed, 105 deletions(-)
 delete mode 100644 hive/anaconda/LICENSE.txt
 delete mode 100644 hive/anaconda/README
 delete mode 100644 hive/anaconda/anaconda_wrapper.sh
 delete mode 100644 hive/anaconda/envpatch.patch
 delete mode 100644 hive/anaconda/qt.conf
 delete mode 100644 hive/root_env.sh
 delete mode 100644 kiss/vpn/RWTH Full Tunnel.pcf
 delete mode 100644 kiss/vpn/RWTH_VPN_INSTALL.txt

diff --git a/hive/anaconda/LICENSE.txt b/hive/anaconda/LICENSE.txt
deleted file mode 100644
index 2d7f862..0000000
--- a/hive/anaconda/LICENSE.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-===================================
-Anaconda END USER LICENSE AGREEMENT
-===================================
-Anaconda ("the Software Product") and accompanying documentation is licensed and not sold. The Software Product is protected by copyright laws and treaties, as well as laws and treaties related to other forms of intellectual property. Continuum Analytics Inc or its subsidiaries, affiliates, and suppliers (collectively "Continuum ") own intellectual property rights in the Software Product. The Licensee's ("you" or "your") license to download, use, copy, or change the Software Product is subject to these rights and to all the terms and conditions of this End User License Agreement ("Agreement").
-
-In addition to Continuum-licensed software, the Software product contains a collection of software packages from other sources ("Other Vendor Tools").   Continuum may also distribute updates to these packages on an "as is" basis and subject to their individual license agreements.   These licenses are available either in the package itself or via request to info@continuum.io.   Continuum reserves the right to change which Other Vendor Tools are provided in Anaconda.
-
-Attribution License
-===================
-Redistribution and derivative use of Anaconda, with or without modification, in source or binary form is explicitly permitted provided that:
-
-    1. You include a copy of this EULA in all copies of the derived software.
-    2. In advertising and labeling material for products built with Anaconda you mention that your product either includes or derives from Anaconda.  "Powered by Anaconda" is the suggested phrase.
-
-
-Export Regulations
-==================
-Any use or distribution of Anaconda is made under conditions that the user and/or distributor is in full compliance with all export and other governing laws of the United States of America, including full and ongoing compliance with the Export Administration Regulations (EAR) of the United States Department of Commerce. See www.commerce.gov/ and
-http://www.bis.doc.gov/index.php/regulations/export-administration-regulations-ear.  Use or distribution of Continuum software products to any persons, entities or countries currently under US sanctions is strictly prohibited.   Anaconda is classified with an ECCN of 5D992 with no license required for export to non-embargoed countires.
-
-The United States currently has embargoes against Cuba, Iran, North Korea, Sudan and Syria. The exportation, re-exportation, sale or supply, directly or indirectly, from the United States, or by a U.S. person wherever located, of any Continuum software to any of these countries is strictly prohibited without prior authorization by the United States Government  By accepting this Agreement, you represent to Continuum that you will comply with all applicable export regulations for Anaconda.
-
-No Implied Warranty or Fitness for Any Use
-==========================================
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
diff --git a/hive/anaconda/README b/hive/anaconda/README
deleted file mode 100644
index 3c8abc3..0000000
--- a/hive/anaconda/README
+++ /dev/null
@@ -1,5 +0,0 @@
-Damit linuxparty.sh Anaconda installieren kann, muss der Installer in diesem Verzeichnis 
-(hive/anaconda/) unter dem Namen Installer-xxBit.sh abgelegt werden. xx ist hier entweder 
-64 oder 32 für die 64Bit bzw. 32Bit Version.
-Siehe auch scripts/linuxparty.sh (Funktion install_anaconda) und 
-https://www.fsmpi.rwth-aachen.de/pubwiki/index.php/LIP:aktuelle_Installation
diff --git a/hive/anaconda/anaconda_wrapper.sh b/hive/anaconda/anaconda_wrapper.sh
deleted file mode 100644
index eb7c965..0000000
--- a/hive/anaconda/anaconda_wrapper.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-unset QT_PLUGIN_PATH
-exec /opt/anaconda/bin/$(basename $0) $@
-
diff --git a/hive/anaconda/envpatch.patch b/hive/anaconda/envpatch.patch
deleted file mode 100644
index 6a9500a..0000000
--- a/hive/anaconda/envpatch.patch
+++ /dev/null
@@ -1,6 +0,0 @@
---- a/etc/environment	2014-03-16 19:48:12.836000000 +0000
-+++ b/etc/environment	2014-03-16 19:50:45.768643532 +0000
-@@ -1,2 +1,2 @@
--PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
-+PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/anaconda/lipbin"
- RUNNING_UNDER_GDM="yes"
diff --git a/hive/anaconda/qt.conf b/hive/anaconda/qt.conf
deleted file mode 100644
index 45c6297..0000000
--- a/hive/anaconda/qt.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[Paths]
-Plugins = '.'
diff --git a/hive/root_env.sh b/hive/root_env.sh
deleted file mode 100644
index 372775c..0000000
--- a/hive/root_env.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!bin/bash
-THISROOTLOC="$HOME/root/bin/thisroot.sh"
-if [ -e "$THISROOTLOC" ]
-then
-	. "$THISROOTLOC"
-fi
diff --git a/kiss/vpn/RWTH Full Tunnel.pcf b/kiss/vpn/RWTH Full Tunnel.pcf
deleted file mode 100644
index fff7ae1..0000000
--- a/kiss/vpn/RWTH Full Tunnel.pcf	
+++ /dev/null
@@ -1,42 +0,0 @@
-[main]
-Description=RWTH Full Tunnel
-Host=vpn.rwth-aachen.de
-AuthType=1
-GroupName=FullTunnel
-GroupPwd=medical
-EnableISPConnect=0
-ISPConnectType=0
-ISPConnect=
-ISPCommand=
-Username=
-SaveUserPassword=1
-EnableBackup=0
-BackupServer=
-EnableNat=1
-CertStore=0
-CertName=
-CertPath=
-CertSubjectName=
-CertSerialHash=
-DHGroup=2
-ForceKeepAlives=0
-enc_GroupPwd=
-UserPassword=
-enc_UserPassword=
-NTDomain=
-EnableMSLogon=0
-MSLogonType=0
-TunnelingMode=0
-TcpTunnelingPort=10000
-PeerTimeout=0
-EnableLocalLAN=1
-SendCertChain=0
-VerifyCertDN=
-EnableSplitDNS=1
-SingleDES=0
-SPPhonebook=
-UseLegacyIKEPort=0
-X-NM-Use-NAT-T=1
-X-NM-Force-NAT-T=0
-X-NM-SaveGroupPassword=1
-
diff --git a/kiss/vpn/RWTH_VPN_INSTALL.txt b/kiss/vpn/RWTH_VPN_INSTALL.txt
deleted file mode 100644
index e4dfb09..0000000
--- a/kiss/vpn/RWTH_VPN_INSTALL.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Über die Paketverwaltung (Synaptic) vpnc und network-manager-vpnc installieren
-Linke Maustaste auf das Network Manager-Symbol im Tray, oben rechts neben Uhr und Datum
-VPN-Verbindungen -> VPN konfigurieren...
-Hinzufügen
-Gegebenenfalls "Cisco-kompatibler VPN-Client (vpnc)" auswählen, "Erzeugen..."
-Dann die Einstellungen vornehmen:
-Name: beliebig, etwa "RWTH Full Tunnel"
-Gateway: vpn.rwth-aachen.de
-Gruppenname: FullTunnel
-Benutzerpasswort: [Passwort für WLAN/VPN Account]
-Gruppenpasswort: medical
-Benutzername: [in der Form ab123456]
-Domäne: [leer lassen]
-Verschlüsselungsmethode: [Vorgabe so lassen]
-NAT-Traversal: [Vorgabe so lassen]
-- 
GitLab