diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:26 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 512c8c11f670d45dff5b3c7f9009778c268d22de (patch) | |
tree | 55986b4124e79e536ac7032fabc204d64d9df129 /net-mail/popa3d | |
parent | net-mail/mailutils: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-512c8c11f670d45dff5b3c7f9009778c268d22de.tar.gz gentoo-512c8c11f670d45dff5b3c7f9009778c268d22de.tar.bz2 gentoo-512c8c11f670d45dff5b3c7f9009778c268d22de.zip |
net-mail/popa3d: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-mail/popa3d')
-rw-r--r-- | net-mail/popa3d/files/popa3d-initrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/popa3d/files/popa3d-initrc b/net-mail/popa3d/files/popa3d-initrc index e1bd2f04b325..d08880668eba 100644 --- a/net-mail/popa3d/files/popa3d-initrc +++ b/net-mail/popa3d/files/popa3d-initrc @@ -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$ |