~ubuntu-branches/ubuntu/jaunty/pcsc-lite/jaunty-security

« back to all changes in this revision

Viewing changes to debian/pcscd.init

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2005-11-27 18:04:59 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051127180459-qrex2gzpq9d8jexd
Tags: 1.2.9-beta9-1
* New upstream version
* debian/compat: change from 3 to 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# Gracefully exit if the package has been removed (but not purged).
18
18
test -x $DAEMON || exit 0
19
19
 
 
20
if [ -f /lib/lsb/init-functions ]; then
 
21
        . /lib/lsb/init-functions
 
22
else
 
23
        log_success_msg() { echo "$@"; }
 
24
        log_warning_msg() { echo "$@"; }
 
25
        log_failure_msg() { echo "$@"; }
 
26
fi
 
27
 
20
28
set -e
21
29
 
22
30
case "$1" in