diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:53 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 74d4b78e2e16c9e41074be40245f3cab0ee02361 (patch) | |
tree | b60c7901cd40b540be6a851b02d2565792ebd9f9 /net-misc/iputils | |
parent | net-misc/ip-sentinel: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-74d4b78e2e16c9e41074be40245f3cab0ee02361.tar.gz gentoo-74d4b78e2e16c9e41074be40245f3cab0ee02361.tar.bz2 gentoo-74d4b78e2e16c9e41074be40245f3cab0ee02361.zip |
net-misc/iputils: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/iputils')
-rw-r--r-- | net-misc/iputils/files/rarpd.init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/iputils/files/rarpd.init.d b/net-misc/iputils/files/rarpd.init.d index 155b0d10f144..bf8cf1e271d7 100644 --- a/net-misc/iputils/files/rarpd.init.d +++ b/net-misc/iputils/files/rarpd.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |