Bug #4046: Install the X.Org server setuid root. (David Schleef)
This commit is contained in:
parent
88d7eb1f7e
commit
ef7eef0f68
|
@ -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>
|
2005-09-14 Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
* hw/xfree86/Makefile.am:
|
* hw/xfree86/Makefile.am:
|
||||||
Bug #3889: Create the log dir on install, and allow configuring
|
Bug #3889: Create the log dir on install, and allow configuring
|
||||||
specifically that directory. Failure to have the directory keeps the
|
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>
|
2005-09-14 Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
|
|
|
@ -66,3 +66,7 @@ endif
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
$(mkdir_p) $(logdir)
|
$(mkdir_p) $(logdir)
|
||||||
|
|
||||||
|
install-exec-local:
|
||||||
|
chown root $(DESTDIR)$(bindir)/Xorg
|
||||||
|
chmod u+s $(DESTDIR)$(bindir)/Xorg
|
||||||
|
|
Loading…
Reference in New Issue