]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/msgs
This commit was generated by cvs2svn to compensate for changes in r131826,
[FreeBSD/FreeBSD.git] / etc / rc.d / msgs
1 #!/bin/sh
2 #
3 # $FreeBSD$
4 #
5
6 # PROVIDE: msgs
7 # REQUIRE: LOGIN
8 # KEYWORD: FreeBSD
9
10 # Make a bounds file for msgs(1) if there isn't one already
11 #
12 if [ -d /var/msgs -a ! -f /var/msgs/bounds -a ! -L /var/msgs/bounds ]; then
13         echo 0 > /var/msgs/bounds
14 fi