diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:06 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c575f1bf39b40380d900181e87aa65025b9d5326 (patch) | |
tree | 0d2bd199f3c2d02d9b4ac63ae9b32e38185e8533 /net-misc/nstx/files/nstxd.init | |
parent | net-misc/networkmanager: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c575f1bf39b40380d900181e87aa65025b9d5326.tar.gz gentoo-c575f1bf39b40380d900181e87aa65025b9d5326.tar.bz2 gentoo-c575f1bf39b40380d900181e87aa65025b9d5326.zip |
net-misc/nstx: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/nstx/files/nstxd.init')
-rw-r--r-- | net-misc/nstx/files/nstxd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/nstx/files/nstxd.init b/net-misc/nstx/files/nstxd.init index ce4bed8377aa..496442fea0b8 100644 --- a/net-misc/nstx/files/nstxd.init +++ b/net-misc/nstx/files/nstxd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # (Written by Phillip Berndt <phillip.berndt at gmail dot com>) |