summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2002-09-21 19:05:00 +0000
committerStew Benedict <stewb@mandriva.org>2002-09-21 19:05:00 +0000
commita690ec550d181eef5e7aa94c506d25aca8289eb5 (patch)
tree74734a3f48d2b0edf5db5971479c957db1c56c6b
parent38e097789aab84919931929d9ac88486e45e4971 (diff)
downloaddrakx-backup-do-not-use-a690ec550d181eef5e7aa94c506d25aca8289eb5.tar
drakx-backup-do-not-use-a690ec550d181eef5e7aa94c506d25aca8289eb5.tar.gz
drakx-backup-do-not-use-a690ec550d181eef5e7aa94c506d25aca8289eb5.tar.bz2
drakx-backup-do-not-use-a690ec550d181eef5e7aa94c506d25aca8289eb5.tar.xz
drakx-backup-do-not-use-a690ec550d181eef5e7aa94c506d25aca8289eb5.zip
Correct help notes on \$\$IP=IP-ADDRESS\$\$.
-rwxr-xr-xperl-install/standalone/drakTermServ4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ
index b40a92dd4..515444da6 100755
--- a/perl-install/standalone/drakTermServ
+++ b/perl-install/standalone/drakTermServ
@@ -28,7 +28,7 @@
# 2) create/modify /etc/dhcpd.conf for diskless clients
# 3) create/modify /etc/exports for clusternfs export of "/"
# 4) add/remove entries in /etc/shadow$$CLIENTS$$ to allow user access
-# 5) per client XF86Config-4, using /etc/XF86Config-4$$IP-ADDRESS$$
+# 5) per client XF86Config-4, using /etc/XF86Config-4$$IP=IP-ADDRESS$$
# 6) other per client customizations (modules.conf, keyboard, mouse)
# 7) enable/modify /etc/xinetd.d/tftp for etherboot
# 8) create etherboot floppies for client machines
@@ -354,7 +354,7 @@ sub help {
/etc/shadow needs to be duplicated in /etc/shadow\$\$CLIENTS\$\$. drakTermServ helps
in this respect by adding or removing system users from this file.
- - Per client /etc/X11XF86Config-4\$\$IP-ADDRESS\$\$:
+ - Per client /etc/X11XF86Config-4\$\$IP=IP-ADDRESS\$\$:
Through clusternfs, each diskless client can have it's own unique configuration files
on the root filesystem of the server. In the future drakTermServ will help create these
files.