summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-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++;
}