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 MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D30100
This commit is contained in:
parent
6a8ed85f48
commit
1a212abd54
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user