Mailinglist Archive: opensuse-factory (599 mails)
| < Previous | Next > |
Re: [opensuse-factory] Running a program when launching the SUSE install part
- From: houghi <houghi@xxxxxxxxxx>
- Date: Mon, 7 Aug 2006 09:07:28 +0200
- Message-id: <20060807070728.GA9193@penne>
On Mon, Aug 07, 2006 at 08:12:19AM +0200, Pascal Bleser wrote:
> > If I would have the knowledge on how to write such a deamon, I would.
> > Unfortunatly I am unable to do so. :-(
>
> Actually that should be quite easy to do with a shell script, using
> inotify-tools [1] [2]:
I always thought that a deamon was something different then a standard
shell script with a loop. Shows you how much I know. ;-)
--
>>>> Run the following from the bashprompt if you have the kernel sources
for I in `find /usr/src/linux/ -name *.c`; \
do A=`grep -i -A 1 -B 1 fuck $I`;if [ "$A" != "" ]; \
then printf "$I \n$A \n\n"; fi ;done|less
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory-help@xxxxxxxxxxxx
> > If I would have the knowledge on how to write such a deamon, I would.
> > Unfortunatly I am unable to do so. :-(
>
> Actually that should be quite easy to do with a shell script, using
> inotify-tools [1] [2]:
I always thought that a deamon was something different then a standard
shell script with a loop. Shows you how much I know. ;-)
--
>>>> Run the following from the bashprompt if you have the kernel sources
for I in `find /usr/src/linux/ -name *.c`; \
do A=`grep -i -A 1 -B 1 fuck $I`;if [ "$A" != "" ]; \
then printf "$I \n$A \n\n"; fi ;done|less
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory-help@xxxxxxxxxxxx
| < Previous | Next > |