Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 26328 Details for
Bug 42891
Added 'reload' action to PostgreSQL init script
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds 'reload' action to /etc/init.d/postgresql
postgresql.init.patch (text/plain), 675 bytes, created by
Mark Gibson
on 2004-02-25 07:13:08 UTC
(
hide
)
Description:
Adds 'reload' action to /etc/init.d/postgresql
Filename:
MIME Type:
Creator:
Mark Gibson
Created:
2004-02-25 07:13:08 UTC
Size:
675 bytes
patch
obsolete
>--- /usr/portage/dev-db/postgresql/files/postgresql.init-7.4.1 2004-02-13 19:45:04.000000000 +0000 >+++ ./postgresql.init-7.4.1 2004-02-25 15:03:43.671755712 +0000 >@@ -3,6 +3,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /home/cvsroot/gentoo-x86/dev-db/postgresql/files/postgresql.init-7.4.1,v 1.2 2004/02/13 19:26:32 vapier Exp $ > >+opts="${opts} reload" >+ > depend() { > use net > } >@@ -53,3 +55,9 @@ > su - $PGUSER -c "/usr/bin/pg_ctl restart -D '$PGDATA' -s -m fast -l '$PGLOG' -o '$PGOPTS'" > eend $? > } >+ >+reload() { >+ ebegin "Reloading postgres configuration" >+ su - $PGUSER -c "/usr/bin/pg_ctl reload -D '$PGDATA' -s" >+ eend $? >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 42891
: 26328