diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:46 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 6dcef93652f5a5b0ee87e8e1c4e7170b2830759c (patch) | |
tree | 39d2ff74d81cb9d9ee95b5e986a269dc193ae96e /net-nntp | |
parent | net-nntp/hellanzb: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-6dcef93652f5a5b0ee87e8e1c4e7170b2830759c.tar.gz gentoo-6dcef93652f5a5b0ee87e8e1c4e7170b2830759c.tar.bz2 gentoo-6dcef93652f5a5b0ee87e8e1c4e7170b2830759c.zip |
net-nntp/inn: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/inn/files/innd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-nntp/inn/files/innd b/net-nntp/inn/files/innd index b22ce0946d5d..bcb3e6f68958 100644 --- a/net-nntp/inn/files/innd +++ b/net-nntp/inn/files/innd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |