"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "install/predelete.sh" between
benno-smtp-2.6.0.tgz and benno-smtp-2.8.0.tgz

About: Open Benno (webapp) mail archiving solution (SMTP interface; binary-distribution).

predelete.sh  (benno-smtp-2.6.0.tgz):predelete.sh  (benno-smtp-2.8.0.tgz)
#!/bin/sh #!/bin/sh
set -e set -e
# Automatically added by dh_installinit # Automatically added by dh_installinit/13.3.4
if [ -x "/etc/init.d/benno-smtp" ] && [ "$1" = remove ]; then if [ -x "/etc/init.d/benno-smtp" ] && [ "$1" = remove ]; then
invoke-rc.d benno-smtp stop || exit $? invoke-rc.d benno-smtp stop || exit 1
fi
# End automatically added section
# Automatically added by dh_systemd_start/13.3.4
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
deb-systemd-invoke stop 'benno-smtp.service' >/dev/null || true
fi fi
# End automatically added section # End automatically added section
 End of changes. 2 change blocks. 
2 lines changed or deleted 7 lines changed or added

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