diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2005-07-12 05:33:44 +0000 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2005-07-12 05:33:44 +0000 |
commit | 6f1047fc129923501c6f624015fb7c598b658929 (patch) | |
tree | 025b4525987f4765f84d42b279a2ae2a8988ff04 /sysutils | |
parent | 30731f637fa5cbfeebd57dfa02c8efc4718dda34 (diff) | |
download | FreeBSD-ports-6f1047fc129923501c6f624015fb7c598b658929.zip FreeBSD-ports-6f1047fc129923501c6f624015fb7c598b658929.tar.gz |
o) Correct filemart -> filemarks in post-install hint section ;-)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 0c0a626..a2c826c 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -269,12 +269,12 @@ post-install: @${ECHO_MSG} " Backward Space Record = no;" @${ECHO_MSG} " Backward Space File = no;" @${ECHO_MSG} "" - @${ECHO_MSG} "With 2 filemart at EOT (see man mt):" + @${ECHO_MSG} "With 2 filemarks at EOT (see man mt):" @${ECHO_MSG} " Fast Forward Space File = no;" @${ECHO_MSG} " BSF at EOM = yes;" @${ECHO_MSG} " TWO EOF = yes;" @${ECHO_MSG} "" - @${ECHO_MSG} "With 1 filemart at EOT (see man mt):" + @${ECHO_MSG} "With 1 filemarks at EOT (see man mt):" @${ECHO_MSG} " Fast Forward Space File = yes;" @${ECHO_MSG} " BSF at EOM = no;" @${ECHO_MSG} " TWO EOF = no;" |