<?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: Using patch to patch a cgi script. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-patch-to-patch-a-cgi-script/m-p/4878370#M400012</link>
    <description>I used GNU version of patch and it worked great.&lt;BR /&gt;&lt;BR /&gt;&lt;LVAPP16&gt; /opt/hpws/apache/cgi-bin# /usr/local/bin/patch  &amp;lt; larrd-grapher.cgi&amp;gt;&lt;BR /&gt;patching file larrd-grapher.cgi&lt;BR /&gt;&lt;BR /&gt;And I am using larrd-0.43c i will look for the latest version.&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Richard&lt;/LVAPP16&gt;</description>
    <pubDate>Wed, 05 Jan 2005 14:47:03 GMT</pubDate>
    <dc:creator>someone_4</dc:creator>
    <dc:date>2005-01-05T14:47:03Z</dc:date>
    <item>
      <title>Using patch to patch a cgi script.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-patch-to-patch-a-cgi-script/m-p/4878366#M400008</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I am trying to patch a cgi-script using the patch command. &lt;BR /&gt;&lt;BR /&gt;patch -p0 &amp;lt; /opt/hpws/apache/cgi-bin/larrd-grapher.cgi.patch &lt;BR /&gt;Hmm...  I can't seem to find a patch in there anywhere.&lt;BR /&gt;&lt;BR /&gt;patch &amp;lt; /opt/hpws/apache/cgi-bin/larrd-grapher.cgi.patch &lt;BR /&gt;Hmm...  I can't seem to find a patch in there anywhere.&lt;BR /&gt;&lt;BR /&gt;The instructions i have say&lt;BR /&gt;&lt;BR /&gt;Patch your larrd-grapher.cgi file with the included&lt;BR /&gt;diff (patch &amp;lt; larrd-grapher.cgi.patch).  You'll find the&lt;BR /&gt;cgi in your webserver's cgi-bin directory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But I cant get it to work.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;RIchard</description>
      <pubDate>Wed, 05 Jan 2005 12:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-patch-to-patch-a-cgi-script/m-p/4878366#M400008</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2005-01-05T12:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using patch to patch a cgi script.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-patch-to-patch-a-cgi-script/m-p/4878367#M400009</link>
      <description>Wrong syntax...should be this...I think:&lt;BR /&gt;&lt;BR /&gt;patch -p0 /opt/hpws/apache/cgi-bin/larrd-grapher.cgi /opt/hpws/apache/cgi-bin/larrd-grapher.cgi.patch &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 05 Jan 2005 12:40:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-patch-to-patch-a-cgi-script/m-p/4878367#M400009</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-05T12:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using patch to patch a cgi script.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-patch-to-patch-a-cgi-script/m-p/4878368#M400010</link>
      <description>Hi Geoff&lt;BR /&gt;&lt;BR /&gt;same error &lt;BR /&gt;&lt;BR /&gt;Hmm...  I can't seem to find a patch in there anywhere.&lt;BR /&gt;&lt;BR /&gt;At least the command is polite about it :)&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Wed, 05 Jan 2005 12:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-patch-to-patch-a-cgi-script/m-p/4878368#M400010</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2005-01-05T12:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using patch to patch a cgi script.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-patch-to-patch-a-cgi-script/m-p/4878369#M400011</link>
      <description>Hmnn....sorry - no pun intended  :) you may have to use the GNU version of patch to get this to work....&lt;BR /&gt;&lt;BR /&gt;Which version of LAARD are you using, I think 1.5 is latest:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.deadcat.net/search.php?action=browse&amp;amp;sectionid=3" target="_blank"&gt;http://www.deadcat.net/search.php?action=browse&amp;amp;sectionid=3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 05 Jan 2005 13:15:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-patch-to-patch-a-cgi-script/m-p/4878369#M400011</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-01-05T13:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using patch to patch a cgi script.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-patch-to-patch-a-cgi-script/m-p/4878370#M400012</link>
      <description>I used GNU version of patch and it worked great.&lt;BR /&gt;&lt;BR /&gt;&lt;LVAPP16&gt; /opt/hpws/apache/cgi-bin# /usr/local/bin/patch  &amp;lt; larrd-grapher.cgi&amp;gt;&lt;BR /&gt;patching file larrd-grapher.cgi&lt;BR /&gt;&lt;BR /&gt;And I am using larrd-0.43c i will look for the latest version.&lt;BR /&gt;&lt;BR /&gt;Thanks, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Richard&lt;/LVAPP16&gt;</description>
      <pubDate>Wed, 05 Jan 2005 14:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-patch-to-patch-a-cgi-script/m-p/4878370#M400012</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2005-01-05T14:47:03Z</dc:date>
    </item>
  </channel>
</rss>

