From 41dca679d3c8f07ec047e0d5f9ab05bc209db33a Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 30 Jan 2018 23:39:51 +0100 Subject: /etc/default/nfs-common: Make sure only an uncommented lines starting with NEED_GSSD gets modified. --- install-itzks-workstation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-itzks-workstation b/install-itzks-workstation index 8cab9d0..0ebc1a9 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -77,7 +77,7 @@ sed -r -e 's/^(iface\s+eth[0-9]\s+inet\s+dhcp)\s*/#NetworkManager \1/' -i /etc/n #################### # Scripted edit to /etc/default/nfs-common when script is run -sed -i 's/NEED_GSSD=.*/NEED_GSSD=/' /etc/default/nfs-common +sed -e 's/^NEED_GSSD=.*/NEED_GSSD=/' -i /etc/default/nfs-common #################### # Disable NIS netgroup cache in NSCD, has been buggy in glibc since Debian jessie... -- cgit v1.2.3