~ubuntu-branches/ubuntu/karmic/iproute/karmic

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2004-05-16 20:28:43 UTC
  • Revision ID: james.westby@ubuntu.com-20040516202843-kvaahy5s8mmstjid
Tags: 20010824-13.1
* NMU for a security fix.
* [CAN-2003-0856] Fix a local denial of service vulnerability via
  spoofed messages to the kernel's Netlink interface. (Closes: #242994)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
# FHS:
 
4
if [ "$1" = "configure" -a -d /usr/doc -a ! -e /usr/doc/iproute ]; then
 
5
  ln -sf ../share/doc/iproute /usr/doc/iproute
 
6
fi