What's the logic of touching /var/log/pgsql ? - Mailing list pgsql-pkg-yum

From Craig Ringer
Subject What's the logic of touching /var/log/pgsql ?
Date
Msg-id 53DB4735.5020704@2ndquadrant.com
Whole thread Raw
Responses Re: What's the logic of touching /var/log/pgsql ?
List pgsql-pkg-yum
The PGDG spec files for PostgreSQL have the following lines in the
server preinst section:

%pre server
... creates Pg user ...
touch /var/log/pgsql
chown postgres:postgres /var/log/pgsql
chmod 0700 /var/log/pgsql


What's the logic there? Why create an empty /var/log/pgsql file owned by
user 'pgsql' ? It's not used for anything and just seems confusing.




--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-pkg-yum by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Unifying the spec files?
Next
From: Craig Ringer
Date:
Subject: pg_upgrade support is broken?