diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-01-14 15:55:29 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-01-14 15:55:29 +0000 |
commit | 9260a0c7d0c8984d0ce6950787b9317c2180e761 (patch) | |
tree | 4c6670d4ba8a79ed4377d7badfe0d1e27463001f /sysutils | |
parent | Upgrade to 0.8.7. We now build and install all contributed modules. (diff) |
Correct typo in comment.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 97e5e44e40e7..f7ebd5b58bcb 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -126,7 +126,7 @@ post-install: cpio -pdm -L -R root:wheel ${DOCSDIR} .endif -# Inform user afer install about important things .... +# Inform user after install about important things .... .if !defined(WITH_CLIENT_ONLY) @${ECHO_MSG} "*******************************************************" @${ECHO_MSG} "NOTE:" diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 97e5e44e40e7..f7ebd5b58bcb 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -126,7 +126,7 @@ post-install: cpio -pdm -L -R root:wheel ${DOCSDIR} .endif -# Inform user afer install about important things .... +# Inform user after install about important things .... .if !defined(WITH_CLIENT_ONLY) @${ECHO_MSG} "*******************************************************" @${ECHO_MSG} "NOTE:" |