Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: xentools41 paths
On Fri, Mar 15, 2013 at 02:20:44PM -0500, Eric Schnoebelen wrote:
>
...
> - Updated to remove fixed pathes (using SUBST & friends).
>
> I think you missed one path..
>
> - diff -N patches/patch-ocaml_xenstored_define.ml
> - --- /dev/null 1 Jan 1970 00:00:00 -0000
> - +++ patches/patch-ocaml_xenstored_define.ml 15 Mar 2013 08:57:10 -0000
> - @@ -0,0 +1,20 @@
> - +$NetBSD$
> - +
> - +--- ocaml/xenstored/define.ml.orig 2012-11-24 07:27:21.000000000 +0000
> - ++++ ocaml/xenstored/define.ml 2012-11-24 07:33:59.000000000 +0000
> - +@@ -17,13 +17,13 @@
> - + let xenstored_major = 1
> - + let xenstored_minor = 0
> - +
> - +-let xenstored_proc_kva = "/proc/xen/xsd_kva"
> - ++let xenstored_proc_kva = "@PROCDEV@/xsd_kva"
> - + let xenstored_proc_port = "/proc/xen/xsd_port"
>
> Since NetBSD doesn't have /proc/xen, /proc/xen/xsd_port is
> meaningless/silly.
>
> I suspect it should be /kern/xen/xsd_port. Not sure how you
> want to subst that in, as @PROCDEV@ won't be the correct prefix.
that's handled by the SUBST rule for /proc/. The patch is to hide
/proc/xen/xsd_kva from it.
-is
Home |
Main Index |
Thread Index |
Old Index