FIXUP tiedote.md paketti onkin tiedote-md
This commit is contained in:
parent
c608e965b4
commit
c21d912e34
@ -71,7 +71,7 @@ the tiedote.md user on this system.")
|
||||
(mkdir-p socket-directory)
|
||||
(chown socket-directory uid gid)
|
||||
(make-forkexec-constructor
|
||||
(list #$(file-append tiedote.md "/bin/tiedote.md")
|
||||
(list #$(file-append tiedote-md "/bin/tiedote.md")
|
||||
"--address" #$email-address
|
||||
"--sender-name" #$sender-name
|
||||
"--sendmail" #$sendmail-path
|
||||
@ -91,8 +91,8 @@ the tiedote.md user on this system.")
|
||||
(define (tiedote.md-activation config)
|
||||
(match-record config <tiedote.md-configuration>
|
||||
(state-directory)
|
||||
(let* ((receive-exec (list (file-append tiedote.md "/bin/tiedote.md") ; file to exec
|
||||
(file-append tiedote.md "/bin/tiedote.md") ; arg $0
|
||||
(let* ((receive-exec (list (file-append tiedote-md "/bin/tiedote.md") ; file to exec
|
||||
(file-append tiedote-md "/bin/tiedote.md") ; arg $0
|
||||
"--address" email-address
|
||||
"--sender-name" sender-name
|
||||
"--sendmail" sendmail-path
|
||||
|
Loading…
Reference in New Issue
Block a user