On 06/23/2011 06:21 PM, Adam Thompson wrote: > The problem was that ./configure had guessed my webserver userid as > "apache", when it's now "lighttpd" instead. So when I did "make upgrade", > one of the commands that was executed was "chgrp -R apache /opt/rt4/etc". > I forgot I had manually changed ownerships after switching from apache to > lighttpd. > > Easy fix: "chown -R --from=:apache :lighttpd /opt/"
For future reference, the --with-web-user=USER and --with-web-group=GROUP options to ./configure would cause upgrade/install to do the right thing. Thomas -------- 2011 Training: http://bestpractical.com/services/training.html
