From: Kern Sibbald Date: Mon, 30 May 2005 16:31:59 +0000 (+0000) Subject: Remove filed/win32/bin directory X-Git-Tag: Release-1.38.0~405 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1a5025bf22221e39c157ece4c3ee4aee58b83453;p=bacula%2Fbacula Remove filed/win32/bin directory git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2095 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/filed/win32/bin/CygwinBackup.bat b/bacula/src/filed/win32/bin/CygwinBackup.bat deleted file mode 100755 index dfa72412c0..0000000000 --- a/bacula/src/filed/win32/bin/CygwinBackup.bat +++ /dev/null @@ -1,5 +0,0 @@ -rem -rem -c: -cd \cygwin\bacula\bin -sh ./backup diff --git a/bacula/src/filed/win32/bin/CygwinInstall.bat b/bacula/src/filed/win32/bin/CygwinInstall.bat deleted file mode 100755 index da0787e3b1..0000000000 --- a/bacula/src/filed/win32/bin/CygwinInstall.bat +++ /dev/null @@ -1,3 +0,0 @@ -cd \cygwin\bacula\bin -bacula-fd.exe /install - diff --git a/bacula/src/filed/win32/bin/CygwinUnInstall.bat b/bacula/src/filed/win32/bin/CygwinUnInstall.bat deleted file mode 100755 index 9866cd4490..0000000000 --- a/bacula/src/filed/win32/bin/CygwinUnInstall.bat +++ /dev/null @@ -1,3 +0,0 @@ -cd \cygwin\bacula\bin -bacula-fd.exe /remove - diff --git a/bacula/src/filed/win32/bin/Install.bat b/bacula/src/filed/win32/bin/Install.bat deleted file mode 100755 index 65bbe8c2eb..0000000000 --- a/bacula/src/filed/win32/bin/Install.bat +++ /dev/null @@ -1,3 +0,0 @@ -cd c:\bacula\bin -c:\bacula\bin\bacula-fd.exe /install - diff --git a/bacula/src/filed/win32/bin/README.txt b/bacula/src/filed/win32/bin/README.txt deleted file mode 100644 index cefbf6b158..0000000000 --- a/bacula/src/filed/win32/bin/README.txt +++ /dev/null @@ -1,43 +0,0 @@ - - Bacula(tm) Win32 - - -This is the binary distribution of Bacula for Win32 -systems (Win95, Win98, WinMe, WinXP, WinNT, and Win2000). - -INSTALLATION - -1. From TAR Archive - -To install it, please UnZip (or detar) the distribution -file into your root directory on drive c:\ then follow -the instructions in the online manual viewable by any -Internet Browser (Netscape, Microsoft Internet Explorer). -See http://www.bacula.org/rel-manual/index.html -or get the source release - -Bacula (tm) is released under the GPL license (given below). - -Bacula uses cygwin1.dll, which is also released under the -GPL license. The source code and other information about -cygwin can be found at http://www.cygwin.com - -/* - Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of - the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public - License along with this program; if not, write to the Free - Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA. - - */ diff --git a/bacula/src/filed/win32/bin/Start.bat b/bacula/src/filed/win32/bin/Start.bat deleted file mode 100755 index 1adb6c2326..0000000000 --- a/bacula/src/filed/win32/bin/Start.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd c:\bacula\bin -c:\bacula\bin\bacula-fd.exe /service -c c:\bacula\bin\bacula-fd.conf diff --git a/bacula/src/filed/win32/bin/Stop.bat b/bacula/src/filed/win32/bin/Stop.bat deleted file mode 100755 index d6684999a6..0000000000 --- a/bacula/src/filed/win32/bin/Stop.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd c:\bacula\bin -c:\bacula\bin\bacula-fd.exe /kill diff --git a/bacula/src/filed/win32/bin/Uninstall.bat b/bacula/src/filed/win32/bin/Uninstall.bat deleted file mode 100755 index 4a7db53c29..0000000000 --- a/bacula/src/filed/win32/bin/Uninstall.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd c:\bacula\bin -c:\bacula\bin\bacula-fd.exe /remove diff --git a/bacula/src/filed/win32/bin/backup b/bacula/src/filed/win32/bin/backup deleted file mode 100755 index 2bfde7acec..0000000000 --- a/bacula/src/filed/win32/bin/backup +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# A small script to start a Backup job from any Client machine -# -# You may need to add a full path and possibly the console.conf location -# -# Assume we are in the binary directory -# -JOB="NightlySave" -# -/bacula/bin/console -c /bacula/bin/console.conf <&1 | mail -s "Bacula traceback" root - -# Below is some old code that did the traceback from a core -# dump. However, for some odd reason, core dumps are not -# always produced. -#i=0 -#core= -#echo "In modified btraceback" -#echo "$1 $2" -#pwd -#while [ "$i" -lt 60 ] ; do -# if [ -f core ] ; then -# break; -# fi -# if [ -f core.$2 ] ; then -# core=core.$2 -# break -# fi -# sleep 1 -# i=`expr $i + 1` -#done - -#if test x$core != x; then -# gdb -quiet -batch -x /home/kern/bacula/bin/btraceback.gdb $1 $core 2>&1 | mail -s "Bacula traceback" kern@sibbald.com -#else -# gdb -quiet -batch -x /home/kern/bacula/bin/btraceback.gdb $1 $2 2>&1 | mail -s "Bacula traceback" kern@sibbald.com -#fi diff --git a/bacula/src/filed/win32/bin/btraceback.gdb b/bacula/src/filed/win32/bin/btraceback.gdb deleted file mode 100755 index 387430a57c..0000000000 --- a/bacula/src/filed/win32/bin/btraceback.gdb +++ /dev/null @@ -1,25 +0,0 @@ -print my_name -print exename -print exepath -print catalog_db -print version -bt -thread apply all bt -f 0 -info locals -f 1 -info locals -f 2 -info locals -f 3 -info locals -f 4 -info locals -f 5 -info locals -f 6 -info locals -f 7 -info locals -detach -quit diff --git a/bacula/src/filed/win32/bin/chmod.exe b/bacula/src/filed/win32/bin/chmod.exe deleted file mode 100644 index 18078e1a29..0000000000 Binary files a/bacula/src/filed/win32/bin/chmod.exe and /dev/null differ diff --git a/bacula/src/filed/win32/bin/chown.exe b/bacula/src/filed/win32/bin/chown.exe deleted file mode 100755 index 8403c8e4a8..0000000000 Binary files a/bacula/src/filed/win32/bin/chown.exe and /dev/null differ diff --git a/bacula/src/filed/win32/bin/cygwin1.dll b/bacula/src/filed/win32/bin/cygwin1.dll deleted file mode 100755 index 78210c9523..0000000000 Binary files a/bacula/src/filed/win32/bin/cygwin1.dll and /dev/null differ diff --git a/bacula/src/filed/win32/bin/cygz.dll b/bacula/src/filed/win32/bin/cygz.dll deleted file mode 100755 index 08386eac7b..0000000000 Binary files a/bacula/src/filed/win32/bin/cygz.dll and /dev/null differ diff --git a/bacula/src/filed/win32/bin/mount.exe b/bacula/src/filed/win32/bin/mount.exe deleted file mode 100755 index beda551a88..0000000000 Binary files a/bacula/src/filed/win32/bin/mount.exe and /dev/null differ diff --git a/bacula/src/filed/win32/bin/setup.bat b/bacula/src/filed/win32/bin/setup.bat deleted file mode 100755 index 86d0f0e8ff..0000000000 --- a/bacula/src/filed/win32/bin/setup.bat +++ /dev/null @@ -1,11 +0,0 @@ -rem -rem perform installation of bacula on Win32 systems -rem -c: -cd \ -mkdir tmp -cd c:\bacula\bin -path=c:\bacula\bin -umount --remove-all-mounts -mount -f c:\ / -c:\bacula\bin\bacula-fd.exe /install -c c:\bacula\bin\bacula-fd.conf diff --git a/bacula/src/filed/win32/bin/sh.exe b/bacula/src/filed/win32/bin/sh.exe deleted file mode 100755 index 34ffc0e591..0000000000 Binary files a/bacula/src/filed/win32/bin/sh.exe and /dev/null differ diff --git a/bacula/src/filed/win32/bin/umount.exe b/bacula/src/filed/win32/bin/umount.exe deleted file mode 100755 index cb6b25112d..0000000000 Binary files a/bacula/src/filed/win32/bin/umount.exe and /dev/null differ