diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-25 07:50:09 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-25 07:50:09 +0000 |
commit | 1bdbbbec311da6064d8e6de29d9e9d1a5a101fdb (patch) | |
tree | f057a3cea0bde996907c46bd01fe6b503c5631d1 /sysutils/blimitd/files/patch-aa | |
parent | Upgrade to 0.0.8. (diff) |
Fix build on -current
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
Notes
Notes:
svn path=/head/; revision=68779
Diffstat (limited to 'sysutils/blimitd/files/patch-aa')
-rw-r--r-- | sysutils/blimitd/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/blimitd/files/patch-aa b/sysutils/blimitd/files/patch-aa new file mode 100644 index 000000000000..e90f21d382c6 --- /dev/null +++ b/sysutils/blimitd/files/patch-aa @@ -0,0 +1,11 @@ +--- config.h Sat Aug 4 15:11:31 2001 ++++ config.h.new Wed Oct 23 16:46:47 2002 +@@ -13,7 +13,7 @@ + #define SYSLOG_IDENT "blimitd" + + /* location of pid file */ +-#define PID_FILE _PATH_VARRUN ## "blimitd.pid" ++#define PID_FILE _PATH_VARRUN "blimitd.pid" + + /* how often to check for infringements (in seconds). NB warnings can't be + * sent more frequently than this figure either */ |