summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:26:48 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit9f5c5980edd18d0b4d64584c58a97a7d0031bb36 (patch)
treea24e1941eb0b6bd0e09f1ea520f0717618bd8de0
parentapp-admin/supervisor: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-9f5c5980edd18d0b4d64584c58a97a7d0031bb36.tar.gz
gentoo-9f5c5980edd18d0b4d64584c58a97a7d0031bb36.tar.bz2
gentoo-9f5c5980edd18d0b4d64584c58a97a7d0031bb36.zip
app-admin/swatch: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r--app-admin/swatch/files/swatch-init2
-rw-r--r--app-admin/swatch/files/swatch-initd2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/swatch/files/swatch-init b/app-admin/swatch/files/swatch-init
index cd622de5e59d..f02b066912f8 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 f1a25a66a209..76ca0ccccd55 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() {