summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2002-08-06 19:38:04 +0000
committerStew Benedict <stewb@mandriva.org>2002-08-06 19:38:04 +0000
commitac64a56c9e1825232a523ce50cd8b5f946462a59 (patch)
tree1dbd4632921c92a653e2c2ad28bf2780b9b4003e
parent1ed569b7b3c2878e11f0c9d3b5e20bfe7de3ba40 (diff)
downloaddrakx-backup-do-not-use-ac64a56c9e1825232a523ce50cd8b5f946462a59.tar
drakx-backup-do-not-use-ac64a56c9e1825232a523ce50cd8b5f946462a59.tar.gz
drakx-backup-do-not-use-ac64a56c9e1825232a523ce50cd8b5f946462a59.tar.bz2
drakx-backup-do-not-use-ac64a56c9e1825232a523ce50cd8b5f946462a59.tar.xz
drakx-backup-do-not-use-ac64a56c9e1825232a523ce50cd8b5f946462a59.zip
typo, change /etc/exports explanation in help
-rwxr-xr-xperl-install/standalone/drakTermServ5
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++;
}