openbsd-ports/comms/gnokii/patches/patch-Docs_sample_gnokiirc
ajacoutot a487734df5 - add MODULES=devel/gettext
- fix WANTLIB
- add desktop-file-utils goo
- update patches while here

ok robert@
2007-10-16 12:44:50 +00:00

35 lines
1.2 KiB
Plaintext

$OpenBSD: patch-Docs_sample_gnokiirc,v 1.2 2007/10/16 12:44:50 ajacoutot Exp $
--- Docs/sample/gnokiirc.orig Mon Aug 28 00:36:54 2006
+++ Docs/sample/gnokiirc Tue Oct 16 14:22:35 2007
@@ -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 @@ port = /dev/ttyS0
# 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.
@@ -102,7 +102,7 @@ connection = serial
# 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.