]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Removed braindead /var/run/pound creation
authorDirk Wagner <glotzi@ipfire.org>
Sun, 11 Apr 2010 20:04:04 +0000 (22:04 +0200)
committerDirk Wagner <glotzi@ipfire.org>
Sun, 11 Apr 2010 20:04:04 +0000 (22:04 +0200)
config/rootfiles/packages/pound
lfs/pound

index a7065c8657292042bcde76e6243d2c3b96057a69..45e218b14045b301e5916bfbc6b319f7ad90287b 100644 (file)
@@ -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
index 673ba39ebfbb8192d2b2d917770efcbdbb8a5e36..39ef2cd5e60b3a6ac96dfa48aac1e6ddd388ece3 100644 (file)
--- 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)