<?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 renew /etc/issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861127#M396540</link>
    <description>hi. ux11.11v1&lt;BR /&gt;Very easy points for some, I am sure.&lt;BR /&gt;I have editted /etc/issue file to conform with some security policies we have in place.  &lt;BR /&gt;How do I get this file reread so that the issue message is displayed on connection to the system?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Maria</description>
    <pubDate>Wed, 15 Sep 2004 17:20:59 GMT</pubDate>
    <dc:creator>Peter Gillis</dc:creator>
    <dc:date>2004-09-15T17:20:59Z</dc:date>
    <item>
      <title>renew /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861127#M396540</link>
      <description>hi. ux11.11v1&lt;BR /&gt;Very easy points for some, I am sure.&lt;BR /&gt;I have editted /etc/issue file to conform with some security policies we have in place.  &lt;BR /&gt;How do I get this file reread so that the issue message is displayed on connection to the system?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Maria</description>
      <pubDate>Wed, 15 Sep 2004 17:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861127#M396540</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2004-09-15T17:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: renew /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861128#M396541</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;Are you sure you're wanting to update /etc/issue and not /etc/motd (message of the day)?&lt;BR /&gt;&lt;BR /&gt;The /etc/issue text will be displayed above the prompt when people connect to the console of the system, but the /etc/motd text will be displayed immediately after the contents of the /etc/copyright file when someone logs in.&lt;BR /&gt;&lt;BR /&gt;You might want to modify the /etc/motd file to include information you want your users to see upon login instead of /etc/issue.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 15 Sep 2004 17:29:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861128#M396541</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-15T17:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: renew /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861129#M396542</link>
      <description>Hi Dave, Yep definitely the /etc/issue file -  all to do with the security policies that have been set here.&lt;BR /&gt;Regards,Maria</description>
      <pubDate>Wed, 15 Sep 2004 17:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861129#M396542</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2004-09-15T17:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: renew /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861130#M396543</link>
      <description>Ok, well when I've modified the /etc/issue file in the past I've never had to take any additional steps to get the new text to display when the next console login occurs.&lt;BR /&gt;&lt;BR /&gt;Are you seeing a case where you modify the /etc/issue file but you're not seeing the modified text when someone connects to the console of the system?&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 15 Sep 2004 17:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861130#M396543</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2004-09-15T17:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: renew /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861131#M396544</link>
      <description>Maria,&lt;BR /&gt;&lt;BR /&gt;  I understand you want to display /etc/issue even for the telnet connections ?&lt;BR /&gt;&lt;BR /&gt;  edit /etc/inetd.conf &lt;BR /&gt;&lt;BR /&gt;  # vi /etc/inetd.conf&lt;BR /&gt;  telnet stream tcp nowait root /usr/lbin/telnetd telnetd -8 -b /etc/issue&lt;BR /&gt;  #&lt;BR /&gt;&lt;BR /&gt;  add -b option to the telnet as "-b /etc/issue"&lt;BR /&gt;&lt;BR /&gt;  force inetd to re-read the config file&lt;BR /&gt;&lt;BR /&gt;  # inetd -c&lt;BR /&gt;&lt;BR /&gt;  Now /etc/issue file will be displayed for both the console and telnet logins.&lt;BR /&gt;&lt;BR /&gt;  Is this what you are looking for ?&lt;BR /&gt;&lt;BR /&gt;-- Sundar&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 17:37:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861131#M396544</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-09-15T17:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: renew /etc/issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861132#M396545</link>
      <description>Thanks Sundar - I knew it was something obvious, but I couldnt get my head to it!!! That was it exactly.&lt;BR /&gt;Thanks Dave also.&lt;BR /&gt;Regards,Maria</description>
      <pubDate>Wed, 15 Sep 2004 17:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/renew-etc-issue/m-p/4861132#M396545</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2004-09-15T17:44:16Z</dc:date>
    </item>
  </channel>
</rss>

