diff options
author | Antoine Ginies <aginies@mandriva.com> | 2005-01-28 10:37:28 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2005-01-28 10:37:28 +0000 |
commit | 304a34adcb01c1b37d472cdb7037d700ae5ced1c (patch) | |
tree | 09016707c975efb9dd1ead932badd03438632a40 | |
parent | c942ba3a714cef05d90da2581c1a6afe97e1ced2 (diff) | |
download | drakwizard-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.pm | 3 |
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'; } |