Update of /cvsroot/devil-linux/build/scripts
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24902
Modified Files:
bareos
Log Message:
make sure we use a generic hostname
Index: bareos
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/bareos,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bareos 1 Jan 2016 21:50:22 -0000 1.2
+++ bareos 2 Jan 2016 14:52:03 -0000 1.3
@@ -21,7 +21,7 @@
./configure --prefix=/usr --disable-nls --with-mysql --sysconfdir=/etc --with-working-dir=/var/bareos/working \
--enable-batch-insert --with-dir-user=bareos --with-dir-group=backup --with-logdir=/var/log/bareos \
--with-sd-user=bareos --with-sd-group=backup --with-lzo=/usr/lib --with-openssl --with-readline \
- --with-zlib --with-lzo --with-fastlz --with-python \
+ --with-zlib --with-lzo --with-fastlz --with-python --with-hostname=yourhostname \
--with-plugindir=/usr/lib/bareos/plugins --with-backenddir=/usr/lib/bareos || exit 1
make $PMAKE || exit 1
|