git: 0f19be5f97b8 - stable/13 - devd.conf: Remove support for coldsync

Mark Johnston markj at FreeBSD.org
Mon May 10 13:49:29 UTC 2021


The branch stable/13 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=0f19be5f97b830247df33793da0ef368f0e94573

commit 0f19be5f97b830247df33793da0ef368f0e94573
Author:     Ceri Davies <ceri at submonkey.net>
AuthorDate: 2021-05-07 18:19:34 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-05-10 13:34:49 +0000

    devd.conf: Remove support for coldsync
    
    The coldsync port was removed in 2012.  The last stable release of
    coldsync was issued in 2002.  Let's get rid of it.
    
    PR:             255051
    Reviewed by:    imp
    Differential Revision:  https://reviews.freebsd.org/D30100
    
    (cherry picked from commit 1a212abd54c0e4323f11e3bc2fd94ca26f7e5329)
---
 sbin/devd/devd.conf | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf
index db459a7b6e50..9d23b77fe96a 100644
--- a/sbin/devd/devd.conf
+++ b/sbin/devd/devd.conf
@@ -155,19 +155,6 @@ notify 100 {
 	action "service moused stop $cdev";
 };
 
-# This entry starts the ColdSync tool in daemon mode. Make sure you have an up
-# to date /usr/local/etc/palms. We override the 'listen' settings for port and
-# type in /usr/local/etc/coldsync.conf.
-notify 100 {
-	match "system"		"USB";
-	match "subsystem"	"DEVICE";
-	match "type"		"ATTACH";
-	match "vendor"		"0x082d";
-	match "product"		"0x0100";
-	match "release"		"0x0100";
-	action "/usr/local/bin/coldsync -md -p /dev/$cdev -t usb";
-};
-
 #
 # Rescan SCSI device-names on attach, but not detach.  However, it is
 # disabled by default due to reports of problems.


More information about the dev-commits-src-all mailing list