- Update to 2.0.2

PR:             108580
Submitted by:   Dan Langille <dan@langille.org> (maintainer)
This commit is contained in:
Martin Wilke
2007-02-14 20:31:15 +00:00
parent 597034ad58
commit cac92cbbd8
3 changed files with 24 additions and 5 deletions

View File

@@ -6,8 +6,7 @@
#
PORTNAME= bacula
DISTVERSION= 2.0.1
PORTREVISION= 0
DISTVERSION= 2.0.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bacula

View File

@@ -1,3 +1,3 @@
MD5 (bacula-2.0.1.tar.gz) = a96b09064add09a3361facdf309c8e84
SHA256 (bacula-2.0.1.tar.gz) = 2a6679cc8deacb2375a0aea19e510d1e9a92368d968e718dca14a57d280828ee
SIZE (bacula-2.0.1.tar.gz) = 2491786
MD5 (bacula-2.0.2.tar.gz) = 299883ddd460336cfb613fd6d9bff989
SHA256 (bacula-2.0.2.tar.gz) = f72a7b0468652db18c6523dad39b798d58452b097be3b4f4cf1269f2deb657e1
SIZE (bacula-2.0.2.tar.gz) = 2466754

View File

@@ -0,0 +1,20 @@
--- src/stored/bacula-sd.conf.in.org Tue Feb 13 18:56:09 2007
+++ src/stored/bacula-sd.conf.in Tue Feb 13 18:56:16 2007
@@ -152,6 +152,7 @@
#Device {
# Name = "DVD-Writer"
# Media Type = DVD
+# Device Type = DVD
# Archive Device = /dev/hdc
# LabelMedia = yes; # lets Bacula label unlabeled media
# Random Access = Yes;
@@ -162,7 +163,9 @@
# RequiresMount = yes;
# MountPoint = /mnt/cdrom;
# MountCommand = "/bin/mount -t iso9660 -o ro %a %m";
+# MountCommand = "/sbin/mount -t cd9660 -o ro %a %m"; # FreeBSD
# UnmountCommand = "/bin/umount %m";
+# UnmountCommand = "/sbin/umount %m"; # FreeBSD
# SpoolDirectory = /tmp/backup;
# WritePartCommand = "/etc/bacula/dvd-handler %a write %e %v"
# FreeSpaceCommand = "/etc/bacula/dvd-handler %a free"