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