| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Install modes |
| Date: | 2000-06-17 13:00:24 |
| Message-ID: | Pine.LNX.4.21.0006171445030.348-100000@localhost.localdomain |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
There seems to be little practical reason why we couldn't go along with
the standard install modes of:
programs, shared libraries 0755 [*]
data (libraries, headers, *.sample) 0644
rather than our current
program 0555
static library 0644
shared library 0644 most of the time
"everything else" 0444
On the other hand, I'm sure somebody knows one. Comments?
[*] assuming that "HPUX wants shared libs to be mode 555" does not
preclude mode 755
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2000-06-17 13:01:53 | Re: OK, OK, Hiroshi's right: use a seperately-generated filename |
| Previous Message | D'Arcy J.M. Cain | 2000-06-17 10:50:57 | Re: Changes to functions and triggers |