From: Dirk Wagner Date: Sun, 11 Apr 2010 20:04:04 +0000 (+0200) Subject: Removed braindead /var/run/pound creation X-Git-Tag: v2.9-beta1~378 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=e843e8adf08b8d11cae9f9b40346d1680c01c180 Removed braindead /var/run/pound creation --- 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)