[Bug 1132415] Re: if statement for symlink of lighttpd.conf is wrong in cacti.postinst

2013-05-05 Thread Launchpad Bug Tracker
This bug was fixed in the package cacti - 0.8.8a+dfsg-6 --- cacti (0.8.8a+dfsg-6) unstable; urgency=low * Improve maintenance scripts - Prepare cacti configuration for Apache2.4 according to http://wiki.debian.org/Apache/PackagingFor24 - Improve cacti.config to fix dp

[Bug 1132415] Re: if statement for symlink of lighttpd.conf is wrong in cacti.postinst

2013-05-05 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/cacti -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1132415 Title: if statement for symlink of lighttpd.conf is wrong in cacti.postinst To manage notifications about thi

[Bug 1132415] Re: if statement for symlink of lighttpd.conf is wrong in cacti.postinst

2013-04-25 Thread Paul Gevers
It turned out that the whole postinst was not doing what (at least for me) would be expected. Fixed in git: http://anonscm.debian.org/gitweb/?p=pkg-cacti/cacti.git;a=commit;h=5c8640af6857fb5660d89e5291f84994c730b3da and http://anonscm.debian.org/gitweb/?p=pkg-cacti/cacti.git;a=commit;h=f2bac4fe9a0

[Bug 1132415] Re: if statement for symlink of lighttpd.conf is wrong in cacti.postinst

2013-03-25 Thread James Cole
I do agree it should be one fi lower! I'm no programmer by far, but that is what I was trying to achieve! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1132415 Title: if statement for symlink of lig

[Bug 1132415] Re: if statement for symlink of lighttpd.conf is wrong in cacti.postinst

2013-03-25 Thread Paul Gevers
** Changed in: cacti (Ubuntu) Assignee: (unassigned) => Paul Gevers (paul-climbing) ** Changed in: cacti (Ubuntu) Status: New => Confirmed ** Changed in: cacti (Ubuntu) Status: Confirmed => Triaged ** Changed in: cacti (Ubuntu) Importance: Undecided => Low -- You received

[Bug 1132415] Re: if statement for symlink of lighttpd.conf is wrong in cacti.postinst

2013-03-17 Thread Paul Gevers
Hi, Thanks for providing the patch. However, do you agree that the "invoke- rc.d $server reload || true" should be one line lower, i.e. after the "fi"? Now, in case of apache it does not get called. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1132415] Re: if statement for symlink of lighttpd.conf is wrong in cacti.postinst

2013-02-24 Thread James Cole
** Description changed: - When installing cacti on a system with lighttpd already installed + When installing cacti on a system with lighttpd already installed, debian/cacti.postinst runs but fails to set up a symlink for the file lighttpd.conf An excerpt of the code I believe to be at fa