From 17ffe40523144a60d4297cfb18c3b5fdaffa84af Mon Sep 17 00:00:00 2001 From: euer Date: Thu, 20 Dec 2012 15:53:41 +0100 Subject: //{hyper,json} -> //sandbox //{icecrab,kachelmann,meinsack} -> //god //host -> //punani/host --- icecrab/Makefile | 6 -- icecrab/icecast.xml | 174 -------------------------------------------------- icecrab/icecast2.conf | 19 ------ 3 files changed, 199 deletions(-) delete mode 100644 icecrab/Makefile delete mode 100644 icecrab/icecast.xml delete mode 100644 icecrab/icecast2.conf (limited to 'icecrab') diff --git a/icecrab/Makefile b/icecrab/Makefile deleted file mode 100644 index 36e91b76..00000000 --- a/icecrab/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -.phony: debian - -debian: - [ -e /usr/bin/icecast2 ] || apt-get install --yes icecast2 - cp icecast2 /etc/default/icecast2 - cp icecast.xml /etc/icecast2/icecast.xml diff --git a/icecrab/icecast.xml b/icecrab/icecast.xml deleted file mode 100644 index 7776dc36..00000000 --- a/icecrab/icecast.xml +++ /dev/null @@ -1,174 +0,0 @@ - - - 100 - 2 - 5 - 524288 - 30 - 15 - 10 - - 1 - - 65535 - - - - - shackit - - shackit - - - admin - aidsballs - - - - - - - - - krebs.shack - - - - 8000 - - - - - - - - - - - - - - - - - - 1 - - - - /usr/share/icecast2 - - - /var/log/icecast2 - /usr/share/icecast2/web - /usr/share/icecast2/admin - - - - - - - - - - access.log - error.log - - 3 - 10000 - - - - - - 0 - - - diff --git a/icecrab/icecast2.conf b/icecrab/icecast2.conf deleted file mode 100644 index 3a2521ff..00000000 --- a/icecrab/icecast2.conf +++ /dev/null @@ -1,19 +0,0 @@ -# Defaults for icecast2 initscript -# sourced by /etc/init.d/icecast2 -# installed at /etc/default/icecast2 by the maintainer scripts - -# -# This is a POSIX shell fragment -# - -# Full path to the server configuration file -CONFIGFILE="/etc/icecast2/icecast.xml" - -# Name or ID of the user and group the daemon should run under -USERID=icecast2 -GROUPID=icecast - -# Edit /etc/icecast2/icecast.xml and change at least the passwords. -# Change this to true when done to enable the init.d script -ENABLE=true - -- cgit v1.2.3