diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:03 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 7cb7a2f65bcbbc7086ce02a1792beb8fef81a9d5 (patch) | |
tree | cf1be356c588477ffc890db222a54d8c105b2733 /net-misc/ndppd | |
parent | net-misc/ndisc6: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-7cb7a2f65bcbbc7086ce02a1792beb8fef81a9d5.tar.gz gentoo-7cb7a2f65bcbbc7086ce02a1792beb8fef81a9d5.tar.bz2 gentoo-7cb7a2f65bcbbc7086ce02a1792beb8fef81a9d5.zip |
net-misc/ndppd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/ndppd')
-rw-r--r-- | net-misc/ndppd/files/ndppd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/ndppd/files/ndppd.initd b/net-misc/ndppd/files/ndppd.initd index 67d6de86f9c0..58d1153eb850 100644 --- a/net-misc/ndppd/files/ndppd.initd +++ b/net-misc/ndppd/files/ndppd.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$ |