#!/bin/sh

RUNLEVEL=3
PROGRAM=/bin/false
NEEDS="+local_fs +syslog"

start()
{
  setfont sun12x22
}

stop()
{
  setfont
}
