summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/sysvinit/sysvinit/install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/sysvinit/sysvinit/install.patch')
-rw-r--r--meta/recipes-core/sysvinit/sysvinit/install.patch7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-core/sysvinit/sysvinit/install.patch b/meta/recipes-core/sysvinit/sysvinit/install.patch
index 2930fb0195..90563a6294 100644
--- a/meta/recipes-core/sysvinit/sysvinit/install.patch
+++ b/meta/recipes-core/sysvinit/sysvinit/install.patch
@@ -1,4 +1,4 @@
1From b6cc66ab245ceb6bca0116dff7a41f6d7677b96a Mon Sep 17 00:00:00 2001 1From 5e35aa105e7a2e85db2a89fee4114090b1ac55be Mon Sep 17 00:00:00 2001
2From: Qing He <qing.he@intel.com> 2From: Qing He <qing.he@intel.com>
3Date: Fri, 18 Jun 2010 09:40:30 +0800 3Date: Fri, 18 Jun 2010 09:40:30 +0800
4Subject: [PATCH] sysvinit: upgrade to version 2.88dsf 4Subject: [PATCH] sysvinit: upgrade to version 2.88dsf
@@ -10,7 +10,7 @@ Upstream-Status: Pending
10 1 file changed, 30 insertions(+), 23 deletions(-) 10 1 file changed, 30 insertions(+), 23 deletions(-)
11 11
12diff --git a/src/Makefile b/src/Makefile 12diff --git a/src/Makefile b/src/Makefile
13index 9f9f09e..1380d7f 100644 13index 1b368dc..5b1a5a2 100644
14--- a/src/Makefile 14--- a/src/Makefile
15+++ b/src/Makefile 15+++ b/src/Makefile
16@@ -77,7 +77,14 @@ else 16@@ -77,7 +77,14 @@ else
@@ -29,7 +29,7 @@ index 9f9f09e..1380d7f 100644
29 29
30 ifeq ($(WITH_SELINUX),yes) 30 ifeq ($(WITH_SELINUX),yes)
31 SELINUX_DEF = -DWITH_SELINUX 31 SELINUX_DEF = -DWITH_SELINUX
32@@ -189,42 +196,42 @@ clobber: cleanobjs 32@@ -191,43 +198,43 @@ clobber: cleanobjs
33 distclean: clobber 33 distclean: clobber
34 34
35 install: all 35 install: all
@@ -50,6 +50,7 @@ index 9f9f09e..1380d7f 100644
50+ $(INSTALL_EXEC) $$i $(ROOT)$(bindir)/ ; \ 50+ $(INSTALL_EXEC) $$i $(ROOT)$(bindir)/ ; \
51 done 51 done
52 # $(INSTALL_DIR) $(ROOT)/etc/ 52 # $(INSTALL_DIR) $(ROOT)/etc/
53 $(INSTALL_DIR) $(ROOT)/etc/inittab.d
53 # $(INSTALL_EXEC) ../doc/initscript.sample $(ROOT)/etc/ 54 # $(INSTALL_EXEC) ../doc/initscript.sample $(ROOT)/etc/
54- ln -sf halt $(ROOT)/sbin/reboot 55- ln -sf halt $(ROOT)/sbin/reboot
55- ln -sf halt $(ROOT)/sbin/poweroff 56- ln -sf halt $(ROOT)/sbin/poweroff