2016-05-05 13:45:43 by Jaap Boender | Files touched by this commit (91) | |
Log message:
Recursive revbump associated with ocaml update.
|
2016-04-04 16:51:59 by Christoph Badura | Files touched by this commit (1) |
Log message:
Drop more unnecessary variables from MAKE_ENV.
No change to the installed files, so ride previous PKGREVISION bump.
|
2016-04-04 16:49:09 by Christoph Badura | Files touched by this commit (1) |
Log message:
Bump PKGREVISON for previous.
|
2016-04-04 16:47:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Remove unnecessary chunk.
|
2016-04-04 16:47:19 by Christoph Badura | Files touched by this commit (2) |
Log message:
Lock only the minimal critical section in the block hotplug script.
Patch provided my Manuel Bouyer. Thanks!
|
2016-04-04 16:45:12 by Christoph Badura | Files touched by this commit (6) |
Log message:
Guard the NetBSD block device hotplug script against concurrent execution.
xl(1) runs the hotplug scripts in parallel. This causes failures when the
next free vnd device is selected.
Locking modeled after the Linux block hotplug script.
|
2016-04-04 16:40:57 by Christoph Badura | Files touched by this commit (2) |
Log message:
Fix xenstored DB location and lock directory under NetBSD.
The xenstored database is ephemeral and must be removed during system boot.
Put it into /var/run/xenstored. The ocaml xenstored does that already.
/var/lock doesn't exist on NetBSD, use /var/run instead.
|
2016-04-04 16:35:13 by Christoph Badura | Files touched by this commit (4) |
Log message:
Honor PKG_SYSCONFDIR.
While here drop know unnecessary XEN_CONFIG_DIR from MAKE_ENV.
|
2016-02-26 11:24:14 by Jonathan Perkin | Files touched by this commit (44) |
Log message:
Use OPSYSVARS.
|
2016-02-08 22:23:09 by David Brownlee | Files touched by this commit (1) | |
Log message:
Add a dependency on py-curses, otherwise pygrub fails to boot in guests
with
Traceback (most recent call last):
File "/usr/pkg/bin/pygrub", line 22, in <module>
import curses, _curses, curses.wrapper, curses.textpad, curses.ascii
File "/usr/pkg/lib/python2.7/curses/__init__.py", line 15, in \
<module>
from _curses import *
ImportError: No module named _curses
bump pkgrevision
|