<?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: Welcoming users with friendly script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/welcoming-users-with-friendly-script/m-p/2416046#M764773</link>
    <description>Don't forget that even if you edited /etc/inetd.conf and appended the &lt;BR /&gt;&lt;BR /&gt;telnetd -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;to the telnet line you still have to issue a SIGHUP signal to inetd so that it &lt;BR /&gt;will reread /etc/inetd.conf and hence the new message file.  The best way to do &lt;BR /&gt;this is to do a &lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;The entire line should read something like this I think..&lt;BR /&gt;&lt;BR /&gt;telnet    stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/my_login_msg&lt;BR /&gt;&lt;BR /&gt;On the other hand if you want a post-login message/screen try using &lt;BR /&gt;/etc/csh.login or /etc/profile to add customised scripts for users.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt; AG</description>
    <pubDate>Tue, 16 Nov 1999 19:33:35 GMT</pubDate>
    <dc:creator>Anthony Goonetilleke_1</dc:creator>
    <dc:date>1999-11-16T19:33:35Z</dc:date>
    <item>
      <title>Welcoming users with friendly script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/welcoming-users-with-friendly-script/m-p/2416043#M764770</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I want to present my users who logon via telnet with a friendly screen rather &lt;BR /&gt;than the /etc/issue file.  How do I go about doing it.&lt;BR /&gt;&lt;BR /&gt;I made an entry in the inetd.conf file in the /etc directory but it did not &lt;BR /&gt;work.&lt;BR /&gt;&lt;BR /&gt;Any advice?.&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 16 Nov 1999 05:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/welcoming-users-with-friendly-script/m-p/2416043#M764770</guid>
      <dc:creator>Dave Walley_1</dc:creator>
      <dc:date>1999-11-16T05:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Welcoming users with friendly script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/welcoming-users-with-friendly-script/m-p/2416044#M764771</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;I don't know what you exactly want to do but first of all it's allowed to &lt;BR /&gt;change /etc/issue to your needs and second of all you could use /etc/motd also.&lt;BR /&gt;If you just want to display text, then you could change the files according. If &lt;BR /&gt;you want something more fancy then you will need to write a script and call it &lt;BR /&gt;somewhere during logon for instance in /etc/profile.&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 1999 06:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/welcoming-users-with-friendly-script/m-p/2416044#M764771</guid>
      <dc:creator>Paul Heffels_1</dc:creator>
      <dc:date>1999-11-16T06:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Welcoming users with friendly script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/welcoming-users-with-friendly-script/m-p/2416045#M764772</link>
      <description>Hi!&lt;BR /&gt;Simply edit file /etc/issue put text that you want or edit /etc/motd with the &lt;BR /&gt;text desired, or make a file with next content, or some like this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;clear&lt;BR /&gt;banner HI $LOGNAME&lt;BR /&gt;echo "========================================================"&lt;BR /&gt;echo&lt;BR /&gt;echo "You Are entering to server:" $(hostname)&lt;BR /&gt;echo&lt;BR /&gt;echo "Please comunicate any question about this system to Dave Walley"&lt;BR /&gt;echo "Phone 99999999 Ext 999"&lt;BR /&gt;echo&lt;BR /&gt;echo "========================================================"&lt;BR /&gt;echo&lt;BR /&gt;echo "Press Any key to continue  \c"&lt;BR /&gt;read&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then make it executable and put the name of this file en last line of &lt;BR /&gt;/etc/profile&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Nov 1999 10:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/welcoming-users-with-friendly-script/m-p/2416045#M764772</guid>
      <dc:creator>javier juarez_1</dc:creator>
      <dc:date>1999-11-16T10:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Welcoming users with friendly script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/welcoming-users-with-friendly-script/m-p/2416046#M764773</link>
      <description>Don't forget that even if you edited /etc/inetd.conf and appended the &lt;BR /&gt;&lt;BR /&gt;telnetd -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;to the telnet line you still have to issue a SIGHUP signal to inetd so that it &lt;BR /&gt;will reread /etc/inetd.conf and hence the new message file.  The best way to do &lt;BR /&gt;this is to do a &lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;The entire line should read something like this I think..&lt;BR /&gt;&lt;BR /&gt;telnet    stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/my_login_msg&lt;BR /&gt;&lt;BR /&gt;On the other hand if you want a post-login message/screen try using &lt;BR /&gt;/etc/csh.login or /etc/profile to add customised scripts for users.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt; AG</description>
      <pubDate>Tue, 16 Nov 1999 19:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/welcoming-users-with-friendly-script/m-p/2416046#M764773</guid>
      <dc:creator>Anthony Goonetilleke_1</dc:creator>
      <dc:date>1999-11-16T19:33:35Z</dc:date>
    </item>
  </channel>
</rss>

