~ubuntu-branches/debian/jessie/ppp/jessie

« back to all changes in this revision

Viewing changes to debian/provider.peer

  • Committer: Bazaar Package Importer
  • Author(s): Michael Beattie
  • Date: 2001-12-11 00:24:05 UTC
  • Revision ID: james.westby@ubuntu.com-20011211002405-gcsjlgalwyjf99m2
Tags: 2.4.1.uus-4
Use MAKEDEV in postinst, not mknod. (Closes: #122574)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# These are the options to dial out to your default service provider.
 
2
# Please customize them correctly. Only the "provider" file will be
 
3
# handled by poff and pon (unless with extra command line arguments).
 
4
 
 
5
# You usually need this if there is no PAP authentication
 
6
noauth
 
7
 
 
8
# The chat script (be sure to edit that file, too!)
 
9
connect "/usr/sbin/chat -v -f /etc/chatscripts/provider"
 
10
 
 
11
# Set up routing to go through this PPP link
 
12
defaultroute
 
13
 
 
14
# Default modem (you better replace this with /dev/ttySx!)
 
15
/dev/modem
 
16
 
 
17
# Speed
 
18
38400
 
19
 
 
20
# Keep modem up even if connection fails
 
21
persist