| Summary: | New port: cyrus-imspd | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Edwin Woudt <edwin> | ||||
| Component: | Individual Port(s) | Assignee: | Ade Lovett <ade> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Edwin Woudt
2001-08-18 00:20:02 UTC
While making a last minute change in the port before sending it in, I
forgot to update one file. Please apply the following patch before
committing it:
--- files/imspd.sh.orig Sat Aug 18 09:31:48 2001
+++ files/imspd.sh Sat Aug 18 09:21:10 2001
@@ -5,8 +5,8 @@
case "$1" in
start)
- if [ -x /usr/local/cyrus/bin/imspd ]; then
- /usr/local/cyrus/bin/imspd >/dev/null &
+ if [ -x /usr/local/bin/imspd ]; then
+ /usr/local/bin/imspd >/dev/null &
echo -n ' imspd'
fi
;;
State Changed From-To: open->feedback Some issues: 1) Checksum fails. Please verify and send a new one. 2) This doesn't look like anything related to cyrus. State Changed From-To: feedback->closed Timeout (4 months) in feedback. Responsible Changed From-To: freebsd-ports->ade My fault[tm] |