Mailinglist Archive: opensuse-factory (249 mails)
| < Previous | Next > |
Re: [opensuse-factory] new package: upstart
- From: Stephan Kulow <coolo@xxxxxxxxxx>
- Date: Fri, 12 Feb 2010 15:05:22 +0100
- Message-id: <201002121505.22681.coolo@xxxxxxxxxx>
Am Freitag 12 Februar 2010 schrieb Ludwig Nussel:
#! /bin/bash line
Greetings, Stephan
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
Stephan Kulow wrote:And it should be noted that this is fine and also used in Debian: just with a
Of course if we have init scripts that are program too much stuff in a
language not made for speed (shell), then these should be changed - not
to perl and python programs as often done but into small compiled
programs.
There are also ways to speed up shell scripts. Like e.g. using bash
builtins instead of using several fork/exec to be compatible with
an ancient /bin/sh...
#! /bin/bash line
Greetings, Stephan
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |