~ubuntu-branches/ubuntu/quantal/wicd/quantal

« back to all changes in this revision

Viewing changes to debian/init

  • 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:
161
161
                ;;
162
162
        esac
163
163
        ;;
 
164
  status)
 
165
        status_of_proc -p $PIDFILE $DAEMON $NAME
 
166
        ;;
164
167
  *)
165
 
        #echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2
166
 
        echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2
 
168
        echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload|status}" >&2
167
169
        exit 3
168
170
        ;;
169
171
esac