vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| In article <pu0tkv45ri9ttsrlatvopc10qkjbtc3tk5@4ax.com>, bauhaus wrote: > I'm trying to setup a pre-login banner (multiple lines...standard > corporate disclaimer, etc.) for console logins on OpenBSD 3.3 with no > luck. > > I've looked at gettytab. It doesn't appear to support the if option > for the issue file. I tried the im option but it only displayed the > text before the first carriage return. I am unable to find additional ? The default im option has 3 "\r\n" in it so that the banner is displayed over a few lines. Did you try to use that trick? -- Hugo Villeneuve <hugo@EINTR.net> http://EINTR.net/ |
| ||||
| On Fri, 29 Aug 2003 00:44:43 GMT, Hugo Villeneuve <harpagon@jwales.EINTR.net> wrote: >In article <pu0tkv45ri9ttsrlatvopc10qkjbtc3tk5@4ax.com>, bauhaus wrote: >> I'm trying to setup a pre-login banner (multiple lines...standard >> corporate disclaimer, etc.) for console logins on OpenBSD 3.3 with no >> luck. >> >> I've looked at gettytab. It doesn't appear to support the if option >> for the issue file. I tried the im option but it only displayed the >> text before the first carriage return. I am unable to find additional > >? The default im option has 3 "\r\n" in it so that the banner is >displayed over a few lines. > >Did you try to use that trick? Per Bulba007's suggestion: Editing /etc/motd won't work as the banner is required *prior* to logging in. As for using "\r\n" several times to manually specify carriage returns, that solves the problem. I just didn't get it. Thank you Hugo! |