patchTiger UNIX security tool - Patches: patch #2909, Replace install commands with cp /...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #2909: Replace install commands with cp / chmod in Makefile.in.

Submitter:  Ryan Bradetich <rbrad>
Submitted:  Tue 06 Apr 2004 06:40:27 AM UTC
   
 
Category:  OS support Priority:  7 - High
Status:  Done Privacy:  Public
Assigned to:  rbrad Open/Closed:  Open

Mon 21 Mar 2005 10:40:07 PM UTC, comment #1: 

I actually think it's best to fix this using AC_PROG_INSTALL in the configure file and provide install.sh. I've made the changes in the CVS, I would appreciate if you tested this in a Tru64 system to see if it works out.

Javier Fernandez-Sanguino Peña <jfs>
Group administrator
Tue 06 Apr 2004 06:40:27 AM UTC, original submission:  

Tru64 does not use a BSD compatible install command.  Tru64 does have a installbsd command which is BSD compatable though.

I had the following choices:

1. replace install with $INSTALL and select either install or installbsd.

2. replace the three install commands with cp / chmod commands.

I chose to replace the installs with cp / chmod commands.

Ryan Bradetich <rbrad>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #7242:  Makefile.in.patch added by rbrad (738B - text/x-patch - Make the Makefile.in work on Tru64.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-03-21 jfs StatusNone Done
2004-04-06 rbrad Attached File- Added Makefile.in.patch, #3064

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code