Bug#521392: am-utils: Package does not install System-V style init script links

2009-09-14 Thread Petter Reinholdtsen
tags 521392 + patch tags 248436 - patch thanks [Tim Cutts] Consider the situation where the local admin currently has disabled the existing copy of am-utils by using update-rc.d. If the package is upgraded, it's my view that the upgrade should not automatically re-enable the init script -

Bug#521392: am-utils: Package does not install System-V style init script links

2009-09-14 Thread Tim Cutts
OK, you've convinced me. I'll make that change with the next version of the package (which may well be the last ... am-utils seems to be dead upstream, and it won't be long before it stops working - I've already had to hack it to make it work at all with recent 2.6 kernels, and if anyone

Bug#521392: am-utils: Package does not install System-V style init script links

2009-03-27 Thread Michael Fladerer
Package: am-utils Version: 6.1.5-12 Severity: important When installing the current release of am-utils on a lenny box using 'aptitude install am-utils' the installation ends up without the typical symlinks in /etc/rc?.d directories. Since amd gets started after installation and configuration

Bug#521392: am-utils: Package does not install System-V style init script links

2009-03-27 Thread Tim Cutts
On 27 Mar 2009, at 9:43 am, Michael Fladerer wrote: -update-rc.d am-utils defaults 35 /dev/null +if [ $1 = install ]; then + update-rc.d am-utils defaults 35 /dev/null +fi Invoking 'update-rc.d am-utils defaults 35 /dev/null' manually did create the missing symlinks and solved the problem

Bug#521392: am-utils: Package does not install System-V style init script links

2009-03-27 Thread Michael Fladerer
On Fri Mar 27, 2009 at 10:17:14 +, Tim Cutts wrote: Consider the situation where the local admin currently has disabled the existing copy of am-utils by using update-rc.d. If the package is upgraded, it's my view that the upgrade should not automatically re- enable the init script -