FS#5665 - lighthttpd pkgbuild typo
|
Details
From package lighthttpd-1.4.12-1, line 45 of
/var/lib/pacman/local/lighttpd-1.4.12-1/install is
Dm644 -o $DAEMON_USER -g $DAEMON_GROUP /tmp/empty ${CHROOT}${FILE} && \ when it should be install -dm644 -o $DAEMON_USER -g $DAEMON_GROUP /tmp/empty ${CHROOT}${FILE} && \ This causes the log files not to be created, which makes lighttpd not able to start unless they are created manually. |
This task depends upon
Closed by Jan de Groot (JGC)
Wednesday, 25 October 2006, 06:21 GMT
Reason for closing: Duplicate
Additional comments about closing: See bug 5490
Wednesday, 25 October 2006, 06:21 GMT
Reason for closing: Duplicate
Additional comments about closing: See
Comment by Jens Adam (byte) -
Wednesday, 25 October 2006, 01:45 GMT
Duplicate: #5490