- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Using patch to patch a cgi script.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 04:32 AM
01-05-2005 04:32 AM
I am trying to patch a cgi-script using the patch command.
patch -p0 < /opt/hpws/apache/cgi-bin/larrd-grapher.cgi.patch
Hmm... I can't seem to find a patch in there anywhere.
patch < /opt/hpws/apache/cgi-bin/larrd-grapher.cgi.patch
Hmm... I can't seem to find a patch in there anywhere.
The instructions i have say
Patch your larrd-grapher.cgi file with the included
diff (patch < larrd-grapher.cgi.patch). You'll find the
cgi in your webserver's cgi-bin directory.
But I cant get it to work.
Thanks
RIchard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 04:40 AM
01-05-2005 04:40 AM
Re: Using patch to patch a cgi script.
patch -p0 /opt/hpws/apache/cgi-bin/larrd-grapher.cgi /opt/hpws/apache/cgi-bin/larrd-grapher.cgi.patch
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 04:41 AM
01-05-2005 04:41 AM
Re: Using patch to patch a cgi script.
same error
Hmm... I can't seem to find a patch in there anywhere.
At least the command is polite about it :)
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 05:15 AM
01-05-2005 05:15 AM
SolutionWhich version of LAARD are you using, I think 1.5 is latest:
http://www.deadcat.net/search.php?action=browse§ionid=3
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2005 06:47 AM
01-05-2005 06:47 AM
Re: Using patch to patch a cgi script.
patching file larrd-grapher.cgi
And I am using larrd-0.43c i will look for the latest version.
Thanks,
-Richard