openbsd-ports/comms/gnokii/patches/patch-Docs_sample_gnokiirc
robert 14fc44a112 Import of gnokii-0.6.12;
Gnokii is a Unix/Linux tool suite for mobile phones. It provides a
library to communicate with a phone hiding the communication protocol.
The library handles SMS, phonebook, calendar, phone calls, and other
mobile phone capabilities. It supports most of the GSM phones: Nokia
ones using Nokia proprietary protocol and AT-capable ones -- using
standard AT commands.
2006-05-29 18:05:53 +00:00

35 lines
1.1 KiB
Plaintext

$OpenBSD: patch-Docs_sample_gnokiirc,v 1.1.1.1 2006/05/29 18:05:53 robert Exp $
--- Docs/sample/gnokiirc.orig Mon May 29 19:45:22 2006
+++ Docs/sample/gnokiirc Mon May 29 19:45:52 2006
@@ -7,7 +7,7 @@
# Set port to the physical port used to connect to your phone.
# Linux version is:
-port = /dev/ttyS0
+port = /dev/tty00
#
# For MacOSX you will need something like:
# port = /dev/cu.USA28X1P1.1
@@ -42,10 +42,10 @@
# model = series60
# For other non-Nokia phones and when you want to use AT
# mode use:
-# model = AT
+model = AT
# If you can't figure out what to put here read the FAQ.
# If it still doesn't help, consult gnokii-ml or #gnokii at freenode.
-model = 6510
+# model = 6510
# There are few main models that should make use of the certain drivers.
# These are: 6110, 7110, 6510, 3110, 2110, 6160.
@@ -98,7 +98,7 @@
# port software (eg. minicom). If you have wrong permissions for the
# directory, a warning will be generated. If you don't want a lockfile, set
# it to 'no'.
-use_locking = yes
+use_locking = no
# Baudrate to use on serial port connections.
# Currently used only by models AT and BIP/CIMD. Defaults to 19200.