﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
325	lfs-bootscripts-1.13	gerard@…	lfs-book@…	"Use variables in the daemon start scripts, like:

source /etc/sysconfig/rc
source $rc_functions

NAME=""""              #name of the service/application
PREFIX=""""            #path to the application
APP=""""               #the application
OPTIONS=""""           #parameters

case ""$1"" in
    start)
        echo ""Starting $NAME...""
        loadproc $PREFIX/$APP $OPTIONS
        ;;

and so on"	defect	closed	normal		Book	CVS	normal	fixed		list@…
