summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:30:24 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit9e115a996baf50f287aeee8aa1040f8f570e5ab9 (patch)
tree4af30c5e7b6811873a2fdd1522863ffaa5ba6757
parentnet-dialup/martian-modem: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-9e115a996baf50f287aeee8aa1040f8f570e5ab9.tar.gz
gentoo-9e115a996baf50f287aeee8aa1040f8f570e5ab9.tar.bz2
gentoo-9e115a996baf50f287aeee8aa1040f8f570e5ab9.zip
net-dialup/xl2tpd: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r--net-dialup/xl2tpd/files/xl2tpd-init2
-rw-r--r--net-dialup/xl2tpd/files/xl2tpd-init-r12
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$