diff options
-rw-r--r-- | app-admin/swatch/files/swatch-init | 2 | ||||
-rw-r--r-- | app-admin/swatch/files/swatch-initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/swatch/files/swatch-init b/app-admin/swatch/files/swatch-init index cd622de5e59..f02b066912f 100644 --- a/app-admin/swatch/files/swatch-init +++ b/app-admin/swatch/files/swatch-init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # This script is based on the one created by Phil (bug #255329). depend() { diff --git a/app-admin/swatch/files/swatch-initd b/app-admin/swatch/files/swatch-initd index f1a25a66a20..76ca0ccccd5 100644 --- a/app-admin/swatch/files/swatch-initd +++ b/app-admin/swatch/files/swatch-initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # This script is based on the one created by Phil (bug #255329). depend() { |