]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - etc/rc.d/msgs
MFC: r268745,r268746,r268747,r268748,r268749,r268861,r268750,r268751,r268763
[FreeBSD/stable/10.git] / etc / rc.d / msgs
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 #
11 if [ -d /var/msgs -a ! -f /var/msgs/bounds -a ! -L /var/msgs/bounds ]; then
12         echo 0 > /var/msgs/bounds
13 fi