aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2004-05-25 01:35:57 +0800
committerlkoeller <lkoeller@FreeBSD.org>2004-05-25 01:35:57 +0800
commit49c1e73731d1fc6698ba0a1ba00ba76c6a3bc37e (patch)
treea8d7263a8964e364321b1779efa9f38ee036eb13 /sysutils
parent093751b28f38253577150811449253492a627d68 (diff)
downloadfreebsd-ports-gnome-49c1e73731d1fc6698ba0a1ba00ba76c6a3bc37e.tar.gz
freebsd-ports-gnome-49c1e73731d1fc6698ba0a1ba00ba76c6a3bc37e.tar.zst
freebsd-ports-gnome-49c1e73731d1fc6698ba0a1ba00ba76c6a3bc37e.zip
o) Fix some typos in the descriptive Text.
PR: 67099 Submitted by: Ceri Davies <ceri@FreeBSD.org>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula-server/Makefile14
-rw-r--r--sysutils/bacula/Makefile14
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} "*********************************************************************"