| Summary: | [FIX BUG] fix a bug in ports net/pxe | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | RenZhen <bg1tpt> | ||||
| Component: | Individual Port(s) | Assignee: | Anders Nordby <anders> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Pid fix comitted, thanks! anders 2008-10-15 13:45:19 UTC
FreeBSD ports repository
Modified files:
net/pxe Makefile
net/pxe/files pxe.sh.in
Log:
Pid fix committed, thanks!
PR: 127060
Submitted by: Zhen REN <bg1tpt@gmail.com>
Revision Changes Path
1.11 +1 -1 ports/net/pxe/Makefile
1.2 +2 -2 ports/net/pxe/files/pxe.sh.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"
|
There is a bug in /usr/local/etc/rc.d/pxe. The script can't find the pidfile. Fix: Change the "/var/pxe/${name}.pid" to "/var/run/${name}.pid" to fix it. I think this may be a typo. Patch attached with submission follows: How-To-Repeat: /usr/local/etc/rc.d/pxe onestop