public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] cups: for now cups make a backup on uninstall
@ 2022-04-28 14:24 Daniel Weismueller
  2022-05-01 16:56 ` Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Weismueller @ 2022-04-28 14:24 UTC (permalink / raw)
  To: development

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

and a restore on install / update

The include file that was added in a previous commit allowed to manually
create a backup, but none was created when the addon was installed,
uninstalled or updated.

Signed-off-by: Daniel Weismueller <daniel.weismueller(a)ipfire.org>
---
 src/paks/cups/install.sh   | 1 +
 src/paks/cups/uninstall.sh | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/paks/cups/install.sh b/src/paks/cups/install.sh
index b3f0f1368..cc5866971 100644
--- a/src/paks/cups/install.sh
+++ b/src/paks/cups/install.sh
@@ -23,6 +23,7 @@
 #
 . /opt/pakfire/lib/functions.sh
 extract_files
+restore_backup "${NAME}"
 /etc/init.d/messagebus reload
 start_service --delay 300 --background ${NAME}
 ln -svf ../init.d/cups /etc/rc.d/rc0.d/K00cups
diff --git a/src/paks/cups/uninstall.sh b/src/paks/cups/uninstall.sh
index 01b13de76..d4abdde63 100644
--- a/src/paks/cups/uninstall.sh
+++ b/src/paks/cups/uninstall.sh
@@ -23,6 +23,7 @@
 #
 . /opt/pakfire/lib/functions.sh
 stop_service ${NAME}
+make_backup "${NAME}"
 remove_files
 rm -rf /etc/rc.d/rc*.d/*cups
 /etc/init.d/messagebus reload
-- 
2.35.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] cups: for now cups make a backup on uninstall
  2022-04-28 14:24 [PATCH] cups: for now cups make a backup on uninstall Daniel Weismueller
@ 2022-05-01 16:56 ` Adolf Belka
  0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2022-05-01 16:56 UTC (permalink / raw)
  To: development

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

Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>

On 28/04/2022 16:24, Daniel Weismueller wrote:
> and a restore on install / update
>
> The include file that was added in a previous commit allowed to manually
> create a backup, but none was created when the addon was installed,
> uninstalled or updated.
>
> Signed-off-by: Daniel Weismueller <daniel.weismueller(a)ipfire.org>
> ---
>   src/paks/cups/install.sh   | 1 +
>   src/paks/cups/uninstall.sh | 1 +
>   2 files changed, 2 insertions(+)
>
> diff --git a/src/paks/cups/install.sh b/src/paks/cups/install.sh
> index b3f0f1368..cc5866971 100644
> --- a/src/paks/cups/install.sh
> +++ b/src/paks/cups/install.sh
> @@ -23,6 +23,7 @@
>   #
>   . /opt/pakfire/lib/functions.sh
>   extract_files
> +restore_backup "${NAME}"
>   /etc/init.d/messagebus reload
>   start_service --delay 300 --background ${NAME}
>   ln -svf ../init.d/cups /etc/rc.d/rc0.d/K00cups
> diff --git a/src/paks/cups/uninstall.sh b/src/paks/cups/uninstall.sh
> index 01b13de76..d4abdde63 100644
> --- a/src/paks/cups/uninstall.sh
> +++ b/src/paks/cups/uninstall.sh
> @@ -23,6 +23,7 @@
>   #
>   . /opt/pakfire/lib/functions.sh
>   stop_service ${NAME}
> +make_backup "${NAME}"
>   remove_files
>   rm -rf /etc/rc.d/rc*.d/*cups
>   /etc/init.d/messagebus reload

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-01 16:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 14:24 [PATCH] cups: for now cups make a backup on uninstall Daniel Weismueller
2022-05-01 16:56 ` Adolf Belka

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