Kouhei Sutou
null+****@clear*****
Wed Dec 17 09:15:40 JST 2014
Kouhei Sutou 2014-12-17 09:15:40 +0900 (Wed, 17 Dec 2014) New Revision: 65798d58bb3807b9942b0bb407e4507b168cb67c https://github.com/groonga/groonga/commit/65798d58bb3807b9942b0bb407e4507b168cb67c Message: package debian: add missing "[ ... ]" Modified files: packages/debian/groonga-httpd.logrotate Modified: packages/debian/groonga-httpd.logrotate (+1 -1) =================================================================== --- packages/debian/groonga-httpd.logrotate 2014-12-16 15:50:32 +0900 (e1ed853) +++ packages/debian/groonga-httpd.logrotate 2014-12-17 09:15:40 +0900 (d4f4806) @@ -9,7 +9,7 @@ sharedscripts postrotate . /etc/default/groonga-httpd - if x"$ENABLE" = x"yes"; then + if [ x"$ENABLE" = x"yes" ]; then /usr/bin/curl --silent --output /dev/null \ "http://127.0.0.1:10041/d/log_reopen" fi -------------- next part -------------- HTML����������������������������...Download