diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:25 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | bf8ea6e84732d34a5a16a6e54c78c5c0f7767f07 (patch) | |
tree | 01b66fab009188e44f050427374837c5df31a510 /net-mail | |
parent | net-mail/mailgraph: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-bf8ea6e84732d34a5a16a6e54c78c5c0f7767f07.tar.gz gentoo-bf8ea6e84732d34a5a16a6e54c78c5c0f7767f07.tar.bz2 gentoo-bf8ea6e84732d34a5a16a6e54c78c5c0f7767f07.zip |
net-mail/mailman: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mailman/files/mailman.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/mailman/files/mailman.rc b/net-mail/mailman/files/mailman.rc index 0bc8d536c9a6..0a3f65097b7f 100644 --- a/net-mail/mailman/files/mailman.rc +++ b/net-mail/mailman/files/mailman.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$ |