From: Kern Sibbald Date: Fri, 7 Mar 2008 22:19:06 +0000 (+0000) Subject: Apply Frank's os id patch X-Git-Tag: Release-7.0.0~4893 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=652efcb6552825cafcca0187a670d09ea9d7f16e;p=bacula%2Fbacula Apply Frank's os id patch git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6549 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/DartConfiguration.tcl.in b/regress/DartConfiguration.tcl.in index 7e208760b1..7f58820b14 100644 --- a/regress/DartConfiguration.tcl.in +++ b/regress/DartConfiguration.tcl.in @@ -1,7 +1,7 @@ SourceDirectory: @srcdir@ BuildDirectory: @regressdir@ Site: @sitename@ -BuildName: bacula-@bversion@-@bdate@-@os@-@dbengine@ +BuildName: bacula-@bversion@-@bdate@-@dbengine@-@os@ DropMethod: xmlrpc DropSite: http://regress.bacula.org:8081 DropLocation: Bacula diff --git a/regress/scripts/create_sed b/regress/scripts/create_sed index e66070c3c8..f672ecc4fd 100755 --- a/regress/scripts/create_sed +++ b/regress/scripts/create_sed @@ -14,7 +14,7 @@ srcdir=${BACULA_SOURCE} dirport=${BASEPORT} fdport=`expr ${BASEPORT} '+' 1` sdport=`expr ${BASEPORT} '+' 2` -os=`uname -s` +os=`uname -s`-`./scripts/get-os` dbengine=`echo ${WHICHDB} | sed -e 's/--with-//' -e 's/=.*//'` bversion=`sed -n -e 's/^.*VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bdate=`sed -n -e 's/^.*LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h`