debian/nut.README.Debian: Adjust udev rules naming for permissions override (Closes: #529664)

This commit is contained in:
Laurent Bigonville 2011-06-03 10:59:23 +02:00
parent 1b2269cf22
commit 85d2d1a10a
2 changed files with 5 additions and 3 deletions

View file

@ -71,8 +71,8 @@ MODE. If you are running in "netclient" MODE, jump directly to section 6.
on Ubuntu.
b) Another solution, for system supporting udev, is to create a file
(for example /etc/udev/rules.d/52_nut-serialups.rules), placed
after 020_permissions.rules and to add something like:
(for example /etc/udev/rules.d/92-nut-serialups.rules), placed
after 91-permissions.rules and to add something like:
KERNEL=="ttyS1", GROUP="nut"
where 'ttyS1' has to be replaced by the exact name of your serial port.