[Bug 1424508] Re: upstartism in the maintainer script

Launchpad Bug Tracker 1424508 at bugs.launchpad.net
Fri Mar 6 17:37:01 UTC 2015


This bug was fixed in the package squid3 - 3.3.8-1ubuntu13

---------------
squid3 (3.3.8-1ubuntu13) vivid; urgency=medium

  * d/squid3.prerm: Removed redundant upstart-only code. Equivalent
    operations are carried out by debhelper-generated code in a more
    generic manner. (LP: #1424508)
 -- Oleg Strikov <oleg.strikov at canonical.com>   Thu, 05 Mar 2015 14:24:33 +0300

** Changed in: squid3 (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
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:
  Fix Released

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