diff options
author | Austin English <wizardedit@gentoo.org> | 2016-04-28 16:52:01 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-04-28 16:59:32 -0500 |
commit | 25e5fe7861d9eb70648fd3e12c4a0eee9a5ae91b (patch) | |
tree | 3ec9213b008d1cb758f8374ef8a4037352551025 /net-dialup/rp-l2tp/files | |
parent | net-dialup/pptpd: remove pptpd-1.4.0 (diff) | |
download | gentoo-25e5fe7861d9eb70648fd3e12c4a0eee9a5ae91b.tar.gz gentoo-25e5fe7861d9eb70648fd3e12c4a0eee9a5ae91b.tar.bz2 gentoo-25e5fe7861d9eb70648fd3e12c4a0eee9a5ae91b.zip |
net-dialup/rp-l2tp: 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/rp-l2tp/files')
-rw-r--r-- | net-dialup/rp-l2tp/files/rp-l2tpd-init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/rp-l2tp/files/rp-l2tpd-init b/net-dialup/rp-l2tp/files/rp-l2tpd-init index a541255f5902..b8029c6d08c0 100644 --- a/net-dialup/rp-l2tp/files/rp-l2tpd-init +++ b/net-dialup/rp-l2tp/files/rp-l2tpd-init @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |