diff options
author | Austin English <wizardedit@gentoo.org> | 2016-04-28 16:44:18 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-04-28 16:59:32 -0500 |
commit | 6a4799a8fabd7cc88f281b5f4f447e8ad705f48e (patch) | |
tree | c3215896297bd7251eff5837bf8bdc5a32f2516f /net-dialup/freeradius/files/radius.init-r3 | |
parent | net-dialup/dwun: remove dwun-0.96e-r3 (diff) | |
download | gentoo-6a4799a8fabd7cc88f281b5f4f447e8ad705f48e.tar.gz gentoo-6a4799a8fabd7cc88f281b5f4f447e8ad705f48e.tar.bz2 gentoo-6a4799a8fabd7cc88f281b5f4f447e8ad705f48e.zip |
net-dialup/freeradius: 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-dialup/freeradius/files/radius.init-r3')
-rw-r--r-- | net-dialup/freeradius/files/radius.init-r3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/freeradius/files/radius.init-r3 b/net-dialup/freeradius/files/radius.init-r3 index e5e607ce18e6..9c16ac59b41e 100644 --- a/net-dialup/freeradius/files/radius.init-r3 +++ b/net-dialup/freeradius/files/radius.init-r3 @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 command=/usr/sbin/radiusd |