From 17903174be7191424fd7f7b90303a00198b54623 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 20 Feb 2018 22:04:15 -0600 Subject: system/cups: disable Avahi, enable PAM --- system/cups/cups.pre-install | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 system/cups/cups.pre-install (limited to 'system/cups/cups.pre-install') diff --git a/system/cups/cups.pre-install b/system/cups/cups.pre-install new file mode 100644 index 000000000..cdb75cac5 --- /dev/null +++ b/system/cups/cups.pre-install @@ -0,0 +1,8 @@ +#!/bin/sh + +addgroup -S lpadmin 2>/dev/null +addgroup -S lp 2>/dev/null +adduser -S -G lp -g lp lp 2>/dev/null +addgroup lp lp 2>/dev/null + +exit 0 -- cgit v1.2.3-60-g2f50