summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-01-28 10:37:28 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-01-28 10:37:28 +0000
commit304a34adcb01c1b37d472cdb7037d700ae5ced1c (patch)
tree09016707c975efb9dd1ead932badd03438632a40
parentc942ba3a714cef05d90da2581c1a6afe97e1ced2 (diff)
downloaddrakwizard-304a34adcb01c1b37d472cdb7037d700ae5ced1c.tar
drakwizard-304a34adcb01c1b37d472cdb7037d700ae5ced1c.tar.gz
drakwizard-304a34adcb01c1b37d472cdb7037d700ae5ced1c.tar.bz2
drakwizard-304a34adcb01c1b37d472cdb7037d700ae5ced1c.tar.xz
drakwizard-304a34adcb01c1b37d472cdb7037d700ae5ced1c.zip
export shadow file
-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';
}