On Tue, Aug 13, 2013 at 08:56:54AM +0200, Bastian Blank wrote:
> On Tue, Aug 13, 2013 at 01:15:31AM +0200, Steve Langasek wrote:
>> +   * Fix to look directly in /run instead of via the /var/run symlink.
> 
> Where is the bug report for this?
> 
>>  case "$1" in
>>      start)
>> +        if init_is_upstart; then
>> +            exit 1
>> +        fi
> 
> Where is this documented and why does it need to be done in every case?
> 
>> --- a/debian/postinst        2011-12-10 11:36:35 +0000
>> +++ b/debian/postinst        2013-08-12 22:46:00 +0000
>> @@ -10,6 +10,9 @@
>>                      ln -s /run/rpcbind.pid /run/sendsigs.omit.d/rpcbind
>>              fi
>>      fi
>> +    if dpkg --compare-versions "$2" lt "0.2.0-8.1"; then
>> +            update-rc.d -f rpcbind remove
>> +    fi
> 
> How does this not trash local modifications?
> 
> Bastian

Cosimo posted a message to #680950 and opened #719661 as a consequence
of 0.2.0-8.1

http://bugs.debian.org/680950
http://bugs.debian.org/719661

Attachment: signature.asc
Description: Digital signature

Reply via email to