From 0ff83003bf05f995b98508c3ba1ad4ca5aba681a Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 6 Dec 2012 19:06:31 +0100 Subject: main/ruby-unicorn: update sample redmine pid location --- main/ruby-unicorn/APKBUILD | 4 ++-- main/ruby-unicorn/redmine.conf.rb.sample | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'main/ruby-unicorn') diff --git a/main/ruby-unicorn/APKBUILD b/main/ruby-unicorn/APKBUILD index 6fb8985aa..a8c19acdb 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 bb98e30f7..6b47bd135 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, -- cgit v1.2.3