diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:51 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 23599a9f6b42b41800fdc970f17f46d6925ca563 (patch) | |
tree | 76984320efe5be835df67adba57e56eb942a2b03 /net-misc/iodine | |
parent | net-misc/ices: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-23599a9f6b42b41800fdc970f17f46d6925ca563.tar.gz gentoo-23599a9f6b42b41800fdc970f17f46d6925ca563.tar.bz2 gentoo-23599a9f6b42b41800fdc970f17f46d6925ca563.zip |
net-misc/iodine: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/iodine')
-rw-r--r-- | net-misc/iodine/files/iodined-1.init | 2 | ||||
-rw-r--r-- | net-misc/iodine/files/iodined.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/iodine/files/iodined-1.init b/net-misc/iodine/files/iodined-1.init index 2db184a8d093..429ead397c06 100644 --- a/net-misc/iodine/files/iodined-1.init +++ b/net-misc/iodine/files/iodined-1.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-misc/iodine/files/iodined.init b/net-misc/iodine/files/iodined.init index bb0915f91ecd..d8bb4534faa4 100644 --- a/net-misc/iodine/files/iodined.init +++ b/net-misc/iodine/files/iodined.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |