Make configure assume nvi can store backups in /var/tmp. --- a/dist/configure 2014-09-01 14:46:01.075778095 +0200 +++ b/dist/configure 2014-09-01 14:52:08.411790122 +0200 @@ -21319,23 +21319,8 @@ if test "${vi_cv_path_preserve+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - dirlist="/var/preserve /var/tmp /usr/tmp" - vi_cv_path_preserve=no - for i in $dirlist; do - if test -d $i/vi.recover; then - vi_cv_path_preserve=$i/vi.recover - break; - fi - done - if test "$vi_cv_path_preserve" = no; then - for i in $dirlist; do - if test -d $i -a -w $i; then - vi_cv_path_preserve=$i/vi.recover - break; - fi - done - - fi +# Assume /var/tmp + vi_cv_path_preserve=/var/tmp/vi.recover fi if test "$vi_cv_path_preserve" = no; then ted'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services/ssh.scm
AgeCommit message (Expand)Author
2023-12-02gnu: Use ‘libc-utf8-locales-for-target’....Janneke Nieuwenhuizen
2023-08-20home: services: ssh: Fix compilation warning with 'serialize-match-criteria'....Nicolas Graves
2023-06-14home: services: ssh: Allow unset boolean options in ssh-config....Efraim Flashner
2023-06-09home: services: ssh: Export home-ssh-agent variables....Nicolas Graves
2023-06-09home: services: ssh: Export configuration predicates....Nicolas Graves
2023-06-09home: services: ssh: Add 'match-criteria' option....Nicolas Graves
2023-06-09home: services: ssh: Add 'add-keys-to-agent' field....Nicolas Graves
2023-05-24home: services: ssh: Do not empty ~/.ssh/authorized_keys by default....Janneke Nieuwenhuizen
2023-04-21home: services: openssh: Add configuration option for jump proxies...Saku Laesvuori
2023-03-17home: services: ssh-agent: Handle setting of SSH_AUTH_SOCK....Jan (janneke) Nieuwenhuizen
2023-03-16home: services: kodi, znc, ssh-agent: Use 'match-record'....Ludovic Courtès
2023-03-16home: services: ssh-agent: Remove host-side use of (shepherd support)....Ludovic Courtès
2023-03-16gnu: home: services: Add home-ssh-agent-service-type....Jan (janneke) Nieuwenhuizen