]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated ulogd2 to 2.0.0beta3.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Mar 2009 12:45:52 +0000 (13:45 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Mar 2009 12:45:52 +0000 (13:45 +0100)
config/ulogd/sqlite3.table [moved from config/ulogd2/sqlite3.table with 100% similarity]
config/ulogd/ulogd.conf [moved from config/ulogd2/ulogd.conf with 100% similarity]
config/ulogd/ulogd.logrotate [moved from config/ulogd2/ulogd.logrotate with 100% similarity]
lfs/ulogd2

index a7aac61886bb93fcadaf85c65ff8dc0ce6b35148..8a54127754f38f39e4964c367023e30834979395 100644 (file)
 
 include Config
 
-PKG_NAME   = ulogd2
-PKG_VER    = 20090209
+PKG_NAME   = ulogd
+PKG_VER    = 2.0.0beta3
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
@@ -56,7 +56,7 @@ $(objects) :
 $(OBJECT) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./autogen.sh
+       #cd $(DIR_APP) && ./autogen.sh
        cd $(DIR_APP) && \
                ./configure \
                        $(CONFIGURE_ARCH) \