mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
affeba3053
- Use OPTIONS for optional dependencies - Change pkg-{,de}install to avoid risk of data loss when upgrading - Patch files instead of regexps in Makefile added a work around for PR 63293 PR: 63230 Submitted by: Lars Thegler <lars@thegler.dk> (maintainer) Reviewed by: clement
12 lines
341 B
Perl
12 lines
341 B
Perl
--- lib/probes/LDAP.pm.orig Fri Feb 20 00:28:14 2004
|
|
+++ lib/probes/LDAP.pm Fri Feb 20 00:28:44 2004
|
|
@@ -13,7 +13,7 @@
|
|
*** Probes ***
|
|
+ LDAP
|
|
|
|
- passwordfile = /usr/share/smokeping/etc/password # optional
|
|
+ passwordfile = %%PREFIX%%/etc/smokeping/password # optional
|
|
sleeptime = 0.5 # optional, 1 second by default
|
|
|
|
*** Targets ***
|