View | Details | Raw Unified | Return to bug 13184
Collapse All | Expand All

(-)etc/rc (-1 / +1 lines)
Lines 383-389 Link Here
383
fi
383
fi
384
384
385
# make a bounds file for msgs(1) if there isn't one already
385
# make a bounds file for msgs(1) if there isn't one already
386
if [ ! -f /var/msgs/bounds ]; then
386
if [ -d /var/msgs -a  ! -f /var/msgs/bounds ]; then
387
	echo 0 > /var/msgs/bounds
387
	echo 0 > /var/msgs/bounds
388
fi
388
fi

Return to bug 13184