diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:01 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 5d88199bd6801a3208abf4b05dbeeeafa7e92c4b (patch) | |
tree | 052481e311e1677bc28a0db552c7915378c48160 /net-print | |
parent | net-p2p/transmission: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5d88199bd6801a3208abf4b05dbeeeafa7e92c4b.tar.gz gentoo-5d88199bd6801a3208abf4b05dbeeeafa7e92c4b.tar.bz2 gentoo-5d88199bd6801a3208abf4b05dbeeeafa7e92c4b.zip |
net-print/cups: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/cups/files/cupsd.init.d-r1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-print/cups/files/cupsd.init.d-r1 b/net-print/cups/files/cupsd.init.d-r1 index 2f2e9e2df192..b8b913da0364 100644 --- a/net-print/cups/files/cupsd.init.d-r1 +++ b/net-print/cups/files/cupsd.init.d-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { use net |