Mantis - lighttpd
Viewing Issue Advanced Details
2617 packaging feature always 2007-10-09 08:12 2012-03-25 08:45
Predrag.Zecevic i86pc  
drio Solaris  
normal 10 06/06  
closed  
lighttpd-1.4.18,REV=2007.10.05 fixed  
none    
none  
0002617: Installtion error.
copying default template lighttpd.conf.CSW to lighttpd.conf
cp: cannot access /lighttpd.conf.CSW
Configuring service in SMF
My Office PC
Issue History
2012-03-25 08:45 maciej Status resolved => closed

Notes
(0004821)
drio   
2007-10-09 13:19   
Problem:
$CONFDIR is not set...

our lighttpd.conf.CSW file will be in:

f none /opt/csw/etc/lighttpd.conf.CSW 0644 root bin

so we have to set CONFDIR to:

CONFDIR=$PKG_INSTALL_ROOT/opt/csw/etc

and then this line will work:

cp -p $CONFDIR/httpd.conf.CSW $CONFDIR/httpd.conf

which will be: /opt/csw/etc/httpd.conf.CSW and /opt/csw/etc/httpd.conf

I\'ll submit a new package today.
(0004825)
drio   
2007-10-10 00:12   
new package generated. Waiting for the pacakge to be in the mirrors to fully test it.
(0004837)
drio   
2007-10-11 20:15   
Fixed in latest revision.