<?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: Regarding /etc/issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001690#M126604</link>
    <description>well that's correct.Just put some news or warning or disclaimer in the /etc/issue ,this will show upon logo.&lt;BR /&gt;&lt;BR /&gt;If you need to show user after logon you can add it in the .profile file.&lt;BR /&gt;&lt;BR /&gt;Picture logo ??? I'm not sure whether this can be done.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
    <pubDate>Thu, 19 Jun 2003 01:13:57 GMT</pubDate>
    <dc:creator>malay boy</dc:creator>
    <dc:date>2003-06-19T01:13:57Z</dc:date>
    <item>
      <title>Regarding /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001689#M126603</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;I did make a logo in the /etc/issue file. I want to run the file that users will see it everytime they login to the unix server. How can I do it?&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ajk</description>
      <pubDate>Thu, 19 Jun 2003 01:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001689#M126603</guid>
      <dc:creator>ajk_5</dc:creator>
      <dc:date>2003-06-19T01:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001690#M126604</link>
      <description>well that's correct.Just put some news or warning or disclaimer in the /etc/issue ,this will show upon logo.&lt;BR /&gt;&lt;BR /&gt;If you need to show user after logon you can add it in the .profile file.&lt;BR /&gt;&lt;BR /&gt;Picture logo ??? I'm not sure whether this can be done.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Thu, 19 Jun 2003 01:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001690#M126604</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-06-19T01:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001691#M126605</link>
      <description>1. add following line into /etc/inetd.conf, &lt;BR /&gt;telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b/etc/issue&lt;BR /&gt;2. restart inetd,&lt;BR /&gt;# /sbin/init.d/inetd stop &lt;BR /&gt;# /sbin/init.d/inetd start</description>
      <pubDate>Thu, 19 Jun 2003 01:14:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001691#M126605</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-19T01:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001692#M126606</link>
      <description>&lt;BR /&gt;add this entry to the line of telnet in /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;telnet       stream tcp nowait root /usr/lbin/telnetd  telnetd -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;and rlogin as well&lt;BR /&gt;&lt;BR /&gt;login        stream tcp nowait root /usr/lbin/rlogind  rlogind -B /etc/issue&lt;BR /&gt;&lt;BR /&gt;get inetd to re-read it's config file.&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;Be careful what you place in /etc/issue. There should not be too much information. If you wish to give users messages, the /etc/motd could better ustilised.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael</description>
      <pubDate>Thu, 19 Jun 2003 01:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001692#M126606</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-06-19T01:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001693#M126607</link>
      <description>/etc/issue was originally called from /etc/profile but for security reasons its been taken out and added to inetd.conf:&lt;BR /&gt;&lt;BR /&gt;telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;login stream tcp nowait root /usr/lbin/rlogind rlogind -B /etc/issue&lt;BR /&gt;&lt;BR /&gt;So use both rlogin and telnet.&lt;BR /&gt;&lt;BR /&gt;inetd -c to use without reboot.&lt;BR /&gt;&lt;BR /&gt;Also, be wary of adding in any sensitive information like copyrights, hostnames, ip addresses, etc.</description>
      <pubDate>Thu, 19 Jun 2003 01:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001693#M126607</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-06-19T01:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001694#M126608</link>
      <description>Thanks Twang! It works.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ajk</description>
      <pubDate>Thu, 19 Jun 2003 01:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/regarding-etc-issue/m-p/3001694#M126608</guid>
      <dc:creator>ajk_5</dc:creator>
      <dc:date>2003-06-19T01:35:16Z</dc:date>
    </item>
  </channel>
</rss>

