1#!/bin/sh
2#
3# $FreeBSD$
4#
5
6# PROVIDE: msgs
7# REQUIRE: LOGIN
8
9# Make a bounds file for msgs(1) if there isn't one already
10#
11if [ -d /var/msgs -a ! -f /var/msgs/bounds -a ! -L /var/msgs/bounds ]; then
12	echo 0 > /var/msgs/bounds
13fi
14