From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Weismueller To: development@lists.ipfire.org Subject: [PATCH] Added /var/ipfire/cups to the backup to solve the behavior discribed in bug 12404. Date: Fri, 11 Mar 2022 10:50:56 +0100 Message-ID: <20220311095056.27311-1-daniel.weismueller@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7602819129524318196==" List-Id: --===============7602819129524318196== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Daniel Weismueller --- lfs/cups | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/cups b/lfs/cups index 99c9c8887..5c5aef5f8 100644 --- a/lfs/cups +++ b/lfs/cups @@ -94,6 +94,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && ln -v -sf /usr/bin/smbspool /usr/lib/cups/backend/smb + install -v -m 644 $(DIR_SRC)/config/backup/includes/cups \ + /var/ipfire/backup/addons/includes/cups + # install initscript $(call INSTALL_INITSCRIPT,cups) cp -fv $(DIR_SRC)/config/cups/cupsd.conf /var/ipfire/cups/ -- 2.34.1 --===============7602819129524318196==--