enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #04091
[Bug 1424508] [NEW] upstartism in the maintainer script
Public bug reported:
case "$1" in
remove|remove-in-favour|deconfigure-in-favour)
#
# Stop the daemon
#
if status squid3 | grep "start/running" > /dev/null; then
stop squid3
fi
;;
upgrade|failed-upgrade)
;;
esac
Fails / blocks for a while under systemd.
Seems redundant, as later:
# Automatically added by dh_installinit
if [ -x "/etc/init.d/squid3" ] || [ -e "/etc/init/squid3.conf" ]; then
invoke-rc.d squid3 stop || exit $?
fi
Is executed.
ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: squid3 (not installed)
ProcVersionSignature: Ubuntu 3.18.0-9.10-generic 3.18.2
Uname: Linux 3.18.0-9-generic x86_64
ApportVersion: 2.16.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Feb 23 02:53:50 2015
InstallationDate: Installed on 2013-08-29 (542 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130829)
SourcePackage: squid3
UpgradeStatus: Upgraded to vivid on 2014-11-16 (98 days ago)
** Affects: squid3 (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-bug systemd-boot vivid
** Tags added: systemd-boot
--
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to squid3 in Ubuntu.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1424508
Title:
upstartism in the maintainer script
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1424508/+subscriptions
Follow ups
References