[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Question on default umask
- From: "Stanley, Jon" <Jon Stanley savvis net>
- To: <rpm-list redhat com>
- Subject: Question on default umask
- Date: Thu, 2 Feb 2006 12:44:01 -0600
I'm attempting to package the behemoth known as the Oracle client (9.2)
:-)
On top of having to specify Provides in the spec file because Oracle
supplies binaries that cannot be executed (!), I have another more
pressing problem - the umask. The umask on my target systems is set to
027, which means that since I don't specify modes in %defattr, that
seems to be what RPM is using for installs of the package (which means
it's not altogether useful :-) ). The question is how to set a default
umask for what gets installed. Obviously some files are not executable
that are in the Oracle client, so I can't just say 0755.
Am I missing something here?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]