~ubuntu-branches/ubuntu/natty/dnprogs/natty

« back to all changes in this revision

Viewing changes to debian/prerm.debhelper

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Caulfield
  • Date: 2005-10-30 15:09:21 UTC
  • Revision ID: james.westby@ubuntu.com-20051030150921-h9yn20kzxtwmjh2a
Tags: 2.32
* fal removes [] from names as they could cause confusion.
* Fixed crash in libdap if a connection gets closed more than once.
* Fix libdnet's dnet_recv to cope with 0 being returned from recvmsg.
* Some minor manpage & packaging bugs fixed.
* Include dnlogin, a replacement for sethost.
* Include libvaxdata - a library of routines for converting between VAX.
  data formats and Unix ones. Contributed by Larry Baker of the 
  US Geological Survey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Automatically added by dh_installinit
 
2
if [ -x "/etc/init.d/decnet" ]; then
 
3
        if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
 
4
                invoke-rc.d decnet stop || exit 0
 
5
        else
 
6
                /etc/init.d/decnet stop || exit 0
 
7
        fi
 
8
fi
 
9
# End automatically added section