Bring RCNG in from 5.x and adjust config files and scripts accordingly.
[dragonfly.git] / etc / rc.d / msgs
1 #!/bin/sh
2 #
3 # $FreeBSD: src/etc/rc.d/msgs,v 1.1 2002/06/13 22:14:36 gordon Exp $
4 # $DragonFly: src/etc/rc.d/msgs,v 1.1 2003/07/24 06:35:37 dillon Exp $
5 #
6
7 # PROVIDE: msgs
8 # REQUIRE: LOGIN
9 # KEYWORD: DragonFly FreeBSD
10
11 # Make a bounds file for msgs(1) if there isn't one already
12 #
13 if [ -d /var/msgs -a ! -f /var/msgs/bounds -a ! -L /var/msgs/bounds ]; then
14         echo 0 > /var/msgs/bounds
15 fi