From: Michael Tremer Date: Tue, 28 Nov 2017 15:55:19 +0000 (+0000) Subject: pound: Drop package which isn't very actively maintained any more X-Git-Tag: v2.19-core117~1^2~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d38edcf8b43459915b45f062a2ceac57a2b3c478;p=people%2Fstevee%2Fipfire-2.x.git pound: Drop package which isn't very actively maintained any more Signed-off-by: Michael Tremer --- diff --git a/config/backup/includes/pound b/config/backup/includes/pound deleted file mode 100644 index a1ec94b281..0000000000 --- a/config/backup/includes/pound +++ /dev/null @@ -1 +0,0 @@ -/etc/pound.cfg diff --git a/config/rootfiles/packages/pound b/config/rootfiles/packages/pound deleted file mode 100644 index 02f3d41b9c..0000000000 --- a/config/rootfiles/packages/pound +++ /dev/null @@ -1,7 +0,0 @@ -etc/rc.d/init.d/pound -#etc/pound.cfg -usr/sbin/pound -usr/sbin/poundctl -#usr/share/man/man8/pound.8 -#usr/share/man/man8/poundctl.8 -var/ipfire/backup/addons/includes/pound diff --git a/lfs/pound b/lfs/pound deleted file mode 100644 index b4206d0e57..0000000000 --- a/lfs/pound +++ /dev/null @@ -1,95 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2009 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 . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 2.7 - -THISAPP = Pound-$(VER) -DL_FILE = $(THISAPP).tgz -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = pound -PAK_VER = 8 - -DEPS = "" - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = ec8298aa3e4aee3ffbecdc0639d7f14a - -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 --sysconfdir=/etc \ - --with-dh=1024 - cd $(DIR_APP) && make $(MAKETUNING) - cd $(DIR_APP) && make install - - #install initscripts - $(call INSTALL_INITSCRIPT,pound) - - install -v -m 644 $(DIR_SRC)/config/backup/includes/pound \ - /var/ipfire/backup/addons/includes/pound - - # Remove temporary file. - rm -vf /root/.rnd - - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/make.sh b/make.sh index 4860df58cc..0569c3f43d 100755 --- a/make.sh +++ b/make.sh @@ -1436,7 +1436,6 @@ buildipfire() { lfsmake2 usb_modeswitch lfsmake2 usb_modeswitch_data lfsmake2 zerofree - lfsmake2 pound lfsmake2 minicom lfsmake2 ddrescue lfsmake2 miniupnpd diff --git a/src/initscripts/packages/pound b/src/initscripts/packages/pound deleted file mode 100644 index 86a73d8e54..0000000000 --- a/src/initscripts/packages/pound +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -######################################################################## -# Begin $rc_base/init.d/pound -# -# Description : pound reverse-proxy -# -######################################################################## - -. /etc/sysconfig/rc -. ${rc_functions} - -case "${1}" in - start) - boot_mesg "Starting pound reverse-proxy..." - loadproc /usr/sbin/pound - ;; - - stop) - boot_mesg "Stopping pound reverse-proxy..." - killproc /usr/sbin/pound - ;; - - restart) - ${0} stop - sleep 1 - ${0} start - ;; - - status) - statusproc /usr/sbin/pound - ;; - - *) - echo "Usage: ${0} {start|stop|restart|status}" - exit 1 - ;; -esac - -# End $rc_base/init.d/pound diff --git a/src/paks/pound/install.sh b/src/paks/pound/install.sh deleted file mode 100644 index c1748b07fe..0000000000 --- a/src/paks/pound/install.sh +++ /dev/null @@ -1,32 +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 . # -# # -############################################################################ -# -. /opt/pakfire/lib/functions.sh -extract_files -restore_backup ${NAME} - -ln -svf ../init.d/pound /etc/rc.d/rc0.d/K20pound -ln -svf ../init.d/pound /etc/rc.d/rc3.d/S40pound -ln -svf ../init.d/pound /etc/rc.d/rc6.d/K20pound - -start_service --background ${NAME} diff --git a/src/paks/pound/uninstall.sh b/src/paks/pound/uninstall.sh deleted file mode 100644 index aa2c63bb8e..0000000000 --- a/src/paks/pound/uninstall.sh +++ /dev/null @@ -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 . # -# # -############################################################################ -# -. /opt/pakfire/lib/functions.sh -stop_service ${NAME} -make_backup ${NAME} -remove_files - -rm -rf /etc/rc.d/rc*.d/*pound diff --git a/src/paks/pound/update.sh b/src/paks/pound/update.sh deleted file mode 100644 index 89c40d0d7c..0000000000 --- a/src/paks/pound/update.sh +++ /dev/null @@ -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 . # -# # -############################################################################ -# -. /opt/pakfire/lib/functions.sh -./uninstall.sh -./install.sh