]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Fix lynis lfs, fix ipfireseeder rootfile
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 1 Nov 2008 20:13:33 +0000 (21:13 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 1 Nov 2008 20:13:33 +0000 (21:13 +0100)
config/rootfiles/packages/ipfireseeder
doc/packages-list.txt
lfs/lynis

index 85bb3da7df51eb3e1871d733d79f8fa247fc48e1..adb58cccad34d7ee1e0b600c0bd64ebe6ee4d148 100644 (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
index b1f9f4edb389d05589ae41c79f600adbfcc3b892..47100cf2b0e97e1771ab25a2e362badd09d10f92 100644 (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
 * 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
index d2531f4b6d38a031c2b6f95694ec780dbe724c2e..cf2d733245ede90dfddf7e53eb08eb01dbe82b0f 100644 (file)
--- a/lfs/lynis
+++ b/lfs/lynis
@@ -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
 ###############################################################################