diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:40 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 670d3131d674fdd031ef360a66a558d89ffa0f4a (patch) | |
tree | d823a2043559578b30c8aa8459cf8dfb27cf4cb3 /sys-fs/udftools | |
parent | sys-fs/quota: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-670d3131d674fdd031ef360a66a558d89ffa0f4a.tar.gz gentoo-670d3131d674fdd031ef360a66a558d89ffa0f4a.tar.bz2 gentoo-670d3131d674fdd031ef360a66a558d89ffa0f4a.zip |
sys-fs/udftools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-fs/udftools')
-rw-r--r-- | sys-fs/udftools/files/pktcdvd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/udftools/files/pktcdvd.init b/sys-fs/udftools/files/pktcdvd.init index 81eb917b355c..6c084a1effc6 100644 --- a/sys-fs/udftools/files/pktcdvd.init +++ b/sys-fs/udftools/files/pktcdvd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 # $Id$ |