From: mike Date: Wed, 31 Aug 2011 04:57:08 +0000 (+0000) Subject: Run Fedora portrelease program, if present, to free up the "ipp" ports. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eff74e342f4ceb5b706bae8bf97cb05122a344a4;p=thirdparty%2Fcups.git Run Fedora portrelease program, if present, to free up the "ipp" ports. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9945 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/scheduler/cups.sh.in b/scheduler/cups.sh.in index 9215c6bef6..e677620435 100644 --- a/scheduler/cups.sh.in +++ b/scheduler/cups.sh.in @@ -172,6 +172,10 @@ esac case $1 in start | restart | reload) if $IS_ON cups; then + if test -x /sbin/portrelease; then + /sbin/portrelease cups + fi + if test "$pid" != ""; then kill -HUP $pid else