Re: [HACKERS] mode of libs
Vadim Mikheev <vadim@sable.krasnoyarsk.su>
From: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: pgsql-hackers@postgreSQL.org
Date: 1998-02-26T03:06:40Z
Lists: pgsql-hackers
Bruce Momjian wrote: > > > > > Is this Ok ? > > > > /home/postgres/lib > ls -l > > total 711 > > -r--r--r-- 1 postgres users 605 26 ÆÅ× 07:57 global1.bki.source > > -r--r--r-- 1 postgres users 0 26 ÆÅ× 07:57 global1.description > > -r--r--r-- 1 postgres users 8994 26 ÆÅ× 07:57 libecpg.a > > lrwxrwxrwx 1 postgres users 14 26 ÆÅ× 07:57 libecpg.so -> libecpg.so.1.0 > > ^ ^ > > Good eye. Fixed. Was in configure.in as 664 not 644. No reason to > give group write permission, right? Yes. And "others" too... Vadim