From 2953eaec80a48cf302bcc656fa3d7147f6e98907 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 1 Oct 2012 10:40:54 +0100 Subject: use systemd scriptlets if available (#850149) - don't run posttrans restart if /etc/sysconfig/httpd-disable-posttrans exists Resolves: rhbz#850149 --- pullrev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pullrev.sh') 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" -- cgit