Cleanup: removed obsolete packages.

This commit is contained in:
Arne Fitzenreiter
2010-05-19 16:30:02 +02:00
parent b1c65a1e01
commit 3f0d97d2af
8 changed files with 0 additions and 1359 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +0,0 @@
usr/bin/tcptrack
#usr/share/man/man1/tcptrack.1

View File

@@ -1,91 +0,0 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
# #
###############################################################################
###############################################################################
# Definitions
###############################################################################
include Config
VER = 2-19-0
THISAPP = esniper-$(VER)
DL_FILE = $(THISAPP).tgz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = esniper
PAK_VER = 3
DEPS = ""
###############################################################################
# Top-level Rules
###############################################################################
objects = $(DL_FILE) es-f_1.1.1.tgz
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
es-f_1.1.1.tgz = $(DL_FROM)/es-f_1.1.1.tgz
$(DL_FILE)_MD5 = 9b2b27a8d01deadf547f59831f2a06fc
es-f_1.1.1.tgz_MD5 = 6d322716edfc0d86a0a230e648a6f797
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################
$(patsubst %,$(DIR_CHK)/%,$(objects)) :
@$(CHECK)
$(patsubst %,$(DIR_DL)/%,$(objects)) :
@$(LOAD)
$(subst %,%_MD5,$(objects)) :
@$(MD5)
###############################################################################
# Installation Details
###############################################################################
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure --prefix=/usr
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
-mkdir /srv/web/esniper
tar xvfz $(DIR_DL)/es-f_1.1.1.tgz -C /srv/web/esniper
chown -Rv nobody.nobody /srv/web/esniper
install -v -m 644 $(DIR_SRC)/config/backup/includes/esniper \
/var/ipfire/backup/addons/includes/esniper
@rm -rf $(DIR_APP)
@$(POSTBUILD)

View File

@@ -1,84 +0,0 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# This program is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
# #
###############################################################################
###############################################################################
# Definitions
###############################################################################
include Config
VER = 1.3.0
THISAPP = tcptrack-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = tcptrack
PAK_VER = 2
DEPS = ""
###############################################################################
# Top-level Rules
###############################################################################
objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 227baeb2f96758f7614f6f788b6a4d93
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
dist:
@$(PAK)
###############################################################################
# Downloading, checking, md5sum
###############################################################################
$(patsubst %,$(DIR_CHK)/%,$(objects)) :
@$(CHECK)
$(patsubst %,$(DIR_DL)/%,$(objects)) :
@$(LOAD)
$(subst %,%_MD5,$(objects)) :
@$(MD5)
###############################################################################
# Installation Details
###############################################################################
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && ./configure --prefix=/usr
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
@rm -rf $(DIR_APP)
@$(POSTBUILD)

14
make.sh
View File

@@ -345,14 +345,9 @@ buildipfire() {
ipfiremake linux-firmware
ipfiremake linux XEN=1
ipfiremake kqemu XEN=1
#ipfiremake kvm-kmod XEN=1
ipfiremake v4l-dvb XEN=1
ipfiremake madwifi XEN=1
#ipfiremake alsa XEN=1 KMOD=1
ipfiremake dahdi XEN=1 KMOD=1
#ipfiremake openswan XEN=1 KMOD=1
#ipfiremake mISDN XEN=1
#ipfiremake compat-wireless XEN=1
ipfiremake cryptodev XEN=1
ipfiremake linux
ipfiremake kqemu
@@ -361,9 +356,6 @@ buildipfire() {
ipfiremake madwifi
ipfiremake alsa KMOD=1
ipfiremake dahdi KMOD=1
# ipfiremake openswan KMOD=1
#ipfiremake mISDN
#ipfiremake compat-wireless
ipfiremake cryptodev
ipfiremake pkg-config
ipfiremake linux-atm
@@ -548,7 +540,6 @@ buildipfire() {
ipfiremake tripwire
ipfiremake sysstat
ipfiremake vsftpd
# ipfiremake openswan
ipfiremake strongswan
ipfiremake lsof
ipfiremake centerim
@@ -558,7 +549,6 @@ buildipfire() {
ipfiremake liboping
ipfiremake collectd
ipfiremake lcd4linux
ipfiremake tcptrack
ipfiremake teamspeak
ipfiremake elinks
ipfiremake igmpproxy
@@ -589,7 +579,6 @@ buildipfire() {
ipfiremake git
ipfiremake squidclamav
ipfiremake bc
ipfiremake esniper
ipfiremake vnstat
ipfiremake vnstati
ipfiremake iw
@@ -607,7 +596,6 @@ buildipfire() {
ipfiremake netcat
ipfiremake 7zip
ipfiremake lynis
#ipfiremake cryptsetup
ipfiremake splix
ipfiremake streamripper
ipfiremake sshfs
@@ -617,8 +605,6 @@ buildipfire() {
ipfiremake sslh
ipfiremake perl-gettext
ipfiremake vdradmin
# ipfiremake x11libs
# ipfiremake xen
ipfiremake miau
ipfiremake netsnmpd
ipfiremake perl-DBI

View File

@@ -1,35 +0,0 @@
#!/bin/bash
############################################################################
# #
# This file is part of the IPFire Firewall. #
# #
# IPFire is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
# IPFire is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with IPFire; if not, write to the Free Software #
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
# #
# Copyright (C) 2007 IPFire-Team <info@ipfire.org>. #
# #
############################################################################
#
. /opt/pakfire/lib/functions.sh
extract_files
restore_backup ${NAME}
useradd -s /bin/false esniper
grep -v "esniper" /etc/sudoers > /tmp/sudoers
echo "# esniper user" >> /tmp/sudoers
echo "nobody ALL=(esniper) NOPASSWD: /usr/bin/sudo, /bin/sh, /bin/kill" >> /tmp/sudoers
mv /tmp/sudoers /etc/sudoers
chmod 0440 /etc/sudoers
chmod 777 /srv/web/esniper
chown nobody.nobody /srv/web/esniper
/etc/init.d/apache reload

View File

@@ -1,29 +0,0 @@
#!/bin/bash
############################################################################
# #
# This file is part of the IPFire Firewall. #
# #
# IPFire is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
# IPFire is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with IPFire; if not, write to the Free Software #
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
# #
# Copyright (C) 2007 IPFire-Team <info@ipfire.org>. #
# #
############################################################################
#
. /opt/pakfire/lib/functions.sh
make_backup ${NAME}
remove_files
grep -v "esniper" /etc/sudoers > /tmp/sudoers
mv /tmp/sudoers /etc/sudoers
chmod 0440 /etc/sudoers

View File

@@ -1,26 +0,0 @@
#!/bin/bash
############################################################################
# #
# This file is part of the IPFire Firewall. #
# #
# IPFire is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
# IPFire is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with IPFire; if not, write to the Free Software #
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
# #
# Copyright (C) 2007 IPFire-Team <info@ipfire.org>. #
# #
############################################################################
#
. /opt/pakfire/lib/functions.sh
./uninstall.sh
./install.sh