<?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: CDE welcome message blues in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-welcome-message-blues/m-p/2542405#M26784</link>
    <description>Boleslaw,&lt;BR /&gt;&lt;BR /&gt;I just found the error of my way. I neglected to mention to end each line not only with a "\n" but also with a "\" to excape the CR, like so:&lt;BR /&gt;&lt;BR /&gt;Dtlogin*greeting.labelString: Welcome to %LocalHost% \n Put your custom message here \n and end each line with a '\' \n character. \n oops.&lt;BR /&gt;&lt;BR /&gt;That way, you can put your message on multiple lines within the Xresources file.&lt;BR /&gt;&lt;BR /&gt;HAGO,&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 19 Jun 2001 21:06:20 GMT</pubDate>
    <dc:creator>Peter_17</dc:creator>
    <dc:date>2001-06-19T21:06:20Z</dc:date>
    <item>
      <title>CDE welcome message blues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-welcome-message-blues/m-p/2542402#M26781</link>
      <description>System: L2000 HP-UX 11.00 plain vanila setup.  It's pretty mauch factory install.&lt;BR /&gt;&lt;BR /&gt;I want to change the default CDE welcome message reflecting our security policy (so people using ReflectionsX would also see it).  I did some reseach and follow this document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=39d008a70221243116/screen=ckiDisplayDocument?docId=200000053279128" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=39d008a70221243116/screen=ckiDisplayDocument?docId=200000053279128&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Upon comparing my /etc/dt/config entries with the ones from the document, I had to copy /usr/dt/config/C/Xresources into /etc/dt/config/C directory and alter it to reflect my new "Welcome".&lt;BR /&gt;&lt;BR /&gt;However, upon logging out and logging back in, nothing is being changed and I still am greeted by the original/default welcome message.&lt;BR /&gt;&lt;BR /&gt;Is there any other place I have to look at to make sure my changes take place?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 19 Jun 2001 16:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-welcome-message-blues/m-p/2542402#M26781</guid>
      <dc:creator>Bolek Mynarski</dc:creator>
      <dc:date>2001-06-19T16:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: CDE welcome message blues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-welcome-message-blues/m-p/2542403#M26782</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just a thought, but make sure you removed the "!!" beginning the:&lt;BR /&gt;Dtlogin*greeting.labelString: Welcome to %LocalHost% \n blah blah blah\n&lt;BR /&gt;blah blah blah your personal text here\n&lt;BR /&gt;blah blah blah&lt;BR /&gt;&lt;BR /&gt;in your customized /etc/dt/config/C/Xresources file. That should do it.&lt;BR /&gt;&lt;BR /&gt;HAGO,&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 19 Jun 2001 16:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-welcome-message-blues/m-p/2542403#M26782</guid>
      <dc:creator>Peter_17</dc:creator>
      <dc:date>2001-06-19T16:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: CDE welcome message blues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-welcome-message-blues/m-p/2542404#M26783</link>
      <description>It seems like except for Peter, nobody else wanted to bite this one. :-)&lt;BR /&gt;&lt;BR /&gt;In any case, I have solved my problem (however, it wasn't !! in front of Dtlogin, Peter).  It seems like there is either a but or an error in documentation.  Documentation says:&lt;BR /&gt;&lt;BR /&gt;"Change:&lt;BR /&gt;!!Dtlogin*greeting.labelString: Welcome to %LocalHost%&lt;BR /&gt;&lt;BR /&gt;To:&lt;BR /&gt;&lt;BR /&gt;Dtlogin*greeting.labelString: Welcome to %LocalHost%\n&lt;BR /&gt;Insert additional message here\n&lt;BR /&gt;Final additional text"&lt;BR /&gt;&lt;BR /&gt;Well, that's what I was doing and that was my problem.  It appears that CDE will not read your message unless you type it entirely on the line starting with "Dtlogin*greeting.labelString: Welcome to %LocalHost%\nblah,blah\nblah,blah\n"&lt;BR /&gt;&lt;BR /&gt;Did anybody else come across this behaviour?  If that's the way it's supposed to be, then, I would recommand to update documentation accordingly because as it is, it will not work. :-)</description>
      <pubDate>Tue, 19 Jun 2001 19:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-welcome-message-blues/m-p/2542404#M26783</guid>
      <dc:creator>Bolek Mynarski</dc:creator>
      <dc:date>2001-06-19T19:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: CDE welcome message blues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-welcome-message-blues/m-p/2542405#M26784</link>
      <description>Boleslaw,&lt;BR /&gt;&lt;BR /&gt;I just found the error of my way. I neglected to mention to end each line not only with a "\n" but also with a "\" to excape the CR, like so:&lt;BR /&gt;&lt;BR /&gt;Dtlogin*greeting.labelString: Welcome to %LocalHost% \n Put your custom message here \n and end each line with a '\' \n character. \n oops.&lt;BR /&gt;&lt;BR /&gt;That way, you can put your message on multiple lines within the Xresources file.&lt;BR /&gt;&lt;BR /&gt;HAGO,&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 19 Jun 2001 21:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-welcome-message-blues/m-p/2542405#M26784</guid>
      <dc:creator>Peter_17</dc:creator>
      <dc:date>2001-06-19T21:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: CDE welcome message blues</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cde-welcome-message-blues/m-p/2542406#M26785</link>
      <description>Arghh...&lt;BR /&gt;&lt;BR /&gt;It appears that the "\" character once again did not appear in my example. Just end each line with the "\" character before your hit Return, and it'll work.&lt;BR /&gt;&lt;BR /&gt;HAGO,&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 19 Jun 2001 21:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cde-welcome-message-blues/m-p/2542406#M26785</guid>
      <dc:creator>Peter_17</dc:creator>
      <dc:date>2001-06-19T21:08:53Z</dc:date>
    </item>
  </channel>
</rss>

