From e843e8adf08b8d11cae9f9b40346d1680c01c180 Mon Sep 17 00:00:00 2001 From: Dirk Wagner Date: Sun, 11 Apr 2010 22:04:04 +0200 Subject: [PATCH] Removed braindead /var/run/pound creation --- config/rootfiles/packages/pound | 1 - lfs/pound | 1 - 2 files changed, 2 deletions(-) diff --git a/config/rootfiles/packages/pound b/config/rootfiles/packages/pound index a7065c8657..45e218b140 100644 --- a/config/rootfiles/packages/pound +++ b/config/rootfiles/packages/pound @@ -5,5 +5,4 @@ usr/sbin/poundctl #usr/share/man/man8/pound.8 #usr/share/man/man8/poundctl.8 var/ipfire/backup/addons/includes/pound -#var/run/pound etc/rc.d/init.d/pound diff --git a/lfs/pound b/lfs/pound index 673ba39ebf..39ef2cd5e6 100644 --- a/lfs/pound +++ b/lfs/pound @@ -80,7 +80,6 @@ $(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) -- 2.39.2