mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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 1a212abd54)
This commit is contained in:
parent
990d0523c9
commit
0f19be5f97
1 changed files with 0 additions and 13 deletions
|
|
@ -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 a new issue