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