#!/bin/sh if [ $# != 2 ]; then echo "usage: $0 " 1>&2 exit 1 fi pkg=$1 # name of the package num=$2 # number of packages installed if [ $num = 0 ]; then # in simultaneous removal scenario, web server may # already have been removed if [ -f /etc/init.d/httpd ]; then # uninstallation: restart web server if running, # a there is one less configuration file /sbin/service httpd condrestart fi else # update: just reload web server if running, # as the number of configuration files didn't change /sbin/service httpd condreload fi nav-3.png' alt='cgit logo'/> index : forums
The forums.mageia.org WebsiteMaat [maat]
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-12-29 13:30:25 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-12-29 13:30:25 +0100
commitb36050983d34de0ecdb242816d5d9daf297cfea1 (patch)
tree4a2b5f8d3e1c9409daa054a89d6ab65ba4a6386c /phpBB/includes/functions_container.php
parent1fc103e3f322991e1f1877146219b0efeca3f458 (diff)
downloadforums-b36050983d34de0ecdb242816d5d9daf297cfea1.tar
forums-b36050983d34de0ecdb242816d5d9daf297cfea1.tar.gz
forums-b36050983d34de0ecdb242816d5d9daf297cfea1.tar.bz2
forums-b36050983d34de0ecdb242816d5d9daf297cfea1.tar.xz
forums-b36050983d34de0ecdb242816d5d9daf297cfea1.zip
[ticket/11291] phing: Add checkreturn="true" to all new commands.
PHPBB3-11291
Diffstat (limited to 'phpBB/includes/functions_container.php')
0 files changed, 0 insertions, 0 deletions