diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-12 16:29:57 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-12 16:29:57 +0000 |
commit | 0786e76dd7cc2bc72a663fa55861bdc542a340e5 (patch) | |
tree | f174b5d8dc07715df494288938dc79f0e70c1683 /mail/tpop3d/files | |
parent | update to 1.9m84 (diff) |
Second patch form the PR was missed
- Found serious OPTIONS interaction errors. Fixed.
PR: ports/78723
Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=131028
Diffstat (limited to 'mail/tpop3d/files')
-rw-r--r-- | mail/tpop3d/files/tpop3d.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tpop3d/files/tpop3d.sh.in b/mail/tpop3d/files/tpop3d.sh.in index 449eacd2d133..b20241c0d0b9 100644 --- a/mail/tpop3d/files/tpop3d.sh.in +++ b/mail/tpop3d/files/tpop3d.sh.in @@ -33,7 +33,7 @@ tpop3d_flags=${tpop3d_flags:-""} load_rc_config $name command=%%PREFIX%%/sbin/tpop3d -required_files=%%PREFIX%%/tpop3d.conf +required_files=%%PREFIX%%/etc/tpop3d.conf pidfile=/var/run/tpop3d.pid tpop3d_flags="${tpop3d_flags} -f ${required_files} -p ${pidfile}" |