I am trying to display a login banner prior to login. With freebsd, this can be done by adding :if=/pathtosomefile: to the default setting of gettytab. I did a man on gettytab and saw that OpenBSD's implementation does not support "if". Anyone been successful in doing this? I am trying to display /etc/issue in the console right above the login prompt. I am already displaying it with ssh connections.
Thanks!