diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:05 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | afc713c5137591b573d79cad3139fb76753d474d (patch) | |
tree | 9615b9e97f89a919d4175f79b7034009a3ca1306 /net-misc/netkit-rwho | |
parent | net-misc/netkit-bootparamd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-afc713c5137591b573d79cad3139fb76753d474d.tar.gz gentoo-afc713c5137591b573d79cad3139fb76753d474d.tar.bz2 gentoo-afc713c5137591b573d79cad3139fb76753d474d.zip |
net-misc/netkit-rwho: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/netkit-rwho')
-rw-r--r-- | net-misc/netkit-rwho/files/netkit-rwho-0.17-rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/netkit-rwho/files/netkit-rwho-0.17-rc b/net-misc/netkit-rwho/files/netkit-rwho-0.17-rc index 480adc98e8b1..af06c00b918d 100644 --- a/net-misc/netkit-rwho/files/netkit-rwho-0.17-rc +++ b/net-misc/netkit-rwho/files/netkit-rwho-0.17-rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need net |