diff options
| author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-24 12:41:38 +0000 |
|---|---|---|
| committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-24 12:41:38 +0000 |
| commit | affeba3053db0316f3acb8a2566a9598df09f104 (patch) | |
| tree | 3aad63fe311575e0ffe6601335f2c415b4b51dd1 /net-mgmt/smokeping/files/patch-lib-probes-EchoPingIcp.pm | |
| parent | Update to 0.02 (diff) | |
- Update to 1.26
- 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
Diffstat (limited to 'net-mgmt/smokeping/files/patch-lib-probes-EchoPingIcp.pm')
| -rw-r--r-- | net-mgmt/smokeping/files/patch-lib-probes-EchoPingIcp.pm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/smokeping/files/patch-lib-probes-EchoPingIcp.pm b/net-mgmt/smokeping/files/patch-lib-probes-EchoPingIcp.pm new file mode 100644 index 000000000000..60d762c3452b --- /dev/null +++ b/net-mgmt/smokeping/files/patch-lib-probes-EchoPingIcp.pm @@ -0,0 +1,11 @@ +--- lib/probes/EchoPingIcp.pm.orig Sun Jan 11 18:06:12 2004 ++++ lib/probes/EchoPingIcp.pm Sun Jan 11 18:06:12 2004 +@@ -14,7 +14,7 @@ + *** Probes *** + + EchoPingIcp + +- binary = /usr/bin/echoping # mandatory ++ binary = %%PREFIX%%/bin/echoping # mandatory + + *** Targets *** + |
