summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNora Björklund <nora.bjorklund@enea.com>2016-01-22 11:41:13 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-02-24 14:20:58 +0100
commit9e20c6c0b9f78cf02479b6f9a2c351be792a333e (patch)
tree33dc81f03ec40afdbfc9cb6450fcc449f4718282
parent80bbbc804ccfd071fc8c365afe1a3a9f3f41dfaa (diff)
downloadmeta-el-common-9e20c6c0b9f78cf02479b6f9a2c351be792a333e.tar.gz
sysvinit: remove execution change on shutdown
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 <nora.bjorklund@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--recipes-core/sysvinit/sysvinit_2.88dsf.bbappend3
1 files changed, 0 insertions, 3 deletions
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 @@
1do_install_append(){
2 chmod o+x ${D}${base_sbindir}/shutdown
3}