diff options
author | Stew Benedict <stewb@mandriva.org> | 2002-08-06 19:38:04 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2002-08-06 19:38:04 +0000 |
commit | ac64a56c9e1825232a523ce50cd8b5f946462a59 (patch) | |
tree | 1dbd4632921c92a653e2c2ad28bf2780b9b4003e /perl-install | |
parent | 1ed569b7b3c2878e11f0c9d3b5e20bfe7de3ba40 (diff) | |
download | drakx-ac64a56c9e1825232a523ce50cd8b5f946462a59.tar drakx-ac64a56c9e1825232a523ce50cd8b5f946462a59.tar.gz drakx-ac64a56c9e1825232a523ce50cd8b5f946462a59.tar.bz2 drakx-ac64a56c9e1825232a523ce50cd8b5f946462a59.tar.xz drakx-ac64a56c9e1825232a523ce50cd8b5f946462a59.zip |
typo, change /etc/exports explanation in help
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakTermServ | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ index 30981aa6a..9b868e5d5 100755 --- a/perl-install/standalone/drakTermServ +++ b/perl-install/standalone/drakTermServ @@ -345,6 +345,9 @@ sub help { A typical exports entry for clusternfs is: / (ro,all_squash) + /home SUBNET/MASK(rw,root_squash) + + With SUBNET/MASK being defined for your network. - Maintain /etc/shadow\$\$CLIENT\$\$: For users to be able to log into the system from a diskless client, their entry in @@ -1170,7 +1173,7 @@ sub deluser { if ($user =~ /$username/) { splice (@ts_users, $i, 1); $user_deleted = 1; - break(); + break; } $i++; } |