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
11 lines
378 B
Perl
11 lines
378 B
Perl
--- lib/probes/passwordchecker.pm.orig Fri Feb 20 00:29:34 2004
|
|
+++ lib/probes/passwordchecker.pm Fri Feb 20 00:29:55 2004
|
|
@@ -16,7 +16,7 @@
|
|
*** Probes ***
|
|
+ MyPasswordChecker
|
|
# location of the file containing usernames and passwords
|
|
- passwordfile = /usr/share/smokeping/etc/passwords
|
|
+ passwordfile = %%PREFIX%%/etc/smokeping/passwords
|
|
|
|
The specified password file:
|
|
|