]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
sysvinit: Update to 2.88.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 6 Nov 2012 21:39:54 +0000 (22:39 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Nov 2012 18:02:40 +0000 (19:02 +0100)
Did not build with too old kernel headers.

config/rootfiles/common/sysvinit
lfs/sysvinit

index 8bd60efbdcbb1d2d6d45e6df2bd745af8e6131b6..ede5aa50d3935032867ee58c08f2b10abd4a4702 100644 (file)
@@ -1,6 +1,7 @@
 bin/mountpoint
 bin/pidof
 #sbin/bootlogd
+#sbin/fstab-decode
 sbin/halt
 sbin/init
 sbin/killall5
@@ -20,10 +21,12 @@ usr/bin/wall
 #usr/share/man/man1/lastb.1
 #usr/share/man/man1/mesg.1
 #usr/share/man/man1/mountpoint.1
+#usr/share/man/man1/utmpdump.1
 #usr/share/man/man1/wall.1
 #usr/share/man/man5/initscript.5
 #usr/share/man/man5/inittab.5
 #usr/share/man/man8/bootlogd.8
+#usr/share/man/man8/fstab-decode.8
 #usr/share/man/man8/halt.8
 #usr/share/man/man8/init.8
 #usr/share/man/man8/killall5.8
index 3f16dd9815ebcbbec99b0f4637a6252d0b5c8f05..85864fd065e2b480177bf7190527308d9b7772af 100644 (file)
 
 include Config
 
-VER        = 2.86
+VER        = 2.88dsf
 
 THISAPP    = sysvinit-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 7d5d61c026122ab791ac04c8a84db967
+$(DL_FILE)_MD5 = 6eda8a97b86e0a6f59dabbf25202aa6f
 
 install : $(TARGET)
 
@@ -69,10 +69,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && cp src/init.c{,.backup}
-       cd $(DIR_APP) && sed -i 's@Sending processes@& started by init@g' \
-                               src/init.c
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && make $(MAKETUNING) -C src 
        cd $(DIR_APP) && make -C src install
        @rm -rf $(DIR_APP)