aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/accounts.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-24 18:39:03 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-24 18:40:43 +0100
commitf7abd6fef1e11e70b516f7f56ac6a2094889e160 (patch)
treec73333185249b378b7b30829e257d2d266b0a651 /gnu/system/accounts.scm
parentc9677ce5f7cf50b25d7be3a18ad33ff5160c21db (diff)
downloadguix-f7abd6fef1e11e70b516f7f56ac6a2094889e160.tar.gz
guix-f7abd6fef1e11e70b516f7f56ac6a2094889e160.zip
gnu: opensmtpd: Update to 6.6.4p1 [security fixes].
See <https://www.mail-archive.com/misc@opensmtpd.org/msg04888.html>. * gnu/packages/mail.scm (opensmtpd): Update to 6.6.4p1.
Diffstat (limited to 'gnu/system/accounts.scm')
0 files changed, 0 insertions, 0 deletions
/newt/partition.scm (run-disk-page): Pass #:client-callback-procedure to 'run-listbox-selection-page'. * gnu/installer/newt/user.scm (run-user-page): Call 'run-form-with-clients'. Handle 'exit-fd-ready'. * gnu/installer/newt/welcome.scm (run-menu-page): Define 'choice->item' and use it. Call 'run-form-with-clients'. * gnu/installer/newt/final.scm (run-install-success-page) (run-install-failed-page): When (current-clients) is non-empty, call 'send-to-clients' without displaying a choice window. Ludovic Courtès 2020-02-22installer: Log important bits to syslog....* gnu/installer.scm (installer-program): Log crashes with 'syslog'. * gnu/installer/parted.scm (luks-format-and-open, luks-close) (mount-user-partitions, umount-user-partitions): Add 'syslog' calls. * gnu/installer/steps.scm (run-installer-steps): Log the running step with 'syslog'. * gnu/installer/utils.scm (run-shell-command): Add calls to 'syslog'. Ludovic Courtès 2019-05-06installer: Actually translate step descriptions....Until now, step descriptions in the menu that shows up when hitting "Exit" would not be translated. That's because the 'G_' procedure was called once and for all when the installer was started. * gnu/installer/steps.scm (<installer-step>)[description]: Add the 'thunked' attribute. Ludovic Courtès 2019-04-21installer: Fix skip-to-step issue....When trying to jump to the first step, DONE-STEPS ends-up being null, which fails the matching condition. * gnu/installer/steps.scm (skip-to-step): Split matching conditions to handle the empty DONE-STEPS case properly. Mathieu Othacehe 2019-04-08installer: Generate 'set-xorg-configuration' snippet....* gnu/installer/services.scm (system-services->configuration): Add 'set-xorg-configuration' service. * gnu/installer/steps.scm (format-configuration): Add 'xorg' service module. Ludovic Courtès 2019-04-07installer: Add dialog to select networking services....* gnu/installer/newt/services.scm (run-networking-cbt-page): New procedure. (run-services-page): Call it. * gnu/installer/services.scm (%system-services): Add OpenSSH and Tor. (networking-system-service?): New procedure. * gnu/installer/steps.scm (format-configuration): Add 'networking' and 'ssh' to the service modules. Ludovic Courtès