From 37d17544ad16b8ff6e866f69b8f701404a770673 Mon Sep 17 00:00:00 2001 From: Lars Koeller Date: Mon, 24 May 2004 17:35:57 +0000 Subject: [PATCH] o) Fix some typos in the descriptive Text. PR: 67099 Submitted by: Ceri Davies --- sysutils/bacula-server/Makefile | 14 +++++++------- sysutils/bacula/Makefile | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 67a6e07301df..1d5eb77c42cd 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -105,10 +105,10 @@ pre-everything:: @${ECHO_MSG} "===> Please read the file" @${ECHO_MSG} "===> ${DOCSDIR}/ReleaseNotes" @${ECHO_MSG} "===> for the upgrade procedure!" - @${ECHO_MSG} "===> IF YOU IGNORE, it is possible to !! LOOSE DATA !!" + @${ECHO_MSG} "===> IF YOU IGNORE THIS you may !! LOSE DATA !!" @${ECHO_MSG} "######################################################" @${ECHO_MSG} "===> Note that there is a pthreads problem, which leads to the loss of 500kB" - @${ECHO_MSG} "===> of data at the end of an tape. This is corrected in newer versinon of FreeBSD" + @${ECHO_MSG} "===> of data at the end of an tape. This is corrected in newer versions of FreeBSD" @${ECHO_MSG} "===> READ ${WRKSRC}/platforms/freebsd/pthreads-fix.txt" @${ECHO_MSG} "" @${ECHO_MSG} "You may use the following build options (or make config):" @@ -118,7 +118,7 @@ pre-everything:: @${ECHO_MSG} " WITH_GNOMECONSOLE=yes if you only want a GNOME based GUI console." .if !defined(WITH_MYSQL) && !defined(WITH_POSTGRESQL7) @${ECHO_MSG} " WITH_MYSQL=yes if you want MySQL instead of SqLite as the database." - @${ECHO_MSG} " WITH_POSTGRESQL=yes if you want PostgeSQL 7.X instead of SqLite as the database." + @${ECHO_MSG} " WITH_POSTGRESQL7=yes if you want PostgreSQL 7.X instead of SqLite as the database." @${ECHO_MSG} "" @${ECHO_MSG} "The default DB is SQLite!" .endif @@ -215,10 +215,10 @@ post-install: @${ECHO_MSG} "" @${ECHO_MSG} "Take care of correct permissions for changer and" @${ECHO_MSG} "tape device (e.g. /dev/ch0 and /dev/n[r]sa0) i.e." - @${ECHO_MSG} "they must be accesable by user bacula." + @${ECHO_MSG} "they must be accessible by user bacula." @${ECHO_MSG} "" @${ECHO_MSG} "Due to lack of some features in the FreeBSD tape driver" - @${ECHO_MSG} "implemtation you MUST add some OS dependent options to" + @${ECHO_MSG} "implementation you MUST add some OS dependent options to" @${ECHO_MSG} "the bacula-sd.conf file:" @${ECHO_MSG} "" @${ECHO_MSG} " Backward Space Record = no;" @@ -228,8 +228,8 @@ post-install: @${ECHO_MSG} " TWOEOF = yes;" @${ECHO_MSG} "" @${ECHO_MSG} "It is also important that all the scripts accessed" - @${ECHO_MSG} "by RunBeforeJob and RunAfterJob could be executed by" - @${ECHO_MSG} "the user bacula, too." + @${ECHO_MSG} "by RunBeforeJob and RunAfterJob can be executed by" + @${ECHO_MSG} "the user bacula." .endif @${ECHO_MSG} "*********************************************************************" diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 67a6e07301df..1d5eb77c42cd 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -105,10 +105,10 @@ pre-everything:: @${ECHO_MSG} "===> Please read the file" @${ECHO_MSG} "===> ${DOCSDIR}/ReleaseNotes" @${ECHO_MSG} "===> for the upgrade procedure!" - @${ECHO_MSG} "===> IF YOU IGNORE, it is possible to !! LOOSE DATA !!" + @${ECHO_MSG} "===> IF YOU IGNORE THIS you may !! LOSE DATA !!" @${ECHO_MSG} "######################################################" @${ECHO_MSG} "===> Note that there is a pthreads problem, which leads to the loss of 500kB" - @${ECHO_MSG} "===> of data at the end of an tape. This is corrected in newer versinon of FreeBSD" + @${ECHO_MSG} "===> of data at the end of an tape. This is corrected in newer versions of FreeBSD" @${ECHO_MSG} "===> READ ${WRKSRC}/platforms/freebsd/pthreads-fix.txt" @${ECHO_MSG} "" @${ECHO_MSG} "You may use the following build options (or make config):" @@ -118,7 +118,7 @@ pre-everything:: @${ECHO_MSG} " WITH_GNOMECONSOLE=yes if you only want a GNOME based GUI console." .if !defined(WITH_MYSQL) && !defined(WITH_POSTGRESQL7) @${ECHO_MSG} " WITH_MYSQL=yes if you want MySQL instead of SqLite as the database." - @${ECHO_MSG} " WITH_POSTGRESQL=yes if you want PostgeSQL 7.X instead of SqLite as the database." + @${ECHO_MSG} " WITH_POSTGRESQL7=yes if you want PostgreSQL 7.X instead of SqLite as the database." @${ECHO_MSG} "" @${ECHO_MSG} "The default DB is SQLite!" .endif @@ -215,10 +215,10 @@ post-install: @${ECHO_MSG} "" @${ECHO_MSG} "Take care of correct permissions for changer and" @${ECHO_MSG} "tape device (e.g. /dev/ch0 and /dev/n[r]sa0) i.e." - @${ECHO_MSG} "they must be accesable by user bacula." + @${ECHO_MSG} "they must be accessible by user bacula." @${ECHO_MSG} "" @${ECHO_MSG} "Due to lack of some features in the FreeBSD tape driver" - @${ECHO_MSG} "implemtation you MUST add some OS dependent options to" + @${ECHO_MSG} "implementation you MUST add some OS dependent options to" @${ECHO_MSG} "the bacula-sd.conf file:" @${ECHO_MSG} "" @${ECHO_MSG} " Backward Space Record = no;" @@ -228,8 +228,8 @@ post-install: @${ECHO_MSG} " TWOEOF = yes;" @${ECHO_MSG} "" @${ECHO_MSG} "It is also important that all the scripts accessed" - @${ECHO_MSG} "by RunBeforeJob and RunAfterJob could be executed by" - @${ECHO_MSG} "the user bacula, too." + @${ECHO_MSG} "by RunBeforeJob and RunAfterJob can be executed by" + @${ECHO_MSG} "the user bacula." .endif @${ECHO_MSG} "*********************************************************************"