You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
81fd177e72
Fix livecheck to ignore future release candidates (if any).
32 lines
825 B
Diff
32 lines
825 B
Diff
--- a/etc/sqlgrey.conf 2012-08-24 18:05:39.000000000 -0700
|
|
+++ b/etc/sqlgrey.conf 2012-08-24 18:08:37.000000000 -0700
|
|
@@ -7,7 +7,7 @@
|
|
# - SQLgrey uses a specific config file when called with -f <conf_file>
|
|
|
|
## Configuration files
|
|
-# conf_dir = /etc/sqlgrey
|
|
+# conf_dir = @PREFIX@/etc/sqlgrey
|
|
|
|
## Log level
|
|
# Uncomment to change the log level (default is normal: 2)
|
|
@@ -59,8 +59,8 @@
|
|
# log_ident =
|
|
|
|
## username and groupname the daemon runs as
|
|
-# user = sqlgrey
|
|
-# group = sqlgrey
|
|
+# user = @SQLGREYUSER@
|
|
+# group = @SQLGREYGROUP@
|
|
|
|
## Socket
|
|
# On which socket do SQLgrey wait for queries
|
|
@@ -73,7 +73,7 @@
|
|
|
|
## PID
|
|
# where to store the process PID
|
|
-# pidfile = /var/run/sqlgrey.pid
|
|
+# pidfile = @PREFIX@/var/run/@NAME@/sqlgrey.pid
|
|
|
|
## Greylisting delays
|
|
# If you want to be really strict (RFC-wise) use these
|