summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--ganglia-web.install8
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c3bc82b290b..780e434b33cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = ganglia-web
source = ganglia-web.install
source = configuration.patch
sha256sums = 5368dc424fadc0fe1cc47730a628f514f710d59f7f6a4c53848f1a8f1116932a
- sha256sums = 5d750ce804626eb657758875dc006fe467d92c20d79e3b4a05d099360887ec5b
+ sha256sums = b2d01098ffc3998143cbd4cc996f3ce572604b6c29f5c97e917f6de8986131da
sha256sums = 99991e9a17975b97c1049e7f8d6c92afb8dab75f987b2a13cb8cdf1faf1b1918
pkgname = ganglia-web
diff --git a/PKGBUILD b/PKGBUILD
index b1e02f7eda89..004a6b2bb03d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=("http://downloads.sourceforge.net/ganglia/$pkgname-$pkgver.tar.gz"
'ganglia-web.install'
'configuration.patch')
sha256sums=('5368dc424fadc0fe1cc47730a628f514f710d59f7f6a4c53848f1a8f1116932a'
- '5d750ce804626eb657758875dc006fe467d92c20d79e3b4a05d099360887ec5b'
+ 'b2d01098ffc3998143cbd4cc996f3ce572604b6c29f5c97e917f6de8986131da'
'99991e9a17975b97c1049e7f8d6c92afb8dab75f987b2a13cb8cdf1faf1b1918')
prepare() {
diff --git a/ganglia-web.install b/ganglia-web.install
index a1c7c27aa9fb..58550df8ff03 100644
--- a/ganglia-web.install
+++ b/ganglia-web.install
@@ -1,14 +1,14 @@
# Arg 1: the new package version
post_install() {
install -d -o http -g http /var/lib/ganglia/{conf,dwoo{,/cache,/compiled}}
- echo "Make sure that your php open_basedir includes /usr/share/webapps" \
- "and /var/lib/ganglia."
+ echo -e "Make sure that your php open_basedir includes\n" \
+ "/usr/share/webapps and /var/lib/ganglia."
}
# Arg 1: the old package version
post_remove() {
- echo "NOTE: Please remove /var/lib/ganglia/{conf,dwoo} manually if they" \
- "are no longer required."
+ echo -e "NOTE: Please remove /var/lib/ganglia/{conf,dwoo} manually\n" \
+ "if they are no longer required."
}
# vim:set ts=2 sw=2 et: