diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:18 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 744006870577962b8d436e894f715dc43d0ec042 (patch) | |
tree | 009e25c8ebfc5d7bda11e7992a75947617e390e8 /net-analyzer | |
parent | net-analyzer/softflowd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-744006870577962b8d436e894f715dc43d0ec042.tar.gz gentoo-744006870577962b8d436e894f715dc43d0ec042.tar.bz2 gentoo-744006870577962b8d436e894f715dc43d0ec042.zip |
net-analyzer/symon: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/symon/files/symon-init.d | 2 | ||||
-rw-r--r-- | net-analyzer/symon/files/symux-init.d | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/symon/files/symon-init.d b/net-analyzer/symon/files/symon-init.d index 2d4cd7afcd85..70cd7407db56 100644 --- a/net-analyzer/symon/files/symon-init.d +++ b/net-analyzer/symon/files/symon-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the 2-clause BSD license # $Id$ diff --git a/net-analyzer/symon/files/symux-init.d b/net-analyzer/symon/files/symux-init.d index 006fba0e6a46..e6d7e04370ab 100644 --- a/net-analyzer/symon/files/symux-init.d +++ b/net-analyzer/symon/files/symux-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the 2-clause BSD license # $Id$ |