[Bug 1424508] Re: upstartism in the maintainer script

Dimitri John Ledkov launchpad at surgut.co.uk
Thu Mar 5 12:29:46 UTC 2015


You should not specify my name, as it makes it appear as if the changes
are by me, and you are simply applying a patch that I sent you. This is
not the case. Please drop [ Dimitri John Ledkov ].

-- 
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