From 9e20c6c0b9f78cf02479b6f9a2c351be792a333e Mon Sep 17 00:00:00 2001 From: Nora Björklund Date: Fri, 22 Jan 2016 11:41:13 +0100 Subject: sysvinit: remove execution change on shutdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change is not applicable to our distro and can therefore be removed. There is no need to give all execution right on shutdown. Signed-off-by: Nora Björklund Signed-off-by: Adrian Dudau --- recipes-core/sysvinit/sysvinit_2.88dsf.bbappend | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 recipes-core/sysvinit/sysvinit_2.88dsf.bbappend diff --git a/recipes-core/sysvinit/sysvinit_2.88dsf.bbappend b/recipes-core/sysvinit/sysvinit_2.88dsf.bbappend deleted file mode 100644 index 4fd3c00..0000000 --- a/recipes-core/sysvinit/sysvinit_2.88dsf.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -do_install_append(){ - chmod o+x ${D}${base_sbindir}/shutdown -} -- cgit v1.2.3-54-g00ecf