#!/bin/bash # Author: Athmane Madjoudj # Ref: http://bugs.centos.org/view.php?id=6809 t_Log "Running $0 - Testing that Xorg has been patched to use CentOS bugtracker for support" if [ $centos_ver = 6 ] then X --wrong-arg 2>&1 | grep -q 'wiki.centos.org' else t_Log "CentOS 5 Xorg does not need checking" fi t_CheckExitStatus $?