diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:45 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | caa71ea11a0538e630342a69f66ca3d499bba020 (patch) | |
tree | 3dba3b0d0050a91c08a4b2263e14bef8da2d5bc9 /app-mobilephone/sobexsrv | |
parent | app-mobilephone/smstools: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-caa71ea11a0538e630342a69f66ca3d499bba020.tar.gz gentoo-caa71ea11a0538e630342a69f66ca3d499bba020.tar.bz2 gentoo-caa71ea11a0538e630342a69f66ca3d499bba020.zip |
app-mobilephone/sobexsrv: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-mobilephone/sobexsrv')
-rw-r--r-- | app-mobilephone/sobexsrv/files/init.d_sobexsrv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-mobilephone/sobexsrv/files/init.d_sobexsrv b/app-mobilephone/sobexsrv/files/init.d_sobexsrv index a1e5cd95889a..6eb22e38b547 100644 --- a/app-mobilephone/sobexsrv/files/init.d_sobexsrv +++ b/app-mobilephone/sobexsrv/files/init.d_sobexsrv @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |