Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 300577 Details for
Bug 401719
Late version of the dev-db/postgresql-server-9.1.2-r1 impairs usage, locks shutdown
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for the problems in the init script
postgresql-9.1-init-script-locks-shutdown-impairs-startup.patch (text/plain), 1.04 KB, created by
Giampaolo Tomassoni
on 2012-02-01 00:06:39 UTC
(
hide
)
Description:
Patch for the problems in the init script
Filename:
MIME Type:
Creator:
Giampaolo Tomassoni
Created:
2012-02-01 00:06:39 UTC
Size:
1.04 KB
patch
obsolete
>--- postgresql-9.1- 2012-02-01 00:48:11.000000000 +0100 >+++ postgresql-9.1 2012-02-01 00:51:40.000000000 +0100 >@@ -67,7 +67,7 @@ > return 1 > fi > >- checkpath -d -m 0770 -o postgres:postgres ${socket_path} >+ checkpath -d -m 0771 -o postgres:postgres ${socket_path} > if [ -e ${socket_path}/.s.PGSQL.${configured_port} ] ; then > eerror "Socket conflict." > eerror "A server is already listening on:" >@@ -109,16 +109,16 @@ > ebegin "Stopping PostgreSQL (this can take up to ${seconds} seconds)" > > local retval >- local retries=SIGTERM/$((${NICE_TIMEOUT}*1000)) >+ local retries=SIGTERM/${NICE_TIMEOUT} > > if [ "${RUDE_QUIT}" != "NO" ] ; then > einfo "RUDE_QUIT enabled." >- retries="${retries}/SIGINT/$((${RUDE_TIMEOUT}*1000))" >+ retries="${retries}/SIGINT/${RUDE_TIMEOUT}" > fi > if [ "${FORCE_QUIT}" = "YES" ] ; then > einfo "FORCE_QUIT enabled." > ewarn "A recover-run might be executed on next startup." >- retries="${retries}/SIGQUIT/$((${FORCE_TIMEOUT}*1000))" >+ retries="${retries}/SIGQUIT/${FORCE_TIMEOUT}" > fi > > start-stop-daemon --stop \
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 401719
: 300577