Bug 53592 - ftp/pure-ftpd start shell script
Summary: ftp/pure-ftpd start shell script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-21 18:10 UTC by tjs
Modified: 2003-06-22 19:22 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tjs 2003-06-21 18:10:13 UTC
	ftp/pure-ftpd start shell script miss

Fix: 

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'
        ;;--GVxJf7NoBY7VVDZCq8AZ5QHNK0x4TrS0QF5K4yHlyeCF33yo
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- /usr/local/etc/rc.d/pure-ftpd.sh.sample     Sun Jun 22 00:51:51 2003
	+++ /usr/local/etc/rc.d/pure-ftpd.sh    Sun Jun 22 00:52:33 2003
@@ -8,7 +8,7 @@
How-To-Repeat: 
	start the pure-ftpd daemon by using ${PREFIX}/etc/rc.d/pure-ftpd.sh.sample
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2003-06-22 19:22:44 UTC
State Changed
From-To: open->closed

Committed, thanks.