Bug #4046: Install the X.Org server setuid root. (David Schleef)

This commit is contained in:
Eric Anholt 2005-09-15 05:55:21 +00:00
parent 88d7eb1f7e
commit ef7eef0f68
2 changed files with 10 additions and 1 deletions

View File

@ -1,10 +1,15 @@
2005-09-14 Eric Anholt <anholt@FreeBSD.org>
* hw/xfree86/Makefile.am:
Bug #4046: Install the X.Org server setuid root. (David Schleef)
2005-09-14 Eric Anholt <anholt@FreeBSD.org>
* configure.ac:
* hw/xfree86/Makefile.am:
Bug #3889: Create the log dir on install, and allow configuring
specifically that directory. Failure to have the directory keeps the
xorg server from starting.
xorg server from starting. (David Schleef)
2005-09-14 Eric Anholt <anholt@FreeBSD.org>

View File

@ -66,3 +66,7 @@ endif
install-data-local:
$(mkdir_p) $(logdir)
install-exec-local:
chown root $(DESTDIR)$(bindir)/Xorg
chmod u+s $(DESTDIR)$(bindir)/Xorg