Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51723 - /etc/init.d/pg_autovacuum file out of date in postgres 7.4.2
Summary: /etc/init.d/pg_autovacuum file out of date in postgres 7.4.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-22 01:12 UTC by Tim Bates
Modified: 2004-05-25 08:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Bates 2004-05-22 01:12:36 UTC
The file /etc/init.d/pg_autovacuum (/home/cvsroot/gentoo-x86/dev-db/postgresql/files/pg_autovacuum.init-7.4.2,v) makes a reference to a file which doesn't exist, namely /usr/share/doc/postgresql-7.4.1/contrib/README.pg_autovacuum - since this is version 7.4.2-r1, that file resides at /usr/share/doc/postgresql-7.4.2-r1/contrib/README.pg_autovacuum

Reproducible: Always
Steps to Reproduce:
1. Install postgresql-7.4.2-r1
2. Open /etc/init.d/pg_autovacuum in your favourite editor.
3. Look at line 23

Actual Results:  
I saw that the filename was wrong; it referred to
/usr/share/doc/postgresql-7.4.1/contrib/README.pg_autovacuum, which doesn't
exist on my system.

Expected Results:  
It should have said
/usr/share/doc/postgresql-7.4.2-r1/contrib/README.pg_autovacuum, which is where
the file is on my system.
Comment 1 Masatomo Nakano (RETIRED) gentoo-dev 2004-05-25 08:56:36 UTC
Fixed in the portage tree.
Thank you for reporting.