test
[hcoop/zz_old/ikiwiki] / MailmanInstallation.mdwn
1 ## page was renamed from ThwartingPackages
2 We override the behavior of some Debian packages, such that we need to re-make some changes each time they update. The `/usr/local/sbin/fixperms` script is responsible for doing this, so you should run it after an `apt-get upgrade`. Currently, it does this:
3
4 {{{chown list.list /usr/lib/cgi-bin/mailman/*
5 chmod g-s /usr/lib/cgi-bin/mailman/*
6 chmod u+s /usr/lib/cgi-bin/mailman/*
7
8 chown -R list /var/lib/mailman/lists/*}}}
9 ----
10 CategorySystemAdministration