]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
removed ~ file
authorDirk Wagner <glotzi@ipfire.org>
Tue, 6 Apr 2010 15:22:00 +0000 (17:22 +0200)
committerDirk Wagner <glotzi@ipfire.org>
Tue, 6 Apr 2010 15:22:00 +0000 (17:22 +0200)
lfs/pound
src/paks/pound/install.sh~ [deleted file]

index 39ef2cd5e60b3a6ac96dfa48aac1e6ddd388ece3..673ba39ebfbb8192d2b2d917770efcbdbb8a5e36 100644 (file)
--- 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 (file)
index f8f5b55..0000000
+++ /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 <info@ipfire.org>.                        #
-#                                                                          #
-############################################################################
-#
-. /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}