[Groonga-commit] groonga/groonga at 23c4d79 [master] package debian: use /bin/mkdir instead of /usr/bin/mkdir

Back to archive index

Masafumi Yokoyama null+****@clear*****
Mon Jun 1 02:06:39 JST 2015


Masafumi Yokoyama	2015-06-01 02:06:39 +0900 (Mon, 01 Jun 2015)

  New Revision: 23c4d793e3e445d408b80bc991941033be54d066
  https://github.com/groonga/groonga/commit/23c4d793e3e445d408b80bc991941033be54d066

  Message:
    package debian: use /bin/mkdir instead of /usr/bin/mkdir
    
    Fedora has /usr/bin/mkdir but Debian GNU/Linux and Ubuntu
    doesn't have /usr/bin/mkdir.

  Modified files:
    packages/debian/groonga-httpd.service

  Modified: packages/debian/groonga-httpd.service (+1 -1)
===================================================================
--- packages/debian/groonga-httpd.service    2015-05-31 17:54:45 +0900 (7f19d72)
+++ packages/debian/groonga-httpd.service    2015-06-01 02:06:39 +0900 (ff871c3)
@@ -7,7 +7,7 @@ Conflicts=groonga.service
 Type=forking
 User=root
 Group=root
-ExecStartPre=-/usr/bin/mkdir -p /var/log/groonga/httpd
+ExecStartPre=-/bin/mkdir -p /var/log/groonga/httpd
 ExecStart=/usr/sbin/groonga-httpd
 ExecStop=/usr/sbin/groonga-httpd -s stop
 
-------------- next part --------------
HTML����������������������������...
Download 



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