OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002617 [lighttpd] packaging feature always 2007-10-09 08:12 2012-03-25 08:45
Reporter Predrag.Zecevic View Status public  
Assigned To drio
Priority normal Resolution fixed  
Status closed  
Summary 0002617: Installtion error.
Description copying default template lighttpd.conf.CSW to lighttpd.conf
cp: cannot access /lighttpd.conf.CSW
Configuring service in SMF
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0004821)
drio (reporter)
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 (reporter)
2007-10-10 00:12

new package generated. Waiting for the pacakge to be in the mirrors to fully test it.
(0004837)
drio (reporter)
2007-10-11 20:15

Fixed in latest revision.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker