From ac64a56c9e1825232a523ce50cd8b5f946462a59 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Tue, 6 Aug 2002 19:38:04 +0000 Subject: typo, change /etc/exports explanation in help --- perl-install/standalone/drakTermServ | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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++; } -- cgit v1.2.1