xref: /dragonfly/etc/rc.d/msgs (revision b40e316c)
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.3 2004/01/27 00:42:45 rob Exp $
5#
6
7# PROVIDE: msgs
8# REQUIRE: LOGIN
9# KEYWORD: DragonFly
10
11. /etc/rc.subr
12dummy_rc_command "$1"
13
14# Make a bounds file for msgs(1) if there isn't one already
15#
16if [ -d /var/msgs -a ! -f /var/msgs/bounds -a ! -L /var/msgs/bounds ]; then
17	echo 0 > /var/msgs/bounds
18fi
19