Changes requested by David D. Smith.

Non-root install.
This commit is contained in:
dale_mellor 2005-10-23 12:29:19 +00:00
commit b1e921ffc8
10 changed files with 161 additions and 81 deletions

View file

@ -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")