From 27ac3c6ea06acf15b3c46176e8c8d313508c80c7 Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Tue, 12 Mar 2024 14:49:11 +0300 Subject: [PATCH] improved formatting --- .../sys-libs/glibc/nscd-cache.conf | 32 ++++++++----------- .../sys-libs/glibc/nscd.conf | 32 ++++++++----------- 2 files changed, 28 insertions(+), 36 deletions(-) diff --git a/profiles/templates/2_ac_install_merge/sys-libs/glibc/nscd-cache.conf b/profiles/templates/2_ac_install_merge/sys-libs/glibc/nscd-cache.conf index 4a771b9bc..aaf510ceb 100644 --- a/profiles/templates/2_ac_install_merge/sys-libs/glibc/nscd-cache.conf +++ b/profiles/templates/2_ac_install_merge/sys-libs/glibc/nscd-cache.conf @@ -1,19 +1,15 @@ # Calculate comment=# append=replace -# -# /etc/nscd.conf - - enable-cache passwd yes - positive-time-to-live passwd 604800 - negative-time-to-live passwd 20 - suggested-size passwd 211 - check-files passwd yes - persistent passwd yes - shared passwd yes - - enable-cache group yes - positive-time-to-live group 604800 - negative-time-to-live group 40 - suggested-size group 211 - check-files group yes - persistent group yes - shared group yes +enable-cache passwd yes +positive-time-to-live passwd 604800 +negative-time-to-live passwd 20 +suggested-size passwd 211 +check-files passwd yes +persistent passwd yes +shared passwd yes +enable-cache group yes +positive-time-to-live group 604800 +negative-time-to-live group 40 +suggested-size group 211 +check-files group yes +persistent group yes +shared group yes diff --git a/profiles/templates/2_ac_install_merge/sys-libs/glibc/nscd.conf b/profiles/templates/2_ac_install_merge/sys-libs/glibc/nscd.conf index 1bd5ec5b8..3b04d27a5 100644 --- a/profiles/templates/2_ac_install_merge/sys-libs/glibc/nscd.conf +++ b/profiles/templates/2_ac_install_merge/sys-libs/glibc/nscd.conf @@ -1,19 +1,15 @@ # Calculate comment=# append=replace -# -# /etc/nscd.conf - - enable-cache passwd yes - positive-time-to-live passwd 0 - negative-time-to-live passwd 0 - suggested-size passwd 211 - check-files passwd yes - persistent passwd yes - shared passwd yes - - enable-cache group yes - positive-time-to-live group 0 - negative-time-to-live group 0 - suggested-size group 211 - check-files group yes - persistent group yes - shared group yes +enable-cache passwd yes +positive-time-to-live passwd 0 +negative-time-to-live passwd 0 +suggested-size passwd 211 +check-files passwd yes +persistent passwd yes +shared passwd yes +enable-cache group yes +positive-time-to-live group 0 +negative-time-to-live group 0 +suggested-size group 211 +check-files group yes +persistent group yes +shared group yes