]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated upstart to version 0.6.3.
authorStefan Schantl <Stevee@ipfire.org>
Mon, 3 Aug 2009 15:53:06 +0000 (17:53 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Mon, 3 Aug 2009 15:53:06 +0000 (17:53 +0200)
I also cleaned the lfs file and add some rm commands for the builded but
not used config files for the compatiblity mode.

lfs/upstart

index 8272a5023d9a86f4df0086797ec01ad38e24a8f5..e8cbca50ccac4b02a7c7df14e7ea1fc9e08c6107 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = upstart
-PKG_VER    = 0.6.2
+PKG_VER    = 0.6.3
 PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
@@ -89,8 +89,13 @@ $(OBJECT): $(objects)
                        --sysconfdir=/etc \
                        --libdir=/lib
 
-       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
+       cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
 
+       rm -vf etc/init/control-alt-delete.conf
+       rm -vf etc/init/rc-sysinit.conf
+       rm -vf etc/init/rc.conf
+       rm -vf etc/init/rcS.conf
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)