[Bug 173459] Review Request: initng

bugzilla at redhat.com bugzilla at redhat.com
Tue Nov 29 07:21:25 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: initng


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173459





------- Additional Comments From enrico.scholz at informatik.tu-chemnitz.de  2005-11-29 02:21 EST -------
at comment #71

it would be possible to do this porting but you will loss lot of performance.
E.g. in initng you can write

| daemon = /usr/sbin/ntpd
| daemon_args = -i /var/lib/ntp/chroot -u ntp:ntp -n

or

| daemon {
|   ... parsing /etc/sysconfig/ntpd ...
|   exec /usr/sbin/ntpd $parsed_params
| }


First variant would be the fast initng way while the second one is the bloaty
SysVinit/initscript way spawning a separate bash for each daemon.

initng supports 'env_file' which could be used to pass parameters but afais, it
can NOT be used like

| env_file = /etc/sysconfig/ntpd
| daemon_args = -n $OPTIONS


To get real comparison, the first way should be used but not the second one.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list