diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:32 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 856030273ed2aa2ab5b020d1045a8873cbf537f4 (patch) | |
tree | ccd189a29454eca935171ecf9cbf7f6461c83e04 /net-misc/arpsponge | |
parent | net-misc/apt-cacher-ng: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-856030273ed2aa2ab5b020d1045a8873cbf537f4.tar.gz gentoo-856030273ed2aa2ab5b020d1045a8873cbf537f4.tar.bz2 gentoo-856030273ed2aa2ab5b020d1045a8873cbf537f4.zip |
net-misc/arpsponge: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/arpsponge')
-rw-r--r-- | net-misc/arpsponge/files/arpsponge.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/arpsponge/files/arpsponge.initd b/net-misc/arpsponge/files/arpsponge.initd index bfdeb8e40a48..73c35b139ee5 100644 --- a/net-misc/arpsponge/files/arpsponge.initd +++ b/net-misc/arpsponge/files/arpsponge.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |