~ubuntu-branches/ubuntu/wily/wicd/wily

« back to all changes in this revision

Viewing changes to in/init=slackware=rc.wicd.in

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2009-06-22 17:59:27 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090622175927-iax3alden0bmj6zg
Tags: 1.6.1-3
* debian/config, debian/templates updated:
  - only show users to add to netdev, skip those who are already
    members (Closes: #534138)
  - gracefully handle upgrades from previous broken versions, where
    debconf set a value of ${default} for wicd/users
    (Closes: #532112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
# This is defined in /usr/lib/python2.5/site-packages/wicd/wpath.py
7
7
PIDFILE="%PIDFILE%"
 
8
DAEMON="%SBIN%wicd"
8
9
 
9
10
# Define start and stop functions
10
11
 
15
16
    echo "$PIDFILE and try again..."
16
17
    exit 1
17
18
  else
18
 
    echo "Starting wicd daemon..."
 
19
    echo "Starting wicd daemon: $DAEMON"
19
20
    wicd 2>/dev/null 1>&2
20
21
  fi
21
22
}