diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2005-11-16 04:29:24 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2005-11-16 04:29:24 +0800 |
commit | ef8bf8eb93d7c058e6d2a5051961075a1635f062 (patch) | |
tree | 14caf47af76f85598ea60c364af4f03f4a26fd19 /sysutils | |
parent | 5df6bb1bc4ae5b03a0638d8de00fb639fd816aaf (diff) | |
download | freebsd-ports-gnome-ef8bf8eb93d7c058e6d2a5051961075a1635f062.tar.gz freebsd-ports-gnome-ef8bf8eb93d7c058e6d2a5051961075a1635f062.tar.zst freebsd-ports-gnome-ef8bf8eb93d7c058e6d2a5051961075a1635f062.zip |
o) Update to bug-fix release 1.38.1
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server/Makefile | 13 | ||||
-rw-r--r-- | sysutils/bacula-server/distinfo | 8 | ||||
-rw-r--r-- | sysutils/bacula-server/pkg-message | 3 |
3 files changed, 17 insertions, 7 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index d2edb8469ccd..559b3521f75a 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -6,8 +6,8 @@ # PORTNAME= bacula -PORTVERSION= 1.38.0 -PORTREVISION= 1 +PORTVERSION= 1.38.1 +#PORTREVISION= 0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula @@ -159,7 +159,7 @@ pre-everything:: @${ECHO_MSG} " WITH_MYSQL=yes if you want MySQL instead of SqLite as the database." @${ECHO_MSG} " WITH_POSTGRESQL=yes if you want PostgreSQL instead of SqLite as the database." @${ECHO_MSG} "" - @${ECHO_MSG} "The default DB is SQLite!" + @${ECHO_MSG} "The default DB is SQLite-2!" .endif @${ECHO_MSG} "" @${ECHO_MSG} "===> Using ${DBTYPE} as the bacula database." @@ -309,6 +309,13 @@ post-install: @${ECHO_MSG} "It is also important that all the scripts accessed" @${ECHO_MSG} "by RunBeforeJob and RunAfterJob can be executed by" @${ECHO_MSG} "the user bacula." + @${ECHO_MSG} "" + @${ECHO_MSG} "For USB support read the bacula manual!! It could be necessary" + @${ECHO_MSG} "to configure/compile a new kernel!" + @${ECHO_MSG} "" + @${ECHO_MSG} "Look at $PREFIX/share/bacula/update_bacula_tables for" + @${ECHO_MSG} "database update procedure. Details can be found in the" + @${ECHO_MSG} "ReleaseNotes" .endif @${ECHO_MSG} "*********************************************************************" diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo index 9b8317a3f4c4..5e5e76e03b4c 100644 --- a/sysutils/bacula-server/distinfo +++ b/sysutils/bacula-server/distinfo @@ -1,4 +1,4 @@ -MD5 (bacula-1.38.0.tar.gz) = 872f5b86404e5c9b47bd56b9ffcb107c -SIZE (bacula-1.38.0.tar.gz) = 1847955 -MD5 (bacula-docs-1.38.0.tar.gz) = b8b10ca59a23c132cf4658c55103b85e -SIZE (bacula-docs-1.38.0.tar.gz) = 22003257 +MD5 (bacula-1.38.1.tar.gz) = 3bbf805b873716ef782ae12c92a778b4 +SIZE (bacula-1.38.1.tar.gz) = 1856508 +MD5 (bacula-docs-1.38.1.tar.gz) = 523ce33d8f038e9b16cdf03f5c2b66f0 +SIZE (bacula-docs-1.38.1.tar.gz) = 23146890 diff --git a/sysutils/bacula-server/pkg-message b/sysutils/bacula-server/pkg-message index 3d9d7a8d06ff..60f1420de061 100644 --- a/sysutils/bacula-server/pkg-message +++ b/sysutils/bacula-server/pkg-message @@ -7,4 +7,7 @@ IF YOU IGNORE THIS you may !! LOSE DATA !! + For USB support read the manual. It could be necessary + to configure/compile a new kernel! + ################################################################################ |