X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=lib%2Fguile%2Fautodl;h=281c2364e6b68e46ce7dd2cd22baddbc5617a484;hb=c6a77cc5ac215d62eefd1449088439ee109ea0b5;hp=632e7efc818cb54f6a9bfd8f6a6366ef67447986;hpb=9de0d082eb31c6c4b261721b25c187c7f204c163;p=doldaconnect.git diff --git a/lib/guile/autodl b/lib/guile/autodl index 632e7ef..281c236 100755 --- a/lib/guile/autodl +++ b/lib/guile/autodl @@ -432,7 +432,7 @@ (lambda (key . args) (logf (string-append "could not connect to server: " (apply format #f (cadr args) (caddr args)))) (exit 2))) - (dc-ecmd-assert 200 "notify" "all" "on") + (dc-ecmd-assert 200 "notify" "trans:act" "on" "trans:prog" "on" "srch:act" "on") (for-each (lambda (sig) (sigaction sig (lambda (sig) (throw 'sig sig)))) (list SIGINT SIGTERM SIGHUP)) (catch 'sig (lambda ()