aboutsummaryrefslogtreecommitdiff
path: root/ftp/pure-ftpd
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-06-22 18:22:29 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-06-22 18:22:29 +0000
commitb16e2cf61abf60e3592ba4fcea291599599323d1 (patch)
tree906d77f66120df16b793d726ca916ccaab1a1d6d /ftp/pure-ftpd
parent5ce7d5cbc623cd49905a4eadb6b3c143689ad960 (diff)
downloadports-b16e2cf61abf60e3592ba4fcea291599599323d1.tar.gz
ports-b16e2cf61abf60e3592ba4fcea291599599323d1.zip
fix typo in start-up script
PR: 53592 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Notes
Notes: svn path=/head/; revision=83442
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r--ftp/pure-ftpd/files/pure-ftpd.sh.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/pure-ftpd/files/pure-ftpd.sh.sample b/ftp/pure-ftpd/files/pure-ftpd.sh.sample
index ecda1ea1ff62..21739a8e9014 100644
--- a/ftp/pure-ftpd/files/pure-ftpd.sh.sample
+++ b/ftp/pure-ftpd/files/pure-ftpd.sh.sample
@@ -8,7 +8,7 @@ fi
case "$1" in
start)
- [ -r ${PREFIX}/pure-ftpd.conf ] && \
+ [ -r ${PREFIX}/etc/pure-ftpd.conf ] && \
${PREFIX}/sbin/pure-config.pl ${PREFIX}/etc/pure-ftpd.conf > /dev/null && \
echo -n ' pure-ftp'
;;