[pkg-bacula-commits] [bacula] 14/27: Updated debian/patches/fix-scriptdir-examples-devices.patch

Carsten Leonhardt cl-guest at moszumanska.debian.org
Sun Jul 19 22:38:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

cl-guest pushed a commit to branch master
in repository bacula.

commit c24ad30a36f93c7b5f9ca91be82252540e63eeeb
Author: Carsten Leonhardt <leo at debian.org>
Date:   Mon Jul 20 00:13:51 2015 +0200

    Updated debian/patches/fix-scriptdir-examples-devices.patch
---
 debian/patches/fix-scriptdir-examples-devices.patch | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/fix-scriptdir-examples-devices.patch b/debian/patches/fix-scriptdir-examples-devices.patch
index 3902ea2..8c55a0a 100644
--- a/debian/patches/fix-scriptdir-examples-devices.patch
+++ b/debian/patches/fix-scriptdir-examples-devices.patch
@@ -22,7 +22,7 @@ Last-Update: 2012-06-02
    AlwaysOpen = yes;
    RemovableMedia = yes;
    RandomAccess = no;
--# Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
+-# Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
 +# Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
  # Changer Device = /dev/sg0
  # AutoChanger = yes
@@ -33,7 +33,7 @@ Last-Update: 2012-06-02
    RemovableMedia = yes;
    RandomAccess = no;
    Maximum File Size = 3GB
--# Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
+-# Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
 +# Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
  # Changer Device = /dev/sg0
  # AutoChanger = yes
@@ -44,7 +44,7 @@ Last-Update: 2012-06-02
    RemovableMedia = yes;
    RandomAccess = no;
    Maximum File Size = 4GB
--# Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
+-# Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
 +# Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
  # Changer Device = /dev/sg0
  # AutoChanger = yes
@@ -55,7 +55,7 @@ Last-Update: 2012-06-02
    RemovableMedia = yes;
    RandomAccess = no;
    Maximum File Size = 5GB
--# Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
+-# Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
 +# Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
  # Changer Device = /dev/sg0
  # AutoChanger = yes
@@ -66,7 +66,7 @@ Last-Update: 2012-06-02
    Name = Autochanger
    Device = Drive-1
    Device = Drive-2
--  Changer Command = "@scriptdir@/mtx-changer %c %o %S %a %d"
+-  Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a %d"
 +  Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
    Changer Device = /dev/sg0
  }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list