Blame SOURCES/rear-sfdc02772301.patch

260680
diff --git a/usr/share/rear/conf/default.conf b/usr/share/rear/conf/default.conf
260680
index 9ada92c3..455aa3ce 100644
260680
--- a/usr/share/rear/conf/default.conf
260680
+++ b/usr/share/rear/conf/default.conf
260680
@@ -1813,7 +1813,7 @@ OBDR_BLOCKSIZE=2048
260680
 # BACKUP=NBU stuff (Symantec/Veritas NetBackup)
260680
 ##
260680
 #
260680
-COPY_AS_IS_NBU=( /usr/openv/bin/vnetd /usr/openv/bin/vopied /usr/openv/lib /usr/openv/netbackup /usr/openv/var/auth/[mn]*.txt )
260680
+COPY_AS_IS_NBU=( /usr/openv/bin/vnetd /usr/openv/bin/vopied /usr/openv/lib /usr/openv/netbackup /usr/openv/var/auth/[mn]*.txt /opt/VRTSpbx /etc/vx/VxICS /etc/vx/vrtslog.conf )
260680
 COPY_AS_IS_EXCLUDE_NBU=( /usr/openv/netbackup/logs "/usr/openv/netbackup/bin/bpjava*" /usr/openv/netbackup/bin/xbp /usr/openv/netbackup/bin/private /usr/openv/lib/java /usr/openv/lib/shared/vddk /usr/openv/netbackup/baremetal )
260680
 # See https://github.com/rear/rear/issues/2105 why /usr/openv/netbackup/sec/at/lib/ is needed:
260680
 NBU_LD_LIBRARY_PATH="/usr/openv/lib:/usr/openv/netbackup/sec/at/lib/"
260680
diff --git a/usr/share/rear/rescue/NBU/default/450_prepare_netbackup.sh b/usr/share/rear/rescue/NBU/default/450_prepare_netbackup.sh
260680
index cd48b8d9..ae5a3ccc 100644
260680
--- a/usr/share/rear/rescue/NBU/default/450_prepare_netbackup.sh
260680
+++ b/usr/share/rear/rescue/NBU/default/450_prepare_netbackup.sh
260680
@@ -7,6 +7,12 @@
260680
 
260680
 [[ $NBU_version -lt 7 ]] && return	# NBU is using xinetd when version <7.x
260680
 
260680
+if [ -e "/etc/init.d/vxpbx_exchanged" ]; then
260680
+	cp $v /etc/init.d/vxpbx_exchanged $ROOTFS_DIR/etc/scripts/system-setup.d/vxpbx_exchanged.real
260680
+	chmod $v +x $ROOTFS_DIR/etc/scripts/system-setup.d/vxpbx_exchanged.real
260680
+	echo "( /etc/scripts/system-setup.d/vxpbx_exchanged.real start )" > $ROOTFS_DIR/etc/scripts/system-setup.d/89-vxpbx_exchanged.sh
260680
+fi
260680
+
260680
 if [ -e "/etc/init.d/netbackup" ]; then
260680
 	cp $v /etc/init.d/netbackup $ROOTFS_DIR/etc/scripts/system-setup.d/netbackup.real
260680
 	chmod $v +x $ROOTFS_DIR/etc/scripts/system-setup.d/netbackup.real
260680
diff --git a/usr/share/rear/skel/NBU/usr/openv/tmp/.gitignore b/usr/share/rear/skel/NBU/usr/openv/tmp/.gitignore
260680
new file mode 100644
260680
index 00000000..d6b7ef32
260680
--- /dev/null
260680
+++ b/usr/share/rear/skel/NBU/usr/openv/tmp/.gitignore
260680
@@ -0,0 +1,2 @@
260680
+*
260680
+!.gitignore