mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
o) Fix some typos in the descriptive Text.
PR: 67099 Submitted by: Ceri Davies <ceri@FreeBSD.org>
This commit is contained in:
parent
08208670b3
commit
37d17544ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109881
@ -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} "*********************************************************************"
|
||||
|
||||
|
@ -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} "*********************************************************************"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user