diff options
author | 2016-05-03 19:22:08 -0500 | |
---|---|---|
committer | 2016-05-03 19:22:08 -0500 | |
commit | 502298619cc393af7441a50ac2371f2a9a158e0c (patch) | |
tree | 2940618594f9acaeb303b164637c860187a5b82f /net-misc/netkit-routed/files | |
parent | net-misc/mrouted: remove old version (diff) | |
download | gentoo-502298619cc393af7441a50ac2371f2a9a158e0c.tar.gz gentoo-502298619cc393af7441a50ac2371f2a9a158e0c.tar.bz2 gentoo-502298619cc393af7441a50ac2371f2a9a158e0c.zip |
net-misc/netkit-routed: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/netkit-routed/files')
-rw-r--r-- | net-misc/netkit-routed/files/routed.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/netkit-routed/files/routed.initd b/net-misc/netkit-routed/files/routed.initd index 562af6f10adb..0b821fd19e83 100644 --- a/net-misc/netkit-routed/files/routed.initd +++ b/net-misc/netkit-routed/files/routed.initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |