aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/msgs
blob: 7238a636d73f1cd40d003a755de251b5e0bcbb8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# $FreeBSD: src/etc/rc.d/msgs,v 1.2.20.1 2009/04/15 03:14:26 kensmith 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