diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:24 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2d4d69798a1af87c4efec00790e28592be500564 (patch) | |
tree | 4fa498f94bcbd75aad4769855330b49fc8162bec /net-mail | |
parent | net-mail/fetchmail: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2d4d69798a1af87c4efec00790e28592be500564.tar.gz gentoo-2d4d69798a1af87c4efec00790e28592be500564.tar.bz2 gentoo-2d4d69798a1af87c4efec00790e28592be500564.zip |
net-mail/mailgraph: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailgraph/files/mailgraph.initd-new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/mailgraph/files/mailgraph.initd-new b/net-mail/mailgraph/files/mailgraph.initd-new index 13de88b1bb7a..dd259538512a 100644 --- a/net-mail/mailgraph/files/mailgraph.initd-new +++ b/net-mail/mailgraph/files/mailgraph.initd-new @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |