~ubuntu-branches/ubuntu/precise/tcpdump/precise-updates

« back to all changes in this revision

Viewing changes to config.sub

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-01-05 08:21:25 UTC
  • mfrom: (7.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100105082125-ofykxjkd5adg20iu
Tags: 4.0.0-6ubuntu1
* Merge from debian testing. Remaining changes:
  - add enforcing AppArmor profile
    - create debian/usr.sbin.tcpdump
    - debian/control: suggest apparmor >= 2.3
    - debian/postrm: remove force-complain and disable links on purge
    - debian/rules: update 'binary' target to add profile
    - debian/README.Debian: give information on AppArmor
    - debian/postinst: reload tcpdump profile
    - debian/tcpdump.dirs: added back for AppArmor directories

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
 
2
 
 
3
if [ -x /usr/share/misc/config.sub ]; then
 
4
    exec /usr/share/misc/config.sub "$@"
 
5
fi
 
6
 
2
7
# Configuration validation subroutine script.
3
8
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
9
#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.