Bug 88177 - Update port: irc/thales
Summary: Update port: irc/thales
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: 2005-10-29 15:30 UTC by Gerrit Beine
Modified: 2005-11-29 22:45 UTC (History)
0 users

See Also:


Attachments
file.diff (3.50 KB, patch)
2005-10-29 15:30 UTC, Gerrit Beine
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerrit Beine 2005-10-29 15:30:10 UTC
This update contains the following changes
* the port now honors LOCALBASE
* the thales executable moved to libexec
* thales using an rc-script for starting
* logfile is placed under /var/log
* pidfile is placed under /var/pid
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2005-10-31 19:58:09 UTC
State Changed
From-To: open->feedback

-	${INSTALL_PROGRAM} ${WRKSRC}/src/thales ${PREFIX}/bin 
+	${INSTALL_PROGRAM} ${WRKSRC}/src/thales ${PREFIX}/libexec 

It's not hier(7) compatible IMHO.
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-11-15 16:28:45 UTC
Seconded, sbin looks more suitable.

Volker
Comment 3 Florent Thoumie freebsd_committer freebsd_triage 2005-11-29 22:45:27 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!