summaryrefslogtreecommitdiffstats
path: root/pullrev.sh
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2012-10-01 10:40:54 +0100
committerJoe Orton <jorton@redhat.com>2012-10-01 10:40:54 +0100
commit2953eaec80a48cf302bcc656fa3d7147f6e98907 (patch)
tree361519e02683fdacc0b700f0eab2b62aa421b9df /pullrev.sh
parenta62c50b2bed51e40a7f697199a6ab02bc166de69 (diff)
downloadhttpd-2953eaec80a48cf302bcc656fa3d7147f6e98907.tar.gz
httpd-2953eaec80a48cf302bcc656fa3d7147f6e98907.tar.xz
httpd-2953eaec80a48cf302bcc656fa3d7147f6e98907.zip
use systemd scriptlets if available (#850149)
- don't run posttrans restart if /etc/sysconfig/httpd-disable-posttrans exists Resolves: rhbz#850149
Diffstat (limited to 'pullrev.sh')
-rwxr-xr-xpullrev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pullrev.sh b/pullrev.sh
index 7ee601e..b6b07a7 100755
--- a/pullrev.sh
+++ b/pullrev.sh
@@ -6,7 +6,7 @@ if [ $# -lt 1 ]; then
fi
repo="https://svn.apache.org/repos/asf/httpd/httpd/trunk"
-ver=2.4.2
+ver=2.4.3
prefix="httpd-${ver}"
suffix="r$1${2:++}"
fn="${prefix}-${suffix}.patch"