On 2 December 2011 23:09, Andriy Gapon <[email protected]> wrote: > on 02/12/2011 21:55 Baptiste Daroussin said the following: >> On Fri, Dec 02, 2011 at 08:38:05PM +0100, Torfinn Ingolfsen wrote: >>> On Fri, Dec 2, 2011 at 1:13 PM, Andriy Gapon <[email protected]> wrote: >>>> >>>> Or that they simply quit doing that and instead print a message like "Port >>>> X is >>>> deinstalled but it may have some processes running, please do Y and/or Z >>>> to find >>>> them and/or stop them". >>> >>> I prefer this suggestion. >> >> I also would prefer this. > > > BTW, this part of my suggestion was inspired by the following: > http://en.opensuse.org/SDB:Zypper_usage_11.3#Check_processes > > Not sure how that feature is implemented though.
A little service magic would do; [ service blargh status 2>/dev/null ] && echo "DON'T FORGET TO STOP THIS SERVICE!!!" I'll prepare a patch, as long as there's some chance of it going in ;) Chris _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
