cf8562750b
* Fix of the problem that rotate script doesn't work PR: 16888 Submitted by: Maintainer
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
--- Fan/Fan.pm.orig Sun Nov 21 17:24:27 1999
|
|
+++ Fan/Fan.pm Wed Jan 12 13:28:20 2000
|
|
@@ -48,7 +48,7 @@
|
|
|
|
;# Where configuration files are.
|
|
BEGIN {
|
|
- $sysconfdir = "/usr/local/etc";
|
|
+ $sysconfdir = '%%PREFIX%%';
|
|
}
|
|
|
|
;#
|