[LEDE-DEV] [PATCH] Opkg: add --no-configure option patch.

2017-02-15 Thread Daniel Danzberger
Calling opkg with --no-configure prevents opkg from running the configuration of the package (postinstall scripts ..etc) This way opkg will only install the package, without restarting the service for example. Signed-off-by: Daniel Danzberger --- .../opkg/patches/300-add-no-configure-option.p

Re: [LEDE-DEV] [PATCH] Opkg: add --no-configure option patch.

2017-02-17 Thread Jonas Gorski
Hi, On 16 February 2017 at 02:14, Daniel Danzberger wrote: > Calling opkg with --no-configure prevents opkg > from running the configuration of the package (postinstall scripts ..etc) > > This way opkg will only install the package, without restarting the service > for example. What's the use

Re: [LEDE-DEV] [PATCH] Opkg: add --no-configure option patch.

2017-02-17 Thread daniel
Hi, I am writing an auto update shell script with special install handlers for some of my packages. The auto updater is a package itself and can also be updated. Without --no-configure, opkg would kill my auto updater while it is updating itself. On 02/17/2017 06:17 AM, Jonas Gorski wrote: > Hi

Re: [LEDE-DEV] [PATCH] Opkg: add --no-configure option patch.

2017-02-17 Thread daniel
And I also do not want opkg to invoke the init scripts of the just upgraded packages until I have finished all my checks and stuff. I thought it might be useful for others too, if opkg has this option that let you control the upgrade process a bit more. What do you think ? On 02/17/2017 06:17 AM,

Re: [LEDE-DEV] [PATCH] Opkg: add --no-configure option patch.

2017-02-18 Thread Kevin Darbyshire-Bryant
> On 18 Feb 2017, at 00:06, daniel wrote: > > And I also do not want opkg to invoke the init scripts of the just upgraded > packages until I have finished all my checks and stuff. > > I thought it might be useful for others too, if opkg has this option that let > you control the upgrade proces

Re: [LEDE-DEV] [PATCH] Opkg: add --no-configure option patch.

2017-03-01 Thread Jonas Gorski
Hi, On 17 February 2017 at 19:10, daniel wrote: > Hi, > > I am writing an auto update shell script with special install handlers > for some of my packages. The auto updater is a package itself and can > also be updated. > > Without --no-configure, opkg would kill my auto updater while it is updat

Re: [LEDE-DEV] [PATCH] Opkg: add --no-configure option patch.

2017-07-16 Thread Daniel Golle
Hi everyone! On Sat, Feb 18, 2017 at 08:10:22AM +, Kevin Darbyshire-Bryant wrote: > > On 18 Feb 2017, at 00:06, daniel wrote: > > > > And I also do not want opkg to invoke the init scripts of the just upgraded > > packages until I have finished all my checks and stuff. > > > > I thought it