| Summary: | [MAINTAINER] sysutils/atop: update to 1.26.b5 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Oleksii Samorukov <samm> | ||||
| Component: | Individual Port(s) | Assignee: | Alexander Logvinov <avl> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | samm | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Oleksii Samorukov
2011-07-05 09:50:04 UTC
I found an error caused by previous commit with minor cleanups.
Line:
pidfile="${atop_pidfile:-'/var/run/atop.pid'}"
should be replaced with
pidfile=${atop_pidfile:-'/var/run/atop.pid'}
Could you please fix this?
Responsible Changed From-To: freebsd-ports-bugs->avl I'll take it. avl 2011-07-05 14:04:13 UTC
FreeBSD ports repository
Modified files:
sysutils/atop Makefile distinfo
sysutils/atop/files atop.in pkg-message.in
Log:
- Update to 1.26.b5
- Describe atop rc script variables
- Fix install message
- Fix rc script regression caused by last commit (atop_pid escaping)
PR: ports/158659
Submitted by: Alex Samorukov <samm at os2.kiev.ua> (maintainer)
Revision Changes Path
1.4 +1 -2 ports/sysutils/atop/Makefile
1.3 +2 -2 ports/sysutils/atop/distinfo
1.4 +16 -3 ports/sysutils/atop/files/atop.in
1.2 +1 -1 ports/sysutils/atop/files/pkg-message.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! |