diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 122646b7a55283c478eecff6d0bbfb354ce19847 (patch) | |
tree | 0f6acb6998b42fcfa786eaafb2bf8886b10a6701 /net-misc | |
parent | a25abe4e39941e70116cb9b572f86da9f9b0e5d5 (diff) | |
download | gentoo-122646b7a55283c478eecff6d0bbfb354ce19847.tar.gz gentoo-122646b7a55283c478eecff6d0bbfb354ce19847.tar.xz |
net-misc/logmein-hamachi: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/logmein-hamachi/files/logmein-hamachi.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/logmein-hamachi/files/logmein-hamachi.initd b/net-misc/logmein-hamachi/files/logmein-hamachi.initd index 25dce7d0947..4bff7452ebc 100644 --- a/net-misc/logmein-hamachi/files/logmein-hamachi.initd +++ b/net-misc/logmein-hamachi/files/logmein-hamachi.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |