diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:29 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c4d7f6f878d69855a9ef9bdcfb0e16d141dfc15d (patch) | |
tree | d2b346d9bd127618d3d116165a3080f030457898 /net-mail/tpop3d | |
parent | net-mail/qpopper: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c4d7f6f878d69855a9ef9bdcfb0e16d141dfc15d.tar.gz gentoo-c4d7f6f878d69855a9ef9bdcfb0e16d141dfc15d.tar.bz2 gentoo-c4d7f6f878d69855a9ef9bdcfb0e16d141dfc15d.zip |
net-mail/tpop3d: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-mail/tpop3d')
-rw-r--r-- | net-mail/tpop3d/files/tpop3d-1.5.4.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/tpop3d/files/tpop3d-1.5.4.init b/net-mail/tpop3d/files/tpop3d-1.5.4.init index 1d60bc67ebc2..c9d8184290d7 100644 --- a/net-mail/tpop3d/files/tpop3d-1.5.4.init +++ b/net-mail/tpop3d/files/tpop3d-1.5.4.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 # $Id$ |