The unified diff between revisions [826db75f..] and [a4cab2b4..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'debian/dropbear.prerm'
# # # patch "debian/dropbear.prerm" # from [9ddba283f9d790a33074a0b5e6d51e3c7e098741] # to [c3c2968d21e5e7824f20c1b5c41cabf9d6dda076] # ============================================================ --- debian/dropbear.prerm 9ddba283f9d790a33074a0b5e6d51e3c7e098741 +++ debian/dropbear.prerm c3c2968d21e5e7824f20c1b5c41cabf9d6dda076 @@ -2,10 +2,10 @@ test "$1" = 'remove' || test "$1" = 'dec set -e test "$1" = 'remove' || test "$1" = 'deconfigure' || exit 0 -if test -x /etc/init.d/dropbear; then +if test -x /etc/init.d/cokedropbear; then if test -x /usr/sbin/invoke-rc.d; then - invoke-rc.d dropbear stop + invoke-rc.d cokedropbear stop else - /etc/init.d/dropbear stop + /etc/init.d/cokedropbear stop fi fi