[Bug 1424508] Re: upstartism in the maintainer script

Ubuntu Foundations Team Bug Bot 1424508 at bugs.launchpad.net
Thu Mar 5 12:17:31 UTC 2015


The attachment "lp-1424508-proposed.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1424508

Title:
  upstartism in the maintainer script

Status in squid3 package in Ubuntu:
  New

Bug description:
  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1424508/+subscriptions



More information about the Ubuntu-sponsors mailing list