Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 179673 Details for
Bug 172870
dev-db/mysql-init-scripts-1.2: logrotate fails if mysqld not running
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Simple patch to avoid this error
mysql.patch (text/plain), 337 bytes, created by
Slamp
on 2009-01-25 14:05:36 UTC
(
hide
)
Description:
Simple patch to avoid this error
Filename:
MIME Type:
Creator:
Slamp
Created:
2009-01-25 14:05:36 UTC
Size:
337 bytes
patch
obsolete
>--- mysql 2009-01-25 15:02:06.000000000 +0100 >+++ mysql.new 2009-01-25 15:03:00.000000000 +0100 >@@ -10,5 +10,7 @@ > sharedscripts > missingok > postrotate >-/bin/kill -HUP `cat /var/run/mysqld/mysqld.pid` >+ if [ -f /var/run/mysqld/mysqld.pid ] ; then >+ /bin/kill -HUP `cat /var/run/mysqld/mysqld.pid` >+ fi > endscript
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 172870
: 179673