- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Editing depot files
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
11-25-2003 04:45 AM
11-25-2003 04:45 AM
The software I'm trying to install will work great. The only thing is it installs it into /opt/TWWfsw/
I want to change this to /opt/
The option in swinstall to change where the software goes when is installed will work, and I can swinstall it into /opt. However the links within the software fail, for example the /sbin/init.d scripts still point to /opt/TWWfsw etc.
What I'm trying to do now is remove any references to /opt/TWWfsw from the depot file (attached)
Is this possible, or am I flogging a dead horse?
I've tried a few sed command, but have failed miserably.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 05:15 AM
11-25-2003 05:15 AM
Re: Editing depot files
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 05:19 AM
11-25-2003 05:19 AM
Re: Editing depot files
# man 4 swpackage
# man 1m swpackage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 07:29 AM
11-26-2003 07:29 AM
SolutionTo extract the depot:
mkdir /tmp/tempdepot
cd /tmp/tempdepot
tar -xvf
do your editing of the scripts
cd /tmp/tempdepot
tar cvf
JL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2003 07:15 PM
11-26-2003 07:15 PM
Re: Editing depot files
I worked this out last night, and have found the files that need editing. Thanks all for pushing me in the right direction.