#!/bin/sh

if test -r /var/log/syslog ; then
	exec /usr/bin/gnome-system-log "$@"
else
	pkexec /usr/bin/gnome-system-log "$@"
fi
