debian/nut.README.Debian: Adjust udev rules naming for permissions override (Closes: #529664)
This commit is contained in:
parent
1b2269cf22
commit
85d2d1a10a
2 changed files with 5 additions and 3 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -10,8 +10,10 @@ nut (2.6.1-1) UNRELEASED; urgency=low
|
|||
- Drop non-existing build-dependencies
|
||||
* debian/rules:
|
||||
- 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
|
||||
|
||||
|
|
4
debian/nut.README.Debian
vendored
4
debian/nut.README.Debian
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue