summaryrefslogtreecommitdiffstats
path: root/nisautofs_wizard
diff options
context:
space:
mode:
Diffstat (limited to 'nisautofs_wizard')
-rw-r--r--nisautofs_wizard/Nisautofs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm
index 137c2c55..e2142808 100644
--- a/nisautofs_wizard/Nisautofs.pm
+++ b/nisautofs_wizard/Nisautofs.pm
@@ -347,7 +347,7 @@ sub do_it_client {
# update conf file
update_network();
# update nsswitch.conf
- Substinfile {
+ substInFile {
s|automount:.*|automount: files nisplus nis|;
} "/etc/nsswitch.conf";
needed_service($_) foreach qw(ypbind autofs);