diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 20:31:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 20:31:15 +0000 |
commit | cac92cbbd8dea1ed661beb8ab2025507a49f241e (patch) | |
tree | 543f24ce42ed372ade9f0072cdd6c467c678acf4 | |
parent | 597034ad588597fd3d2f3dd61836fa3c2ef5450b (diff) | |
download | ports-cac92cbbd8dea1ed661beb8ab2025507a49f241e.tar.gz ports-cac92cbbd8dea1ed661beb8ab2025507a49f241e.zip |
Notes
-rw-r--r-- | sysutils/bacula-server/Makefile | 3 | ||||
-rw-r--r-- | sysutils/bacula-server/distinfo | 6 | ||||
-rw-r--r-- | sysutils/bacula-server/files/bacula-sd.conf.in | 20 |
3 files changed, 24 insertions, 5 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 4c6066de2ebc..85994a473c22 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -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 diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo index d8953d5f03d1..2dff588a94d5 100644 --- a/sysutils/bacula-server/distinfo +++ b/sysutils/bacula-server/distinfo @@ -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 diff --git a/sysutils/bacula-server/files/bacula-sd.conf.in b/sysutils/bacula-server/files/bacula-sd.conf.in new file mode 100644 index 000000000000..9c3bbafc1347 --- /dev/null +++ b/sysutils/bacula-server/files/bacula-sd.conf.in @@ -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" |