summaryrefslogtreecommitdiffstats
path: root/extra/gross/gross-1.0.1-default-conf.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-18 14:36:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-18 14:36:50 +0000
commit3beca4265af9bc5d5370a0474b6374cf743ae76d (patch)
treeb2e618a26ed0a7179b335a45c5b260e50a67ca1a /extra/gross/gross-1.0.1-default-conf.patch
parent68abd577ab4695c04d76c458bf5b0988d8258754 (diff)
downloadaports-3beca4265af9bc5d5370a0474b6374cf743ae76d.tar.bz2
aports-3beca4265af9bc5d5370a0474b6374cf743ae76d.tar.xz
extra/gross: new aport
Greylisting of suspicious sources http://code.google.com/p/gross/
Diffstat (limited to 'extra/gross/gross-1.0.1-default-conf.patch')
-rw-r--r--extra/gross/gross-1.0.1-default-conf.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/gross/gross-1.0.1-default-conf.patch b/extra/gross/gross-1.0.1-default-conf.patch
new file mode 100644
index 00000000..39cd9070
--- /dev/null
+++ b/extra/gross/gross-1.0.1-default-conf.patch
@@ -0,0 +1,17 @@
+diff -ru gross-1.0.1.orig/doc/examples/grossd.conf gross-1.0.1/doc/examples/grossd.conf
+--- gross-1.0.1.orig/doc/examples/grossd.conf 2008-06-03 09:27:37 +0000
++++ gross-1.0.1/doc/examples/grossd.conf 2008-06-03 09:31:33 +0000
+@@ -71,11 +71,13 @@
+ # 'statefile' is the full path of the file that the server will use to
+ # store the state information.
+ # statefile = /var/db/grossd.state
++statefile = /var/db/gross/state
+
+ # 'pidfile' is the full path of the file grossd writes its pid into.
+ # You can set parameter 'check', if you want to keep grossd
+ # from starting if pidfile already exists.
+ # pidfile = /var/run/grossd.pid;check
++pidfile = /var/run/gross/grossd.pid
+
+ # 'log_method' is used to list all the possible logging facilities.
+ # currently only syslog is implemented