Changes requested by David D. Smith.
Non-root install.
This commit is contained in:
parent
863b755293
commit
b1e921ffc8
10 changed files with 161 additions and 81 deletions
3
main.scm
3
main.scm
|
|
@ -298,8 +298,9 @@ Report bugs to " config-package-bugreport ".\n
|
|||
(do ((file-name (readdir directory) (readdir directory)))
|
||||
((eof-object? file-name))
|
||||
(and-let* ((user (valid-user file-name)))
|
||||
(set-configuration-user user)
|
||||
(set-configuration-user user) ;; / ?? !!!!
|
||||
(read-vixie-file (string-append config-spool-dir
|
||||
"/"
|
||||
file-name))))))
|
||||
(lambda (key . args)
|
||||
(display "You do not have permission to access the system crontabs.\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue