diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:27 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b7e7caf889d6e948002c4d18466bb6ab5afa7168 (patch) | |
tree | beb75dc4e4eddeb3a632a32ec513102889c550c7 /net-mail | |
parent | net-mail/popa3d: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b7e7caf889d6e948002c4d18466bb6ab5afa7168.tar.gz gentoo-b7e7caf889d6e948002c4d18466bb6ab5afa7168.tar.bz2 gentoo-b7e7caf889d6e948002c4d18466bb6ab5afa7168.zip |
net-mail/pop-before-smtp: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/pop-before-smtp/files/pop-before-smtp.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/pop-before-smtp/files/pop-before-smtp.init b/net-mail/pop-before-smtp/files/pop-before-smtp.init index 52ff6a244b79..564458e44613 100644 --- a/net-mail/pop-before-smtp/files/pop-before-smtp.init +++ b/net-mail/pop-before-smtp/files/pop-before-smtp.init @@ -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$ |