[PATCH] Improving Linux defaults.

Matěj Cepl mcepl at redhat.com
Tue Aug 9 12:49:17 PDT 2011


I don’t think this is anything against portability. Is it?

Patch by Than Ngo <than at fedoraproject.org>

Signed-off-by: Matěj Cepl <mcepl at redhat.com>
---
 linux.cf |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/linux.cf b/linux.cf
index af73c29..59fbbe9 100644
--- a/linux.cf
+++ b/linux.cf
@@ -190,7 +190,13 @@ InstallNamedTargetNoClobber(install,file.ad,$(INSTAPPFLAGS),$(XAPPLOADDIR),class
 #endif /* LinuxDebian */
 
 #if LinuxDistribution == LinuxRedHat
-#define FSUseSyslog		YES
+# define FSUseSyslog		YES
+# define BuildRman		NO
+# define BuildHtmlManPages	NO
+# define ProjectRoot		/usr
+# define ManPath		/usr/share/man
+# define XAppLoadDir		/usr/share/X11/app-defaults
+# define ConfigDir		/usr/share/X11/config
 #endif
 
 #ifndef HasDevRandom
-- 
1.7.6



More information about the xorg-devel mailing list