| Summary: | Fix port: sysutils/runit unbreak on 9-CURRENT with utmpx | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Chris Rees <utisoft> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Chris Rees
2011-05-24 20:50:10 UTC
bsam 2011-05-27 15:26:01 UTC
FreeBSD ports repository
Modified files:
sysutils/runit Makefile pkg-plist
sysutils/runit/files runsvdir.sh.in
Added files:
sysutils/runit/files patch-utmpx
Log:
- Unbreak on CURRENT;
- Pass maintainership from ports@ to submitter;
- Remove utmp code if utmpx is present;
- Handle configuration files correctly;
- Use ETCDIR;
- Remove empty REQUIRE line from runsvdir.sh.in.
PR: ports/157298
Submitted by: Chris Rees <utisoft@gmail.com>
Revision Changes Path
1.25 +22 -17 ports/sysutils/runit/Makefile
1.1 +96 -0 ports/sysutils/runit/files/patch-utmpx (new)
1.7 +1 -3 ports/sysutils/runit/files/runsvdir.sh.in
1.9 +19 -32 ports/sysutils/runit/pkg-plist
_______________________________________________
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! |