summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nisautofs_wizard/Nisautofs.pm3
1 files changed, 2 insertions, 1 deletions
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';
}