diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:14 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 20141a1d078cf503c0461b87fbe80c7c4404604b (patch) | |
tree | 6422865a1822118bfffa4deea71056d2dccdab6c /net-analyzer | |
parent | net-analyzer/sguil-server: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-20141a1d078cf503c0461b87fbe80c7c4404604b.tar.gz gentoo-20141a1d078cf503c0461b87fbe80c7c4404604b.tar.bz2 gentoo-20141a1d078cf503c0461b87fbe80c7c4404604b.zip |
net-analyzer/sinfo: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/sinfo/files/sinfod.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/sinfo/files/sinfod.initd b/net-analyzer/sinfo/files/sinfod.initd index 00af95503263..5d28ea1a40e2 100644 --- a/net-analyzer/sinfo/files/sinfod.initd +++ b/net-analyzer/sinfo/files/sinfod.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |