Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  6 Aug 2003 00:05:50 +1000 (EST)
From:      Sam Lawrance <boris@brooknet.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55280: [patch port]: palm/synce-serial
Message-ID:  <20030805140550.D369AC04@localhost>
Resent-Message-ID: <200308051410.h75EAEXp017802@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55280
>Category:       ports
>Synopsis:       [patch port]: palm/synce-serial
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 05 07:10:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Sat Aug 2 13:55:23 EST 2003 root@dirk.no.domain:/usr/obj/usr/src/sys/GENERIC i386

>Description:
synce-serial-config generates a pppd "peer" file containing the linkname command. FreeBSD pppd doesn't have a linkname command.
>How-To-Repeat:
# synce-serial-config /dev/cuaXX
# synce-serial-start
Check logs; pppd will have bailed at seeing "linkname" in the /etc/ppp/peers/synce-device file
>Fix:
Patch below provides files/patch-aa to remove the linkname command from script in distfile.
(cd ports/palm/synce-serial; mkdir files; cd files; patch)
--- synce-patch begins here ---
diff -urN synce-serial.orig/files/patch-aa synce-serial/files/patch-aa
--- synce-serial.orig/files/patch-aa	Thu Jan  1 10:00:00 1970
+++ synce-serial/files/patch-aa	Tue Aug  5 23:35:23 2003
@@ -0,0 +1,11 @@
+--- script/synce-serial-config.in.orig	Fri Jan 10 19:21:39 2003
++++ script/synce-serial-config.in	Tue Aug  5 23:34:46 2003
+@@ -143,7 +143,7 @@
+ ms-dns ${DNS_SERVER}
+ lcp-echo-failure 2
+ lcp-echo-interval 2
+-linkname ${PEER}" >${PEER_FILE}
++>${PEER_FILE}
+ 
+ echo "
+ You can now run synce-serial-start to start a serial connection.
--- synce-patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030805140550.D369AC04>