msgs revision 180563
1#!/bin/sh
2#
3# $FreeBSD: head/etc/rc.d/msgs 180563 2008-07-16 19:22:48Z dougb $
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