[Groonga-commit] groonga/groonga at b2e0650 [master] logrotate: stop to set owner/group to log files

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jul 7 12:58:42 JST 2015


Kouhei Sutou	2015-07-07 12:58:42 +0900 (Tue, 07 Jul 2015)

  New Revision: b2e0650a7ce93de3b869f592add8877f7a4849ff
  https://github.com/groonga/groonga/commit/b2e0650a7ce93de3b869f592add8877f7a4849ff

  Message:
    logrotate: stop to set owner/group to log files
    
    Because it's not consistent. groonga-httpd creates log files with root
    owner/group. But logrotated log files are created with groonga
    owner/group.
    
    GitHub: fix #358
    
    Reported by jacob16bit. Thanks!!!

  Modified files:
    data/logrotate.d/redhat/groonga-httpd

  Modified: data/logrotate.d/redhat/groonga-httpd (+0 -1)
===================================================================
--- data/logrotate.d/redhat/groonga-httpd    2015-07-07 12:53:13 +0900 (0f526c7)
+++ data/logrotate.d/redhat/groonga-httpd    2015-07-07 12:58:42 +0900 (1d95e6f)
@@ -5,7 +5,6 @@
     compress
     delaycompress
     notifempty
-    create 640 groonga groonga
     sharedscripts
     postrotate
         if [ -f /var/lock/subsys/groonga-httpd ]; then
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index