~ubuntu-branches/ubuntu/dapper/fetchmail/dapper-security

« back to all changes in this revision

Viewing changes to debian/ip-up

  • Committer: Bazaar Package Importer
  • Author(s): Nathaniel McCallum
  • Date: 2004-09-03 14:53:58 UTC
  • Revision ID: james.westby@ubuntu.com-20040903145358-dluq0c58tfe3cpcm
Tags: 6.2.5-8ubuntu2
Added versioned depend on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
#
 
3
# Default fetchmail ip-up script (/etc/ppp/ip-up.d/fetchmail)
 
4
#
 
5
# Change "try-restart" below to "start" if you only want to run fetchmail when
 
6
# the PPP link is up.
 
7
#
 
8
 
 
9
if [ -x /etc/init.d/fetchmail -a ! -x /sbin/resolvconf ]; then
 
10
        /etc/init.d/fetchmail try-restart
 
11
fi