From 304a34adcb01c1b37d472cdb7037d700ae5ced1c Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Fri, 28 Jan 2005 10:37:28 +0000 Subject: export shadow file --- nisautofs_wizard/Nisautofs.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nisautofs_wizard') diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm index 514bec7d..84871b23 100644 --- a/nisautofs_wizard/Nisautofs.pm +++ b/nisautofs_wizard/Nisautofs.pm @@ -183,7 +183,8 @@ sub adjust_makefile { system('touch /etc/mail/aliases'); substInFile { s!^ALIASES!#ALIASES=/etc/aliases!g; - s/^all.*/all: passwd group hosts rpc services netid protocols auto.master auto.home/g; + s/^all.*/all: passwd group shadow hosts rpc services netid protocols auto.master auto.home/g; + s//; } $NIS_DIRMAKEFILE . '/Makefile'; } -- cgit v1.2.1