Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395263 - dev-db/postgresql-server-* init scripts doesn't support "reload"
Summary: dev-db/postgresql-server-* init scripts doesn't support "reload"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-19 13:33 UTC by Marcin Mirosław
Modified: 2011-12-27 09:02 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 Marcin Mirosław 2011-12-19 13:33:27 UTC
Because there is ugly typo:
-extra_started_command="reload"
+extra_started_commands="reload"

Reproducible: Always
Comment 1 Agostino Sarubbo gentoo-dev 2011-12-19 19:25:40 UTC
Since the snapshot is on AAron spadce, assigning directly to him.
Comment 2 Aaron W. Swenson gentoo-dev 2011-12-25 16:36:54 UTC
  25 Dec 2011; Aaron W. Swenson <titanofold@gentoo.org>
  +postgresql-server-8.2.23-r1.ebuild, +postgresql-server-8.3.17-r1.ebuild,
  +postgresql-server-8.4.10-r1.ebuild, +postgresql-server-9.0.6-r1.ebuild,
  +postgresql-server-9.1.2-r2.ebuild:
  Fixes bugs 395263, 394389, and 394159
Comment 3 Marcin Mirosław 2011-12-27 09:02:18 UTC
Thanks Aaron.