Operating System - Tru64 Unix
1753730 Members
4563 Online
108799 Solutions
New Discussion юеВ

How to avoid _ACL files

 
Prabu_3
Frequent Advisor

How to avoid _ACL files

I am having HP-UX 11.11 v1(PA-RISC2.0) system. I am running the following swpackage command to create a depot.

swpackage -x follow_symlinks=true \
-x compression_type=gzip \
-x compress_cmd=/usr/contrib/bin/gzip \
-x compress_files=true \
-x run_as_superuser=false \
-x logdetail=true \
-x uncompress_files=false \
-x write_remote_files=true \
-x reinstall_files=true \
-x package_in_place=false \
-x target_type=directory \
-s sample.psf @ /var/tmp/sample.depot

When depot gets created, I found following files like _ACL, _INFO, _INDEX are getting created. I wanted to avoid these files. hence I used "-x create_target_acls=false" option but it fails stating that this can be used only by super-user.

My Question is, how to avoid these files being part of a depot?
[Note: when i run the same command on another HP-UX 11.11v1 server, these files are not getting created]
3 REPLIES 3
Mulgund
Frequent Advisor

Re: How to avoid _ACL files

Pl. put this Q on the HP-UX list for faster response.
Prabu_3
Frequent Advisor

Re: How to avoid _ACL files

Sorry, I didn't get what that HP-UX list means. Can you please give more explanation, so that I can act fast.
Mulgund
Frequent Advisor

Re: How to avoid _ACL files