Ticket #36805: redis-2.6.2.patch
File redis-2.6.2.patch, 2.3 KB (added by robsonpeixoto@…, 12 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name redis 7 version 2.4.17 8 revision 1 7 version 2.6.2 9 8 categories databases 10 9 license BSD 11 10 platforms darwin … … 18 17 homepage http://redis.io/ 19 18 master_sites googlecode:redis 20 19 21 checksums rmd160 55b2d98383fa15400d067e8043b47bb5fb98cef1\22 sha256 3fae7c47ef84886ff65073593c91586bb675babaf702eb6f3b37855ab3066ebd20 checksums rmd160 73a2d8d47d8b04270d141192a78f9887675074b8 \ 21 sha256 b3b2e74ec8a13337e5e17cc24b0fecf5d612d6a0835d99bd1e337b391f20a46d 23 22 24 23 patchfiles patch-redis.conf.diff 25 24 -
files/patch-redis.conf.diff
1 --- redis.conf.orig 2012- 08-30 10:42:47.000000000 -05002 +++ redis.conf 2012-10- 09 03:28:17.000000000 -05001 --- redis.conf.orig 2012-10-29 11:00:30.000000000 -0200 2 +++ redis.conf 2012-10-29 11:03:27.000000000 -0200 3 3 @@ -18,7 +18,7 @@ 4 4 5 5 # When running daemonized, Redis writes a pid file in /var/run/redis.pid by … … 9 9 10 10 # Accept connections on the specified port, default is 6379. 11 11 # If port 0 is specified Redis will not listen on a TCP socket. 12 @@ -45,12 +45,12 @@ 13 # verbose (many rarely useful info, but not a mess like the debug level) 14 # notice (moderately verbose, what you want in production probably) 15 # warning (only very important / critical messages are logged) 16 -loglevel verbose 17 +loglevel notice 18 12 @@ -50,7 +50,7 @@ 19 13 # Specify the log file name. Also 'stdout' can be used to force 20 14 # Redis to log on the standard output. Note that if you use standard 21 15 # output for logging but daemonize, logs will be sent to /dev/null … … 24 18 25 19 # To enable logging to the system logger, just set 'syslog-enabled' to yes, 26 20 # and optionally update the other syslog parameters to suit your needs. 27 @@ -1 04,7 +104,7 @@21 @@ -134,7 +134,7 @@ 28 22 # Also the Append Only File will be created inside this directory. 29 23 # 30 24 # Note that you must specify a directory here, not a file name.