~ubuntu-branches/ubuntu/jaunty/irda-utils/jaunty-proposed

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-24 10:23:16 UTC
  • Revision ID: james.westby@ubuntu.com-20070524102316-ur9mtiabesl18k9v
Tags: 0.9.18-6ubuntu1
* Merge with Debian; remaining changes:
  - findchip/smc.c,
    findchip/nsc.c,
    findchip/winbond.c:
    + Include sys/io.h instead of asm/io.h to fix FTBFS on i386
  - debian/control,
    debian/irda-utils.init:
    + read -d doesn't work with dash. Run with bash and depend on it.
      Thanks to Alexander Schremmer for noticing.
  - Remove stop script symlinks from rc0 and rc6.
  - Autoconfiguration support (Debian #324404).

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
# machines in FIR-mode, so most people should leave it blank. See 
127
127
# README.Debian for more information.
128
128
SETSERIAL=
 
129
 
 
130
# Some laptops (Toshiba Satellites and others with SMCS LPC47N227) require
 
131
# running smcinit to initialize the irda device prior to use.
 
132
# If you device is one of them, set this option to "yes"
 
133
USE_SMCINIT="no"
129
134
EOF
130
135
    fi
131
136