From 9e51058b39f054c1e0803704c2fea4ac6aeb5094 Mon Sep 17 00:00:00 2001 From: Dirk Wagner Date: Tue, 6 Apr 2010 17:22:00 +0200 Subject: [PATCH 1/1] removed ~ file --- lfs/pound | 1 + src/paks/pound/install.sh~ | 32 -------------------------------- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 src/paks/pound/install.sh~ diff --git a/lfs/pound b/lfs/pound index 39ef2cd5e6..673ba39ebf 100644 --- a/lfs/pound +++ b/lfs/pound @@ -80,6 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc --enable-cert1l cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install + -mkdir -p /var/run/pound install -v -m 644 $(DIR_SRC)/config/backup/includes/pound \ /var/ipfire/backup/addons/includes/pound @rm -rf $(DIR_APP) diff --git a/src/paks/pound/install.sh~ b/src/paks/pound/install.sh~ deleted file mode 100644 index f8f5b55f48..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/K20watchdog -ln -svf ../init.d/pound /etc/rc.d/rc3.d/S40pound -ln -svf ../init.d/pound /etc/rc.d/rc6.d/K20watchdog - -start_service --background ${NAME} -- 2.39.2