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

4
debian/changelog vendored
View file

@ -10,8 +10,10 @@ nut (2.6.1-1) UNRELEASED; urgency=low
- Drop non-existing build-dependencies - Drop non-existing build-dependencies
* debian/rules: * debian/rules:
- Correctly pass flags to configure - Correctly pass flags to configure
* debian/nut.README.Debian: Adjust udev rules naming for permissions override
(Closes: #529664)
-- Laurent Bigonville <bigon@debian.org> Fri, 03 Jun 2011 10:33:00 +0200 -- Laurent Bigonville <bigon@debian.org> Fri, 03 Jun 2011 10:56:08 +0200
nut (2.6.0-2) unstable; urgency=low nut (2.6.0-2) unstable; urgency=low

View file

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