~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to debian/libravatar-www.postinst

  • Committer: Francois Marier
  • Date: 2011-03-26 04:21:16 UTC
  • Revision ID: git-v1:0383e7d032a510f73739c18d945166c31e518075
Move photo associations to a gearman worker

This allows us to make /var/lib/libravatar/avatar/ read-only to Apache.

It also works around restrictions imposed by grsecurity over hardlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        /etc/init.d/cropresize restart
103
103
        /etc/init.d/deletephoto restart
104
104
        /etc/init.d/ready2user restart
 
105
        /etc/init.d/changephoto restart
105
106
 
106
107
        # Make a copy of the template apache config to work on, then copy into place
107
108
        cp ${APACHE_CONFIG} ${APACHE_CONFIG}.working