diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2012-12-06 19:06:31 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2012-12-06 19:06:31 +0100 |
commit | 0ff83003bf05f995b98508c3ba1ad4ca5aba681a (patch) | |
tree | 61e1b1bf2f9dc0be3be7c9a097b757cfa7affa72 /main/ruby-unicorn | |
parent | 570497ae217f416c57e7afa33fa0081d274ebbda (diff) | |
download | aports-0ff83003bf05f995b98508c3ba1ad4ca5aba681a.tar.bz2 aports-0ff83003bf05f995b98508c3ba1ad4ca5aba681a.tar.xz |
main/ruby-unicorn: update sample redmine pid location
Diffstat (limited to 'main/ruby-unicorn')
-rw-r--r-- | main/ruby-unicorn/APKBUILD | 4 | ||||
-rw-r--r-- | main/ruby-unicorn/redmine.conf.rb.sample | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/ruby-unicorn/APKBUILD b/main/ruby-unicorn/APKBUILD index 6fb8985aaa..a8c19acdb9 100644 --- a/main/ruby-unicorn/APKBUILD +++ b/main/ruby-unicorn/APKBUILD @@ -2,7 +2,7 @@ _gemname=unicorn pkgname=ruby-unicorn pkgver=4.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Unicorn is an HTTP server for Rack applications" url="http://unicorn.bogomips.org" arch="all" @@ -43,6 +43,6 @@ package() { } md5sums="00f52cd67c3ed7a7e0672104c6df9d7a unicorn-4.4.0.gem -5b7b9876f14488e5c84503d3d0351fb6 redmine.conf.rb.sample +416e6d6c3e5f9f191d1e8c3975b0d4f5 redmine.conf.rb.sample 3b788ff54077428658e7044fb54c8364 unicorn.initd 0745d4e1605ff961c83773613c68347d unicorn.confd" diff --git a/main/ruby-unicorn/redmine.conf.rb.sample b/main/ruby-unicorn/redmine.conf.rb.sample index bb98e30f70..6b47bd1356 100644 --- a/main/ruby-unicorn/redmine.conf.rb.sample +++ b/main/ruby-unicorn/redmine.conf.rb.sample @@ -33,7 +33,7 @@ listen 8080, :tcp_nopush => true #timeout 30 # feel free to point this anywhere accessible on the filesystem -pid "/usr/share/webapps/redmine/tmp/pids/unicorn.pid" +pid "/var/run/unicorn.pid" # By default, the Unicorn logger will write to stderr. # Additionally, ome applications/frameworks log to stderr or stdout, |