summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/msgs
blob: 64e73cf4ee6d0ade1c7a03664df8f9477364a948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
#
# $FreeBSD$
#

# PROVIDE: msgs
# REQUIRE: LOGIN
# KEYWORD: FreeBSD

# 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
OpenPOWER on IntegriCloud