summaryrefslogtreecommitdiff
path: root/sysutils/boxbackup-devel/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /sysutils/boxbackup-devel/files
parentFix the string format vulnerability desribed at (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'sysutils/boxbackup-devel/files')
-rw-r--r--sysutils/boxbackup-devel/files/bbackupd.sh26
-rw-r--r--sysutils/boxbackup-devel/files/bbstored.sh26
-rw-r--r--sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm11
-rw-r--r--sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h22
-rw-r--r--sysutils/boxbackup-devel/files/pkg-message.client4
-rw-r--r--sysutils/boxbackup-devel/files/pkg-message.server4
6 files changed, 0 insertions, 93 deletions
diff --git a/sysutils/boxbackup-devel/files/bbackupd.sh b/sysutils/boxbackup-devel/files/bbackupd.sh
deleted file mode 100644
index 38ad3fdf2127..000000000000
--- a/sysutils/boxbackup-devel/files/bbackupd.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-#
-# PROVIDE: bbackupd
-# REQUIRE: NETWORKING
-# KEYWORD: FreeBSD shutdown
-
-#
-# Add the following line to /etc/rc.conf to enable bbackupd:
-#
-#bbackupd_enable="YES"
-#
-
-bbackupd_enable=${bbackupd_enable-"NO"}
-bbackupd_flags=${bbackupd_flags-"/usr/local/etc/box/bbackupd.conf"}
-bbackupd_pidfile=${bbackupd_pidfile-"/var/run/bbackupd.pid"}
-
-. /etc/rc.subr
-
-name="bbackupd"
-rcvar=`set_rcvar`
-command="/usr/local/bin/bbackupd"
-extra_commands="reload"
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/sysutils/boxbackup-devel/files/bbstored.sh b/sysutils/boxbackup-devel/files/bbstored.sh
deleted file mode 100644
index 8cd64ffa860a..000000000000
--- a/sysutils/boxbackup-devel/files/bbstored.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-#
-# PROVIDE: bbstored
-# REQUIRE: NETWORKING
-# KEYWORD: FreeBSD shutdown
-
-#
-# Add the following line to /etc/rc.conf to enable bbstored:
-#
-#bbstored_enable="YES"
-#
-
-bbstored_enable=${bbstored_enable-"NO"}
-bbstored_flags=${bbstored_flags-"/usr/local/etc/box/bbstored.conf"}
-bbstored_pidfile=${bbstored_pidfile-"/var/run/bbstored.pid"}
-
-. /etc/rc.subr
-
-name="bbstored"
-rcvar=`set_rcvar`
-command="/usr/local/bin/bbstored"
-extra_commands="reload"
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm b/sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm
deleted file mode 100644
index 8feda5a2cf96..000000000000
--- a/sysutils/boxbackup-devel/files/patch-infrastrcture-BoxPlatform.pm
+++ /dev/null
@@ -1,11 +0,0 @@
---- infrastructure/BoxPlatform.pm.orig Sat Jan 8 13:27:12 2005
-+++ infrastructure/BoxPlatform.pm Sat Jan 8 13:27:33 2005
-@@ -78,7 +78,7 @@
- close VERSION;
-
- # where to put the files
-- $install_into_dir = '/usr/local/bin';
-+ $install_into_dir = '%%PREFIX%%/bin';
-
- # if it's Darwin,
- if($build_os eq 'Darwin')
diff --git a/sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h b/sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h
deleted file mode 100644
index 91820e35a3d1..000000000000
--- a/sysutils/boxbackup-devel/files/patch-lib-common-BoxPortsAndFiles.h
+++ /dev/null
@@ -1,22 +0,0 @@
---- lib/common/BoxPortsAndFiles.h.orig Sat Jan 8 13:30:04 2005
-+++ lib/common/BoxPortsAndFiles.h Sat Jan 8 13:31:40 2005
-@@ -54,16 +54,16 @@
-
- // Backup store daemon
- #define BOX_PORT_BBSTORED (BOX_PORT_BASE+1)
--#define BOX_FILE_BBSTORED_DEFAULT_CONFIG "/etc/box/bbstored.conf"
-+#define BOX_FILE_BBSTORED_DEFAULT_CONFIG "%%PREFIX%%/etc/box/bbstored.conf"
- // directory within the RAIDFILE root for the backup store daemon
- #define BOX_RAIDFILE_ROOT_BBSTORED "backup"
-
- // Backup client daemon
--#define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "/etc/box/bbackupd.conf"
-+#define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "%%PREFIX%%/etc/box/bbackupd.conf"
-
-
- // RaidFile conf location efault
--#define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "/etc/box/raidfile.conf"
-+#define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "%%PREFIX%%/etc/box/raidfile.conf"
-
-
- #endif // BOXPORTSANDFILES__H
diff --git a/sysutils/boxbackup-devel/files/pkg-message.client b/sysutils/boxbackup-devel/files/pkg-message.client
deleted file mode 100644
index 2890641287b5..000000000000
--- a/sysutils/boxbackup-devel/files/pkg-message.client
+++ /dev/null
@@ -1,4 +0,0 @@
-
-To run bbackupd at startup, add bbackupd_enable="YES" to /etc/rc.conf
-Please see http://www.fluffy.co.uk/boxbackup/client.html for client
-configuration options
diff --git a/sysutils/boxbackup-devel/files/pkg-message.server b/sysutils/boxbackup-devel/files/pkg-message.server
deleted file mode 100644
index 7d39f96cd48f..000000000000
--- a/sysutils/boxbackup-devel/files/pkg-message.server
+++ /dev/null
@@ -1,4 +0,0 @@
-
-To run bbstored at startup, add bbstored_enable="YES" to /etc/rc.conf
-Please see http://www.fluffy.co.uk/boxbackup/server.html for server
-configuration options