diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:54:34 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:54:34 -0500 |
commit | c07c7081dc292ae9f040f5e38f117dddefd61b49 (patch) | |
tree | bf68eaf47c8b623f47052132a117c90487972994 /net-misc/termpkg/files | |
parent | 2a4073bbb6da754e77332e4baddd9dbbccc89474 (diff) | |
download | gentoo-c07c7081dc292ae9f040f5e38f117dddefd61b49.tar.gz gentoo-c07c7081dc292ae9f040f5e38f117dddefd61b49.tar.xz |
net-misc/termpkg: 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-misc/termpkg/files')
-rw-r--r-- | net-misc/termpkg/files/termnetd.initd | 4 | ||||
-rw-r--r-- | net-misc/termpkg/files/ttyd.initd | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/termpkg/files/termnetd.initd b/net-misc/termpkg/files/termnetd.initd index 90e2462f4fd..010c5c351c0 100644 --- a/net-misc/termpkg/files/termnetd.initd +++ b/net-misc/termpkg/files/termnetd.initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-misc/termpkg/files/ttyd.initd b/net-misc/termpkg/files/ttyd.initd index abcb691f360..31930531a1e 100644 --- a/net-misc/termpkg/files/ttyd.initd +++ b/net-misc/termpkg/files/ttyd.initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |