changeset 564:79f1635bda5f

core/etc: add shebang for busybox init
author David Demelier <markand@malikania.fr>
date Fri, 05 Jul 2019 19:29:08 +0200
parents 6078067f25d6
children 15992f10ced3
files core/etc/rc.init core/etc/rc.shutdown core/etc/rc.start
diffstat 3 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/core/etc/rc.init	Fri Jul 05 19:12:52 2019 +0200
+++ b/core/etc/rc.init	Fri Jul 05 19:29:08 2019 +0200
@@ -1,3 +1,4 @@
+#!/bin/sh
 #
 # /etc/rc.init: system initialization script
 #
--- a/core/etc/rc.shutdown	Fri Jul 05 19:12:52 2019 +0200
+++ b/core/etc/rc.shutdown	Fri Jul 05 19:29:08 2019 +0200
@@ -1,3 +1,4 @@
+#!/bin/sh
 #
 # /etc/rc.shutdown: reboot and halt script
 #
--- a/core/etc/rc.start	Fri Jul 05 19:12:52 2019 +0200
+++ b/core/etc/rc.start	Fri Jul 05 19:29:08 2019 +0200
@@ -1,3 +1,4 @@
+#!/bin/sh
 #
 # /etc/rc.start: runlevel control script
 #