diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:26:48 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 9f5c5980edd18d0b4d64584c58a97a7d0031bb36 (patch) | |
tree | a24e1941eb0b6bd0e09f1ea520f0717618bd8de0 | |
parent | 91f4fa495d72825f1d20185c732e1dc8c63cfd19 (diff) | |
download | gentoo-9f5c5980edd18d0b4d64584c58a97a7d0031bb36.tar.gz gentoo-9f5c5980edd18d0b4d64584c58a97a7d0031bb36.tar.xz |
app-admin/swatch: use #!/sbin/openrc-run instead of #!/sbin/runscript
-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() { |