msgs revision 136224
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/msgs 136224 2004-10-07 13:55:26Z mtm $
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