OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Matthias Kurz
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Aug-2005 14:31:34
Branch: HEAD Handle: 2005082413313400
Modified files:
openpkg-src/bacula bacula.spec bexec.sh
Log:
- there was still one useful thing in the configure patch
(localhost as default host)
- cut&paste error in comment in bexec.sh
Summary:
Revision Changes Path
1.8 +5 -0 openpkg-src/bacula/bacula.spec
1.2 +1 -1 openpkg-src/bacula/bexec.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bacula/bacula.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 bacula.spec
--- openpkg-src/bacula/bacula.spec 24 Aug 2005 07:08:10 -0000 1.7
+++ openpkg-src/bacula/bacula.spec 24 Aug 2005 12:31:34 -0000 1.8
@@ -144,6 +144,11 @@
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}" ;;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/bacula/bexec.sh
============================================================================
$ cvs diff -u -r1.1 -r1.2 bexec.sh
--- openpkg-src/bacula/bexec.sh 24 Aug 2005 07:08:10 -0000 1.1
+++ openpkg-src/bacula/bexec.sh 24 Aug 2005 12:31:34 -0000 1.2
@@ -18,5 +18,5 @@
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 "$@"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]