Fix lynis lfs, fix ipfireseeder rootfile

This commit is contained in:
Arne Fitzenreiter
2008-11-01 21:13:33 +01:00
parent a692067b6a
commit 81bac43b4c
3 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
etc/rc.d/init.d/ipfireseeder
var/ipfire/seeder
#var/ipfire/seeder/ipfire-2.1.i586-full.iso.torrent
var/log/seeder

View File

@@ -56,6 +56,7 @@
* bridge-utils-1.1
* busybox-1.2.2
* bwm-ng-0.6
* bzip2-1.0.3
* bzip2-1.0.5
* calamaris-2.59
* capi4k-utils-2005-07-18
@@ -239,6 +240,7 @@
* pkg-config-0.20
* popt-1.10.4
* portmap_5beta
* postfix-2.4.6
* postfix-2.5.5
* ppp-2.4.4
* procps-3.2.6

View File

@@ -32,6 +32,10 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = lynis
PAK_VER = 1
DEPS = ""
###############################################################################
# Top-level Rules
###############################################################################
@@ -63,6 +67,9 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) :
$(subst %,%_MD5,$(objects)) :
@$(MD5)
dist:
@$(PAK)
###############################################################################
# Installation Details
###############################################################################