summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2003-08-20 11:07:56 +0000
committerStew Benedict <stewb@mandriva.org>2003-08-20 11:07:56 +0000
commit95e5caa88607217af035c0c30575e85a1e7536e4 (patch)
treea729df456ebfedef21829793621bdd193e72740d
parent3505633eeff6ab72c6408926b3c4076ac7efeff5 (diff)
downloaddrakx-backup-do-not-use-95e5caa88607217af035c0c30575e85a1e7536e4.tar
drakx-backup-do-not-use-95e5caa88607217af035c0c30575e85a1e7536e4.tar.gz
drakx-backup-do-not-use-95e5caa88607217af035c0c30575e85a1e7536e4.tar.bz2
drakx-backup-do-not-use-95e5caa88607217af035c0c30575e85a1e7536e4.tar.xz
drakx-backup-do-not-use-95e5caa88607217af035c0c30575e85a1e7536e4.zip
Text typos - Arpad Biro
-rwxr-xr-xperl-install/standalone/drakTermServ12
-rwxr-xr-xperl-install/standalone/drakbackup2
2 files changed, 7 insertions, 7 deletions
diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ
index 50da488e7..772a0222e 100755
--- a/perl-install/standalone/drakTermServ
+++ b/perl-install/standalone/drakTermServ
@@ -400,9 +400,9 @@ N(" While you can use a pool of IP addresses, rather than setup a specific ent
Note: The \"#hdw_config\" entry is also only used by drakTermServ. Clients can either
be 'true' or 'false'. 'true' enables root login at the client machine and allows local
hardware configuration of sound, mouse, and X, using the 'drak' tools. This is enabled
- by creating seperate config files associated with the client's IP address and creating
+ by creating separate config files associated with the client's IP address and creating
read/write mount points to allow the client to alter the file. Once you are satisfied
- with the configuration, you can remove root login priviledges from the client.
+ with the configuration, you can remove root login privileges from the client.
Note: You must stop/start the server after adding or changing clients.") . "\n\n" .
N(" - Maintain /etc/exports:
@@ -422,12 +422,12 @@ N(" - Maintain /etc/shadow\$\$CLIENT\$\$:
/etc/shadow needs to be duplicated in /etc/shadow\$\$CLIENTS\$\$. drakTermServ helps
in this respect by adding or removing system users from this file.") . "\n\n" .
N(" - Per client /etc/X11/XF86Config-4\$\$IP-ADDRESS\$\$:
- Through clusternfs, each diskless client can have it's own unique configuration files
+ Through clusternfs, each diskless client can have its own unique configuration files
on the root filesystem of the server. By allowing local client hardware configuration,
drakTermServ will help create these files.") .
"\n\n" .
N(" - Per client system configuration files:
- Through clusternfs, each diskless client can have it's own unique configuration files
+ Through clusternfs, each diskless client can have its own unique configuration files
on the root filesystem of the server. By allowing local client hardware configuration,
clients can customize files such as /etc/modules.conf, /etc/sysconfig/mouse,
/etc/sysconfig/keyboard on a per-client basis.
@@ -443,7 +443,7 @@ N(" - /etc/xinetd.d/tftp:
A typical tftp configuration file looks like:
service tftp
- (
+ {
disable = no
socket_type = dgram
protocol = udp
@@ -455,7 +455,7 @@ N(" - /etc/xinetd.d/tftp:
The changes here from the default installation are changing the disable flag to
'no' and changing the directory path to /var/lib/tftpboot, where mkinitrd-net
- puts it's images.") . "\n\n" .
+ puts its images.") . "\n\n" .
N(" - Create etherboot floppies/CDs:
The diskless client machines need either ROM images on the NIC, or a boot floppy
or CD to initate the boot sequence. drakTermServ will help generate these images,
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup
index 73a339cc5..200d0fac3 100755
--- a/perl-install/standalone/drakbackup
+++ b/perl-install/standalone/drakbackup
@@ -306,7 +306,7 @@ sub setup_tooltips() {
'use_incr_decr' => N("This option will save files that have changed. Exact behavior depends on whether incremental or differential mode is used."),
'use_incremental' => N("Incremental backups only save files that have changed or are new since the last backup."),
'use_differential' => N("Differential backups only save files that have changed or are new since the original 'base' backup."),
- 'send_mail_to' => N("This should be a comma-seperated list of local users or email addresses that you want the backup results sent to. You will need a functioning mail transfer agent setup on your system."),
+ 'send_mail_to' => N("This should be a comma-separated list of local users or email addresses that you want the backup results sent to. You will need a functioning mail transfer agent setup on your system."),
'backupignore' => N("Files or wildcards listed in a .backupignore file at the top of a directory tree will not be backed up."),
'delete_files' => N("For backups to other media, files are still created on the hard drive, then moved to the other media. Enabling this option will remove the hard drive tar files after the backup."),
'dir_or_module' => N("Some protocols, like rsync, may be configured at the server end. Rather than using a directory path, you would use the 'module' name for the service path."),