diff options
author | 2016-04-28 16:55:52 -0500 | |
---|---|---|
committer | 2016-04-28 16:59:32 -0500 | |
commit | ab134a38b42894f53ca999c3ca87d91ec39c5f51 (patch) | |
tree | d9733d436183ee8e5e8de26916e08512dc0fb95b /net-dialup/sendpage/files | |
parent | net-dialup/rp-l2tp: removing rp-l2tp-0.4-r3 (diff) | |
download | gentoo-ab134a38b42894f53ca999c3ca87d91ec39c5f51.tar.gz gentoo-ab134a38b42894f53ca999c3ca87d91ec39c5f51.tar.bz2 gentoo-ab134a38b42894f53ca999c3ca87d91ec39c5f51.zip |
net-dialup/sendpage: 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/sendpage/files')
-rw-r--r-- | net-dialup/sendpage/files/sendpage.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/sendpage/files/sendpage.initd b/net-dialup/sendpage/files/sendpage.initd index 2fcf217a3df8..3a46a8c26f38 100644 --- a/net-dialup/sendpage/files/sendpage.initd +++ b/net-dialup/sendpage/files/sendpage.initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |