From f72a593b092c379977bb927c717cc9d2dea507df Mon Sep 17 00:00:00 2001 From: Victor Collod Date: Thu, 3 Aug 2017 17:26:11 +0200 Subject: [PATCH] migrate to openrc-run --- skeleton-openrc/etc/init.d/scw-hostname | 2 +- skeleton-openrc/etc/init.d/scw-initramfs-shutdown | 2 +- skeleton-openrc/etc/init.d/scw-ssh-keys | 2 +- skeleton-openrc/etc/init.d/scw-sshd-keys | 2 +- skeleton-openrc/etc/init.d/scw-swapfile | 2 +- skeleton-openrc/etc/init.d/scw-sync-kernel-extra | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/skeleton-openrc/etc/init.d/scw-hostname b/skeleton-openrc/etc/init.d/scw-hostname index 734c534..9f10df6 100755 --- a/skeleton-openrc/etc/init.d/scw-hostname +++ b/skeleton-openrc/etc/init.d/scw-hostname @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license. diff --git a/skeleton-openrc/etc/init.d/scw-initramfs-shutdown b/skeleton-openrc/etc/init.d/scw-initramfs-shutdown index 5b5d851..8015525 100755 --- a/skeleton-openrc/etc/init.d/scw-initramfs-shutdown +++ b/skeleton-openrc/etc/init.d/scw-initramfs-shutdown @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license. diff --git a/skeleton-openrc/etc/init.d/scw-ssh-keys b/skeleton-openrc/etc/init.d/scw-ssh-keys index 5aaa808..ecbc937 100755 --- a/skeleton-openrc/etc/init.d/scw-ssh-keys +++ b/skeleton-openrc/etc/init.d/scw-ssh-keys @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license. diff --git a/skeleton-openrc/etc/init.d/scw-sshd-keys b/skeleton-openrc/etc/init.d/scw-sshd-keys index 30a1181..35b7d66 100755 --- a/skeleton-openrc/etc/init.d/scw-sshd-keys +++ b/skeleton-openrc/etc/init.d/scw-sshd-keys @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license. diff --git a/skeleton-openrc/etc/init.d/scw-swapfile b/skeleton-openrc/etc/init.d/scw-swapfile index d3a3bdc..80d8ea8 100755 --- a/skeleton-openrc/etc/init.d/scw-swapfile +++ b/skeleton-openrc/etc/init.d/scw-swapfile @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license. diff --git a/skeleton-openrc/etc/init.d/scw-sync-kernel-extra b/skeleton-openrc/etc/init.d/scw-sync-kernel-extra index 7635c20..b14a45c 100755 --- a/skeleton-openrc/etc/init.d/scw-sync-kernel-extra +++ b/skeleton-openrc/etc/init.d/scw-sync-kernel-extra @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright (c) 2015 Scaleway # Released under the MIT license.