[PATCH util/macros] Add sed pattern for __xorgconfd__ (xorg.conf.d).

Peter Hutterer peter.hutterer at who-t.net
Thu Mar 17 17:53:54 PDT 2011


On Thu, Mar 17, 2011 at 05:31:33PM -0700, Alan Coopersmith wrote:
> On 03/17/11 05:23 PM, Peter Hutterer wrote:
> > Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> > ---
> >  xorg-macros.m4.in |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in
> > index 44038e1..1476971 100644
> > --- a/xorg-macros.m4.in
> > +++ b/xorg-macros.m4.in
> > @@ -187,6 +187,7 @@ MAN_SUBSTS="\
> >  	-e 's|__xorgversion__|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
> >  	-e 's|__xservername__|Xorg|g' \
> >  	-e 's|__xconfigfile__|xorg.conf|g' \
> > +	-e 's|__xorgconfdir__|xorg.conf.d|g' \
> >  	-e 's|__projectroot__|\$(prefix)|g' \
> >  	-e 's|__apploaddir__|\$(appdefaultdir)|g' \
> >  	-e 's|__appmansuffix__|\$(APP_MAN_SUFFIX)|g' \
> 
> Is there ever going to be any other value than xorg.conf.d?
> 
> The Xorg & xorg.conf substitutions are leftover from the transitional
> period where some distros were building our sources with the XFree86
> and XF86config names until they had time to adjust the rest of their
> packages/installer/config code to the new names.

probably not, I'm fine either way but right now the man pages have text like
"blah blah __xconfigfile__ or xorg.conf.d" which is a bit asymmetrical.
 
Cheers,
  Peter


More information about the xorg-devel mailing list