From 24843bc9cd70a9ec7173679fef6b35decd92ea41 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Fri, 30 Aug 2024 12:06:42 +0100 Subject: [PATCH] Add additional group membership for ninotnc SMT users Fixes: #1 --- debian/changelog | 6 ++++++ debian/postinst | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 06623f0..870acb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linbpq (6.0.24.42-1~hibbian+2) bookworm-hibbian-unstable; urgency=medium + + * Forgot to fix the ninotnc-smt issue, fixed now + + -- Dave Hibberd Fri, 30 Aug 2024 12:05:54 +0100 + linbpq (6.0.24.42-1~hibbian+1) bookworm-hibbian-unstable; urgency=medium * Install config to /etc diff --git a/debian/postinst b/debian/postinst index d35a673..d12db0e 100644 --- a/debian/postinst +++ b/debian/postinst @@ -22,6 +22,7 @@ if [ "$1" = configure ]; then exit 1 } adduser linbpq dialout + adduser linbpq plugdev chown :linbpq /opt/oarc/bpq chmod 775 /opt/oarc/bpq