"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "debian/pcp.prerm" between
pcp-6.0.2.tar.gz and pcp-6.0.3.tar.gz

About: PCP (Performance Co-Pilot) provides a framework and services to support system-level performance monitoring and management.

pcp.prerm  (pcp-6.0.2):pcp.prerm  (pcp-6.0.3)
#!/bin/sh -e #!/bin/sh -e
#DEBHELPER# #DEBHELPER#
if which invoke-rc.d >/dev/null 2>&1; then if which systemctl >/dev/null 2>&1
then
systemctl stop pmlogger.service >/dev/null
systemctl stop pmcd.service >/dev/null
elif which invoke-rc.d >/dev/null 2>&1
then
invoke-rc.d pmproxy stop invoke-rc.d pmproxy stop
invoke-rc.d pmie stop invoke-rc.d pmie stop
if [ -f /etc/init.d/pmcd ]; then if [ -f /etc/init.d/pmcd ]; then
# PCP 4.0 style # PCP 4.0 style
invoke-rc.d pmlogger stop invoke-rc.d pmlogger stop
invoke-rc.d pmcd stop invoke-rc.d pmcd stop
else else
# PCP pre-4.0 style # PCP pre-4.0 style
invoke-rc.d pcp stop invoke-rc.d pcp stop
fi fi
 End of changes. 1 change blocks. 
1 lines changed or deleted 6 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)