@@ -144,6 +144,11 @@ AutoReqProv: no
configure
done
+ # use localhost as default host
+ %{l_shtool} subst \
+ -e 's/s,@hostname@,$hostname,/s,@hostname@,localhost,/' \
+ configure
+
# configure
case "%{with_db}" in
sqlite ) cfg_db="--with-sqlite=%{l_prefix}" ;;
@@ -18,5 +18,5 @@ case "$myName" in
esac
cfg="$cfgPath/$cfg"
# The user is still able to specify own config files, because
-# bconsole accepts multiple '-c' options. The last '-c' wins.
+# the commands accept multiple '-c' options. The last '-c' wins.
exec @l_prefix@/libexec/bacula/$myName -c $cfg "$@"