#!/bin/sh
#
# $MidnightBSD: src/etc/rc.d/msgs,v 1.3 2013/01/09 13:41:05 laffer1 Exp $
#

# PROVIDE: msgs
# REQUIRE: LOGIN

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