From: Stefan Schantl Date: Mon, 3 Aug 2009 15:53:06 +0000 (+0200) Subject: Updated upstart to version 0.6.3. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=868249bfcc426bdf1c1f17c4d4c90ec70cf8c035;p=ipfire-3.x.git Updated upstart to version 0.6.3. I also cleaned the lfs file and add some rm commands for the builded but not used config files for the compatiblity mode. --- diff --git a/lfs/upstart b/lfs/upstart index 8272a5023..e8cbca50c 100644 --- a/lfs/upstart +++ b/lfs/upstart @@ -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)