diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:23 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | fe2b6d0301f51e869e4ab045597de89f4d9c266b (patch) | |
tree | 1316bcedbb497ef373083fd4b97bd8034ecd7015 /net-mail | |
parent | net-mail/dovecot: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-fe2b6d0301f51e869e4ab045597de89f4d9c266b.tar.gz gentoo-fe2b6d0301f51e869e4ab045597de89f4d9c266b.tar.bz2 gentoo-fe2b6d0301f51e869e4ab045597de89f4d9c266b.zip |
net-mail/fetchmail: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/files/fetchmail.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/fetchmail/files/fetchmail.initd b/net-mail/fetchmail/files/fetchmail.initd index 889bcb61bb7d..f967e5aed552 100644 --- a/net-mail/fetchmail/files/fetchmail.initd +++ b/net-mail/fetchmail/files/fetchmail.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run piddir=${pid_dir:-/var/run/fetchmail} pid_file=${piddir}/${RC_SVCNAME}.pid |