~ubuntu-branches/debian/jessie/gsmlib/jessie

« back to all changes in this revision

Viewing changes to contrib/gsm-utils.default

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2006-05-20 21:54:42 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060520215442-nb9iiu95mzkqfejf
Tags: 1.10-10
FTBFS with G++ 4.1: extra qualifications (Closes: #356109)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PHONEDEV=/dev/mobilephone  # or /dev/ttyS0 or /dev/ircomm0
 
2
BAUDRATE=9600
 
3
PIN=""  # or 1234
 
4
 
 
5
SPOOLDIR=/var/spool/sms
 
6
PRIORITIES=3
 
7
 
 
8
SMSADMIN=root
 
9
SUBJECT="SMS delivery report:"
 
10
 
 
11
SMSPROCESSOR=""  # or /usr/bin/gsmsmsprocessor
 
12
 
 
13
function do_accounting { true; }  # it's your turn