FreeBSD Bugzilla – Attachment 95433 Details for
Bug 133818
bacula-server-2.4.2: make_sqlite_tables sets wrong permmisions to db file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bacula.diff
bacula.diff (text/x-diff; charset=us-ascii), 2.66 KB, created by
Wesley Shields
on 2009-07-28 20:09:29 UTC
(
hide
)
Description:
bacula.diff
Filename:
MIME Type:
Creator:
Wesley Shields
Created:
2009-07-28 20:09:29 UTC
Size:
2.66 KB
patch
obsolete
>Index: pkg-deinstall.server >=================================================================== >RCS file: /ncvs/ports/sysutils/bacula-server/pkg-deinstall.server,v >retrieving revision 1.1 >diff -u -r1.1 pkg-deinstall.server >--- pkg-deinstall.server 24 Sep 2007 03:05:51 -0000 1.1 >+++ pkg-deinstall.server 28 Jul 2009 18:56:38 -0000 >@@ -25,7 +25,7 @@ > USER=bacula > GROUP=${USER} > if pw usershow "${USER}" 2>/dev/null 1>&2; then >- echo "To delete Bacula user permanently, use 'pw userdel ${USER}'" >+ echo "To delete Bacula user permanently, use 'pw userdel ${USER}'" > echo "To delete Bacula group permanently, use 'pw groupdel ${GROUP}'" > fi > ;; >Index: files/pkg-message.client.in >=================================================================== >RCS file: /ncvs/ports/sysutils/bacula-server/files/pkg-message.client.in,v >retrieving revision 1.2 >diff -u -r1.2 pkg-message.client.in >--- files/pkg-message.client.in 16 Aug 2007 20:37:40 -0000 1.2 >+++ files/pkg-message.client.in 28 Jul 2009 18:56:38 -0000 >@@ -1,7 +1,7 @@ > ################################################################################ > > NOTE: >-Sample files are installed in ${PREFIX}/etc: >+Sample files are installed in %%PREFIX%%/etc: > bconsole.conf.sample, bacula-barcodes.sample, bacula-fd.conf.sample > > Please read this file: >Index: files/pkg-message.server.in >=================================================================== >RCS file: /ncvs/ports/sysutils/bacula-server/files/pkg-message.server.in,v >retrieving revision 1.2 >diff -u -r1.2 pkg-message.server.in >--- files/pkg-message.server.in 16 Aug 2007 20:37:40 -0000 1.2 >+++ files/pkg-message.server.in 28 Jul 2009 18:56:38 -0000 >@@ -4,12 +4,12 @@ > An auto-changer manipulation script based on FreeBSDs > chio command is included and installed at > >- ${PREFIX}/sbin/chio-bacula >+ %%PREFIX%%/sbin/chio-bacula > > Please have a look at it if you want to use an > autochanger. You have to configure the usage in > >- ${PREFIX}/etc/bacula-dir.conf >+ %%PREFIX%%/etc/bacula-dir.conf > > Take care of correct permissions for changer and > tape device (e.g. /dev/ch0 and /dev/n[r]sa0) i.e. >@@ -43,7 +43,7 @@ > For USB support read the bacula manual. It could be necessary > to configure/compile a new kernel. > >-Look at ${PREFIX}/share/bacula/update_bacula_tables for >+Look at %%PREFIX%%/share/bacula/update_bacula_tables for > database update procedure. Details can be found in the > ReleaseNotes > >@@ -60,4 +60,6 @@ > > Read the ReleaseNotes for further information. > >+If you are using sqlite you need to run the make_sqlite_tables script as >+the bacula user. Do this using 'sudo su -m bacula'. > ################################################################################
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 133818
:
95431
|
95432
| 95433