View | Details | Raw Unified | Return to bug 133818 | Differences between
and this patch

Collapse All | Expand All

(-)pkg-deinstall.server (-1 / +1 lines)
Lines 25-31 Link Here
25
	USER=bacula
25
	USER=bacula
26
	GROUP=${USER}
26
	GROUP=${USER}
27
	if pw usershow "${USER}" 2>/dev/null 1>&2; then
27
	if pw usershow "${USER}" 2>/dev/null 1>&2; then
28
	    echo "To delete Bacula user  permanently, use 'pw userdel  ${USER}'"
28
	    echo "To delete Bacula user permanently, use 'pw userdel ${USER}'"
29
	    echo "To delete Bacula group permanently, use 'pw groupdel ${GROUP}'"
29
	    echo "To delete Bacula group permanently, use 'pw groupdel ${GROUP}'"
30
	fi
30
	fi
31
        ;;
31
        ;;
(-)files/pkg-message.client.in (-1 / +1 lines)
Lines 1-7 Link Here
1
################################################################################
1
################################################################################
2
2
3
NOTE:
3
NOTE:
4
Sample files are installed in ${PREFIX}/etc:
4
Sample files are installed in %%PREFIX%%/etc:
5
bconsole.conf.sample, bacula-barcodes.sample, bacula-fd.conf.sample
5
bconsole.conf.sample, bacula-barcodes.sample, bacula-fd.conf.sample
6
6
7
  Please read this file:
7
  Please read this file:
(-)files/pkg-message.server.in (-3 / +5 lines)
Lines 4-15 Link Here
4
An auto-changer manipulation script based on FreeBSDs
4
An auto-changer manipulation script based on FreeBSDs
5
chio command is included and installed at
5
chio command is included and installed at
6
6
7
  ${PREFIX}/sbin/chio-bacula
7
  %%PREFIX%%/sbin/chio-bacula
8
8
9
Please have a look at it if you want to use an
9
Please have a look at it if you want to use an
10
autochanger. You have to configure the usage in
10
autochanger. You have to configure the usage in
11
11
12
  ${PREFIX}/etc/bacula-dir.conf
12
  %%PREFIX%%/etc/bacula-dir.conf
13
13
14
Take care of correct permissions for changer and
14
Take care of correct permissions for changer and
15
tape device (e.g. /dev/ch0 and /dev/n[r]sa0) i.e.
15
tape device (e.g. /dev/ch0 and /dev/n[r]sa0) i.e.
Lines 43-49 Link Here
43
For USB support read the bacula manual. It could be necessary
43
For USB support read the bacula manual. It could be necessary
44
to configure/compile a new kernel.
44
to configure/compile a new kernel.
45
45
46
Look at ${PREFIX}/share/bacula/update_bacula_tables for
46
Look at %%PREFIX%%/share/bacula/update_bacula_tables for
47
database update procedure. Details can be found in the
47
database update procedure. Details can be found in the
48
ReleaseNotes
48
ReleaseNotes
49
49
Lines 60-63 Link Here
60
60
61
Read the ReleaseNotes for further information.
61
Read the ReleaseNotes for further information.
62
62
63
If you are using sqlite you need to run the make_sqlite_tables script as
64
the bacula user. Do this using 'sudo su -m bacula'.
63
################################################################################
65
################################################################################

Return to bug 133818