#!/bin/sh
#RC:RUNINRC
#RC:AFTER architecture

# make a bounds file for msgs(1) if there isn't one already
if [ ! -f /var/msgs/bounds ]; then
	echo 0 > /var/msgs/bounds
fi
