summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-10-08 06:10:33 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-10-08 06:10:33 +0000
commit261beeb220b21f82b2b99ff7a320abbdb89eebd3 (patch)
tree269efaf74097f54454e7c02cc1b788618642ee44
parentAdd a dependency on an appropriate version of x11-misc/util-macros. Thanks to (diff)
downloadgentoo-2-261beeb220b21f82b2b99ff7a320abbdb89eebd3.tar.gz
gentoo-2-261beeb220b21f82b2b99ff7a320abbdb89eebd3.tar.bz2
gentoo-2-261beeb220b21f82b2b99ff7a320abbdb89eebd3.zip
patch fix - thanks Halcy0n
(Portage version: 2.0.53_rc3)
-rw-r--r--app-backup/bacula/Manifest2
-rw-r--r--app-backup/bacula/files/bacula-1.36.3-mtxtmpfile.patch28
2 files changed, 1 insertions, 29 deletions
diff --git a/app-backup/bacula/Manifest b/app-backup/bacula/Manifest
index 38f4a640bd89..ad0f44a916c7 100644
--- a/app-backup/bacula/Manifest
+++ b/app-backup/bacula/Manifest
@@ -2,7 +2,7 @@ MD5 69d35feaa7c625afea00244d5c311ab6 ChangeLog 9356
MD5 9f1f576d172e849915f36c885efce3c3 bacula-1.34.4.ebuild 4245
MD5 647758ac40c86a0c22f1cb79b20db5b7 bacula-1.36.3-r2.ebuild 5516
MD5 42374b055f69dd5eb5eebe2b17542c03 files/bacula-1.36.3-cdrecord-configure.patch 616
-MD5 f055798e8f8863f28fc675704b459bbd files/bacula-1.36.3-mtxtmpfile.patch 4973
+MD5 fb24badd7d80c46f5bdb1dd2c8ee249b files/bacula-1.36.3-mtxtmpfile.patch 3994
MD5 c8ead9a2d0974cccce147e7c1780dc60 files/bacula-conf 562
MD5 4afbdd1c49e65b66baf46a935480a186 files/bacula-init 1916
MD5 03ffd8d0949fd8fd22690ecfbadce1df files/bacula-init3 1479
diff --git a/app-backup/bacula/files/bacula-1.36.3-mtxtmpfile.patch b/app-backup/bacula/files/bacula-1.36.3-mtxtmpfile.patch
index 8080fe9f6f79..12b4eded3fa9 100644
--- a/app-backup/bacula/files/bacula-1.36.3-mtxtmpfile.patch
+++ b/app-backup/bacula/files/bacula-1.36.3-mtxtmpfile.patch
@@ -1,33 +1,5 @@
--- scripts/mtx-changer.in.orig 2005-10-07 07:41:38.000000000 +1000
+++ scripts/mtx-changer.in 2005-10-07 07:41:52.000000000 +1000
-@@ -2,19 +2,26 @@
- #
- # Bacula interface to mtx autoloader
- #
--# $Id: bacula-1.36.3-mtxtmpfile.patch,v 1.1 2005/10/06 21:44:43 dragonheart Exp $
-+# $Id: bacula-1.36.3-mtxtmpfile.patch,v 1.1 2005/10/06 21:44:43 dragonheart Exp $
- #
- # If you set in your Device resource
- #
- # Changer Command = "path-to-this-script/mtx-changer" %c %o %S %a %d
- # you will have the following input to this script:
- #
-+# So Bacula will always call with all the following arguments, even though
-+# in come cases, not all are used.
-+
- # mtx-changer "changer-device" "command" "slot" "archive-device" "drive-index"
- # $1 $2 $3 $4 $5
- #
- # for example:
- #
- # mtx-changer /dev/sg0 load 1 /dev/nst0 0 (on a Linux system)
-+#
-+# will request to load the first cartidge into drive 0, where
-+# the SCSI control channel is /dev/sg0, and the read/write device
-+# is /dev/nst0.
- #
- # If you need to an offline, refer to the drive as $4
- # e.g. mt -f $4 offline
@@ -30,24 +37,37 @@
MTX=@MTX@