diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:04 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b1ee1eb0c723ebe38670ba328c03dfb63aa43939 (patch) | |
tree | 8bfb1f308e8db5e5fa5fc07103f9c6f5e410332b /net-print/mtink | |
parent | net-print/lprng: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b1ee1eb0c723ebe38670ba328c03dfb63aa43939.tar.gz gentoo-b1ee1eb0c723ebe38670ba328c03dfb63aa43939.tar.bz2 gentoo-b1ee1eb0c723ebe38670ba328c03dfb63aa43939.zip |
net-print/mtink: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-print/mtink')
-rw-r--r-- | net-print/mtink/files/mtinkd.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-print/mtink/files/mtinkd.rc b/net-print/mtink/files/mtinkd.rc index f881017bf5cf..769e71d9208c 100644 --- a/net-print/mtink/files/mtinkd.rc +++ b/net-print/mtink/files/mtinkd.rc @@ -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$ |