1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix typo in sample devd config.

Approved by:	dinoex (maintainer)
Feature safe:	yes
This commit is contained in:
Lars Engels 2011-02-09 20:43:15 +00:00
parent fbd855d7ec
commit 4f8d44558f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268833

View File

@ -23,16 +23,16 @@ action "%%PREFIX%%/sbin/ulpt-cupsd.sh enable $device-name";
detach 110 {
device-name "unlpt[0-9]+";
action "%%PREFIX%%/sbin/ulpt-cupsd.sh disable $device-name";
}
};
detach 110 {
device-name "ulpt[0-9]+";
action "%%PREFIX%%/sbin/ulpt-cupsd.sh disable $device-name";
}
};
detach 110 {
device-name "lpt[0-9]+";
action "%%PREFIX%%/sbin/ulpt-cupsd.sh disable $device-name";
}
};
# eof