aboutsummaryrefslogtreecommitdiff
path: root/examples/whoisd.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/whoisd.scm')
-rw-r--r--examples/whoisd.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/whoisd.scm b/examples/whoisd.scm
index 8b100a7..305dcba 100644
--- a/examples/whoisd.scm
+++ b/examples/whoisd.scm
@@ -415,7 +415,7 @@ WHERE domain=\"" key "\""))))
(value #t))
(tag (single-char #\L)
(value #t))
- (facility (single-char #\f)
+ (facility (single-char #\F)
(value #t))
(inetd (single-char #\i)
(value #f))
@@ -485,7 +485,7 @@ The following options may be used in daemon mode only:\n\
((inetd)
(set! whois-standalone (not (cdr x))))
((facility)
- (set! log-facility (string-eval (cdr x))))
+ (set! log-facility (eval-string (cdr x))))
((tag)
(set! log-tag (cdr x)))
(else

Return to:

Send suggestions and report system problems to the System administrator.