bullseye backport
This commit is contained in:
commit
ca1981ac2f
|
@ -1,3 +1,9 @@
|
|||
linbpq (6.0.24.34-2) unstable; urgency=medium
|
||||
|
||||
* Fix config permissions bug as reported by Alex 2E1PKY
|
||||
|
||||
-- Dave Hibberd <hibby@debian.org> Mon, 08 Apr 2024 22:27:02 +0100
|
||||
|
||||
linbpq (6.0.24.34-1~bpo11+1) bullseye; urgency=medium
|
||||
|
||||
* Rebuild for bullseye.
|
||||
|
|
|
@ -24,8 +24,7 @@ if [ "$1" = configure ]; then
|
|||
adduser linbpq dialout
|
||||
chown :linbpq /opt/oarc/bpq
|
||||
chmod 775 /opt/oarc/bpq
|
||||
chown :linbpq /etc/bpq32.cfg
|
||||
chmod 664 /etc/bpq32.cfg
|
||||
|
||||
# If we have setcap is installed, set the requirements
|
||||
# which allows us to install our binaries without the setuid
|
||||
# bit.
|
||||
|
|
Loading…
Reference in New Issue