diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:09 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 6594c8dbac1acf74e731fc85ac2c6662ac7cacf0 (patch) | |
tree | 26846a9f97ec3287414b121400eb8e9e8c86123b /dev-libs/tntnet | |
parent | dev-libs/openct: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-6594c8dbac1acf74e731fc85ac2c6662ac7cacf0.tar.gz gentoo-6594c8dbac1acf74e731fc85ac2c6662ac7cacf0.tar.bz2 gentoo-6594c8dbac1acf74e731fc85ac2c6662ac7cacf0.zip |
dev-libs/tntnet: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-libs/tntnet')
-rw-r--r-- | dev-libs/tntnet/files/tntnet.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/tntnet/files/tntnet.initd b/dev-libs/tntnet/files/tntnet.initd index a7038b16d1fb..4fbacb8dda2c 100644 --- a/dev-libs/tntnet/files/tntnet.initd +++ b/dev-libs/tntnet/files/tntnet.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |