#!/bin/sh
/sbin/chkconfig innd >& /dev/null || exit 0
runuser -m news -c 'unset LANG; unset LC_COLLATE; /usr/libexec/news/rnews -U'
