#!/bin/bash

#
# Re-direct to aklog from OpenAFS product passing command line arguments
#
if test -x /usr/bin/aklog ; then
	/usr/bin/aklog -noprdb $@
fi


