public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Added /var/ipfire/cups to the backup to solve the behavior discribed in bug 12404.
@ 2022-03-11  9:50 Daniel Weismueller
  0 siblings, 0 replies; only message in thread
From: Daniel Weismueller @ 2022-03-11  9:50 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 624 bytes --]

Signed-off-by: Daniel Weismueller <daniel.weismueller(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-11  9:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11  9:50 [PATCH] Added /var/ipfire/cups to the backup to solve the behavior discribed in bug 12404 Daniel Weismueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox