1 $NetBSD: patch-cn,v 1.1 2007/04/28 17:41:31 bouyer Exp $
3 --- ../docs/man/xmdomain.cfg.pod.5.orig 2007-01-08 16:00:44.000000000 +0100
4 +++ ../docs/man/xmdomain.cfg.pod.5 2007-04-28 19:21:52.000000000 +0200
10 - /etc/xen/myxendomain2
11 - /etc/xen/auto/myxenautostarted
12 + @XENDCONFDIR@/myxendomain
13 + @XENDCONFDIR@/myxendomain2
14 + @XENDCONFDIR@/auto/myxenautostarted
19 domains to create from scratch. Each of these config files needs to
20 contain a number of required options, and may specify many more.
22 -Domain configuration files live in /etc/xen by default, if you store
23 +Domain configuration files live in @XENDCONFDIR@ by default, if you store
24 config files anywhere else the full path to the config file must be
25 specified in the I<xm create> command.
27 -/etc/xen/auto is a special case. Domain config files in that
28 +@XENDCONFDIR@/auto is a special case. Domain config files in that
29 directory will be started automatically at system boot if the
30 -xendomain init script is enabled. The contents of /etc/xen/auto
31 -should be symlinks to files in /etc/xen to allow I<xm create> to be
32 +xendomain init script is enabled. The contents of @XENDCONFDIR@/auto
33 +should be symlinks to files in @XENDCONFDIR@ to allow I<xm create> to be
34 used without full paths.
36 Options are specified by I<name = value> statements in the