View | Details | Raw Unified | Return to bug 108580
Collapse All | Expand All

(-)bacula-server/Makefile (-2 / +4 lines)
Lines 22-27 Link Here
22
22
23
USE_RC_SUBR?=	bacula-dir bacula-sd
23
USE_RC_SUBR?=	bacula-dir bacula-sd
24
24
25
SUB_FILES+=	pkg-message
26
25
# The user/group IDs below are registered, see
27
# The user/group IDs below are registered, see
26
# http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID
28
# http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID
27
#
29
#
Lines 340-353 Link Here
340
	@${ECHO_MSG} "For USB support read the bacula manual!! It could be necessary"
342
	@${ECHO_MSG} "For USB support read the bacula manual!! It could be necessary"
341
	@${ECHO_MSG} "to configure/compile a new kernel!"
343
	@${ECHO_MSG} "to configure/compile a new kernel!"
342
	@${ECHO_MSG} ""
344
	@${ECHO_MSG} ""
343
	@${ECHO_MSG} "Look at $PREFIX/share/bacula/update_bacula_tables for"
345
	@${ECHO_MSG} "Look at ${PREFIX}/share/bacula/update_bacula_tables for"
344
	@${ECHO_MSG} "database update procedure. Details can be found in the"
346
	@${ECHO_MSG} "database update procedure. Details can be found in the"
345
	@${ECHO_MSG} "ReleaseNotes"
347
	@${ECHO_MSG} "ReleaseNotes"
346
.endif
348
.endif
347
	@${ECHO_MSG} "*********************************************************************"
349
	@${ECHO_MSG} "*********************************************************************"
348
350
349
.if !defined(WITH_CLIENT_ONLY)
351
.if !defined(WITH_CLIENT_ONLY)
350
	${CAT} pkg-message
352
	${CAT} ${PKGMESSAGE}
351
.endif
353
.endif
352
354
353
.include <bsd.port.post.mk>
355
.include <bsd.port.post.mk>
(-)bacula-server/files/pkg-message.in (+20 lines)
Line 0 Link Here
1
################################################################################
2
  Please read this file:
3
4
	%%DOCSDIR%%/ReleaseNotes
5
6
  for the upgrade procedure!
7
8
  IF YOU IGNORE THIS you may !! LOSE DATA !!
9
10
  WARNING: That file also contains important information regarding
11
  Windows FD, blackslashes in FileSets, and Scratch Pools.
12
13
  For USB support read the manual. It may be necessary 
14
  to configure/compile a new kernel.
15
16
  Please note that bacula-server no longer installs the client
17
  and that the documentation can be optionally installed with the 
18
  client port (sysutils/bacula-client).
19
20
################################################################################
(-)bacula-server/pkg-message (-20 lines)
Lines 1-20 Link Here
1
################################################################################
2
  Please read the file"
3
4
	${DOCSDIR}/ReleaseNotes"
5
6
  for the upgrade procedure!
7
8
  IF YOU IGNORE THIS you may !! LOSE DATA !!
9
10
  For USB support read the manual. It could be necessary 
11
  to configure/compile a new kernel!
12
13
  Please note that bacula-server no longer installs the client
14
  and that the documentation can be optionally installed with the 
15
  client port (sysutils/bacula-client).
16
17
  WARNING: please read ReleaseNotes for important information
18
  regarding Windows FD, blackslashes in FileSets, and Scratch Pools.
19
20
################################################################################

Return to bug 108580