rc-scripts-user

2011-02-01 Thread Przemyslaw Iskra
rc-scripts-user / userscripts allows normal users to schedule and execute tasks on system startup and shutdown. Please test and comment. Once it gets on any production system it will be hard to change interface without breaking user configuration. The interface is: * All scripts in

%cmake macro

2011-02-01 Thread Kacper Kornet
I think that current %cmake macro is broken. For example soprano.spec is build with options: -O2 ... -O3, which is effectively -O3. As far as I understand the preferred option would be -O2, In cmake the options are build form two variables as following as: CMAKE_C_FLAGS CMAKE_C_FLAGS_Buildtype.

Re: rc-scripts-user

2011-02-01 Thread Pawel Golaszewski
On Tue, 1 Feb 2011, Przemyslaw Iskra wrote: rc-scripts-user / userscripts allows normal users to schedule and execute tasks on system startup and shutdown. Please test and comment. Once it gets on any production system it will be hard to change interface without breaking user configuration.

Re: rc-scripts-user

2011-02-01 Thread Kacper Kornet
On Tue, Feb 01, 2011 at 07:30:14PM +0100, Przemyslaw Iskra wrote: rc-scripts-user / userscripts allows normal users to schedule and execute tasks on system startup and shutdown. Out of my own curiosity, what do you need it for? -- Kacper Kornet

Re: rc-scripts-user

2011-02-01 Thread Paweł Zuzelski
On Tue, Feb 1, 2011 at 7:30 PM, Przemyslaw Iskra spa...@pld-linux.org wrote: rc-scripts-user / userscripts allows normal users to schedule and execute tasks on system startup and shutdown. Please test and comment. Once it gets on any production system it will be hard to change interface

Re: rc-scripts-user

2011-02-01 Thread Przemyslaw Iskra
On Tue, Feb 01, 2011 at 09:21:30PM +0100, Paweł Zuzelski wrote: On Tue, Feb 1, 2011 at 7:30 PM, Przemyslaw Iskra spa...@pld-linux.org wrote: rc-scripts-user / userscripts allows normal users to schedule and execute tasks on system startup and shutdown. Please test and comment. Once it gets

Re: rc-scripts-user

2011-02-01 Thread Patryk Zawadzki
On Tue, Feb 1, 2011 at 9:27 PM, Przemyslaw Iskra spa...@pld-linux.org wrote: Does that work on system shutdown as well ? If not, how do I stop any of my daemons on shutdown ? It's really seldom that a daemon manages to survive a shutdown ;) But really, do you need to do something special on

Re: rc-scripts-user

2011-02-01 Thread Przemyslaw Iskra
On Tue, Feb 01, 2011 at 09:36:02PM +0100, Patryk Zawadzki wrote: On Tue, Feb 1, 2011 at 9:27 PM, Przemyslaw Iskra spa...@pld-linux.org wrote: Does that work on system shutdown as well ? If not, how do I stop any of my daemons on shutdown ? It's really seldom that a daemon manages to

Re: rc-scripts-user

2011-02-01 Thread Elan Ruusamäe
On 01.02.2011 20:58, Pawel Golaszewski wrote: On Tue, 1 Feb 2011, Przemyslaw Iskra wrote: rc-scripts-user / userscripts allows normal users to schedule and execute tasks on system startup and shutdown. Please test and comment. Once it gets on any production system it will be hard to change