diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:24 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 9e115a996baf50f287aeee8aa1040f8f570e5ab9 (patch) | |
tree | 4af30c5e7b6811873a2fdd1522863ffaa5ba6757 /net-dialup/xl2tpd | |
parent | net-dialup/martian-modem: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-9e115a996baf50f287aeee8aa1040f8f570e5ab9.tar.gz gentoo-9e115a996baf50f287aeee8aa1040f8f570e5ab9.tar.bz2 gentoo-9e115a996baf50f287aeee8aa1040f8f570e5ab9.zip |
net-dialup/xl2tpd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-dialup/xl2tpd')
-rw-r--r-- | net-dialup/xl2tpd/files/xl2tpd-init | 2 | ||||
-rw-r--r-- | net-dialup/xl2tpd/files/xl2tpd-init-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/xl2tpd/files/xl2tpd-init b/net-dialup/xl2tpd/files/xl2tpd-init index f8b5a1a26bd3..0d2481c8deb7 100644 --- a/net-dialup/xl2tpd/files/xl2tpd-init +++ b/net-dialup/xl2tpd/files/xl2tpd-init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-dialup/xl2tpd/files/xl2tpd-init-r1 b/net-dialup/xl2tpd/files/xl2tpd-init-r1 index 4e381e795916..4aa9c0189198 100644 --- a/net-dialup/xl2tpd/files/xl2tpd-init-r1 +++ b/net-dialup/xl2tpd/files/xl2tpd-init-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |