<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: /etc/issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797543#M81238</link>
    <description>/etc/issue shows in console login&lt;BR /&gt;&lt;BR /&gt;to view in telnet login you must add an option -b /tec/issue in the telnet inetd.conf file&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd -b /etc/issue</description>
    <pubDate>Fri, 30 Aug 2002 14:06:03 GMT</pubDate>
    <dc:creator>Joaquin Gil de Vergara</dc:creator>
    <dc:date>2002-08-30T14:06:03Z</dc:date>
    <item>
      <title>/etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797541#M81236</link>
      <description>I changed the contents of this file to display a security warning...&lt;BR /&gt;&lt;BR /&gt;But I do not get the new message. Also, when I look into the contents of the original issue file, it is different from the one which displays before the log in prompt....&lt;BR /&gt;&lt;BR /&gt;I renamed the issue file and telnet again...but i get a different message..&lt;BR /&gt;&lt;BR /&gt;Is there any other file which reads by default other then the /etc/issue file before the telnet prompt.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Aug 2002 14:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797541#M81236</guid>
      <dc:creator>roadrunner_1</dc:creator>
      <dc:date>2002-08-30T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797542#M81237</link>
      <description>You do have the following line in your /etc/inetd.conf file right?&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd  -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;This is what tells telnetd to use /etc/issue to be displayed at connection.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Fri, 30 Aug 2002 14:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797542#M81237</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2002-08-30T14:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797543#M81238</link>
      <description>/etc/issue shows in console login&lt;BR /&gt;&lt;BR /&gt;to view in telnet login you must add an option -b /tec/issue in the telnet inetd.conf file&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd -b /etc/issue</description>
      <pubDate>Fri, 30 Aug 2002 14:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797543#M81238</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-08-30T14:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797544#M81239</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you want to use your modified '/etc/issue' as a 'telnet' banner, edit '/etc/inetd.conf' to read:&lt;BR /&gt;&lt;BR /&gt;telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue&lt;BR /&gt;&lt;BR /&gt;Then, restart 'inetd':&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;</description>
      <pubDate>Fri, 30 Aug 2002 14:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797544#M81239</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-30T14:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797545#M81240</link>
      <description>Thanks for all ur replies...&lt;BR /&gt;&lt;BR /&gt;There was a typo in the inetd.conf file...&lt;BR /&gt;&lt;BR /&gt;I had typed isssue instead of issue...&lt;BR /&gt;&lt;BR /&gt;No more points will be awarded hereafter...</description>
      <pubDate>Fri, 30 Aug 2002 14:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797545#M81240</guid>
      <dc:creator>roadrunner_1</dc:creator>
      <dc:date>2002-08-30T14:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797546#M81241</link>
      <description>edit your inetd.conf file and add "-b /etc/issue" to the end of the telnet line so it looks like this:&lt;BR /&gt;&lt;BR /&gt;telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/issue &lt;BR /&gt;&lt;BR /&gt;As a side note, I also change the /etc/copyright to a generic copyright statement removing any system references.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Aug 2002 15:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-issue/m-p/2797546#M81241</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-08-30T15:25:04Z</dc:date>
    </item>
  </channel>
</rss>

