Commit Graph

581 Commits

Author SHA1 Message Date
Antoine Beaupré 2363fe5b47 fix apache restart sequence so they don't get restarted twice and only if necessary 2008-10-07 20:14:15 +00:00
Antoine Beaupré 0334a1fa2b unbreak locale by not quoting a single quote 2008-10-07 18:49:51 +00:00
Antoine Beaupré 7e8e9b1d6c put the listen directive in the apache2-ssl config 2008-10-07 18:39:44 +00:00
Antoine Beaupré b1a6bcf43e create a apache2-specific SSL configuration file 2008-10-07 18:34:02 +00:00
Antoine Beaupré c39d6991bf configure SSL properly, that is, only if a certificate is provided 2008-10-07 18:28:39 +00:00
Antoine Beaupré 72328a9f4b configure SSL on apache2 2008-10-07 18:00:06 +00:00
Antoine Beaupré 3e0c650da0 call apache correctly after changing domains 2008-10-07 17:32:47 +00:00
Antoine Beaupré 57b53fe31b disable the default site in apache2 since it obstructs our configuration 2008-10-07 17:23:09 +00:00
Antoine Beaupré 0184e3c641 move the apache config code into alternc.install
this makes sure that apache is properly restarted after install and factors code out of the two postinst files
2008-10-07 17:21:18 +00:00
Antoine Beaupré 57b5a642cb create a apache2 configuration file, required because of the logfile location 2008-10-07 17:05:18 +00:00
Antoine Beaupré 9e7857073b document #1078 2008-10-07 16:50:26 +00:00
Antoine Beaupré 4df0af8571 call mysql properly in upgrade_check so that upgrade scripts are called properly
Closes: #1078
2008-10-07 16:49:05 +00:00
Antoine Beaupré c3e626c6f8 document #1017 fix 2008-10-07 16:43:36 +00:00
Antoine Beaupré 2e9a859a07 fix apache2 and apache-ssl configuration
Closes: #1017
2008-10-07 16:42:40 +00:00
Antoine Beaupré d7ad37bc9e restart the proper apache in locale regeneration script 2008-10-07 16:10:59 +00:00
Antoine Beaupré a45cf12900 make prerm script more failsafe 2008-10-07 16:06:25 +00:00
Antoine Beaupré 3bcb5159f9 stop overwriting named.conf
starting this release, only named.conf.options will be replaced (as we
need to modify the options {} block and can't just add another one). We
still install a named.conf, a fresh version from Lenny this time, so
that we get a clean start.

Also get rid of the bind_internal parameter that is not really used or
recommended, as it allows for authoritative nameservers to also serve
recursive queries (which is bad practice).

See: #1025
Closes: #1104
2008-10-06 23:58:04 +00:00
Antoine Beaupré d67dce6218 document last bugfix
See: #1129
2008-10-06 23:28:25 +00:00
Antoine Beaupré e6c66c2d8a remove 2GB quota limitation
Closes: #1129
2008-10-06 23:27:17 +00:00
Antoine Beaupré 9a79f43537 fix parameter expansion in postconf
See: #1029
2008-10-06 22:48:58 +00:00
Antoine Beaupré ca6dfe5d83 don't warn on main.cf configuration changes 2008-10-06 22:21:37 +00:00
Antoine Beaupré 704bc022ec explicitely backup main.cf configuration even though we don't replace
it totally

See: #1029
2008-10-06 22:20:48 +00:00
Antoine Beaupré 77ddb5002f do not override Postfix's main.cf: instead, we use a /etc/alternc/postfix.cf to hold our configuration changes and apply that on postinst.
Closes: #1029
2008-10-06 22:12:41 +00:00
Antoine Beaupré a96dafef8b add etc/ to the list of directories to install files from in the slave package 2008-10-06 21:35:12 +00:00
Antoine Beaupré e2b74aaa1b fix debconf prompts 2008-10-06 21:30:48 +00:00
Antoine Beaupré b820020a36 remove questions not relevant to the right package 2008-10-06 21:23:08 +00:00
Antoine Beaupré d09197fa97 try to create a templates file for the slave package 2008-10-06 21:16:18 +00:00
Antoine Beaupré cdb3a1e281 remove alternc/mynetwork debconf parameter, stop overriding it in
postfix

also split the config prompts between slave and non-slave package

See: #1029
2008-10-06 21:13:11 +00:00
Antoine Beaupré 277f17fc11 try to remove bashsisms from postinst script 2008-10-04 20:45:38 +00:00
Antoine Beaupré 69897a033b fix a typo 2008-10-04 20:42:47 +00:00
Antoine Beaupré 54d3e42b93 copy question templates betwen packages 2008-10-04 20:41:25 +00:00
Antoine Beaupré 2f5ee131bc remove empty directory 2008-10-04 20:25:21 +00:00
Antoine Beaupré 8c1962223a revert back to r2306: stay with only two packages for now, which should unbreak the main alternc package 2008-10-04 20:25:03 +00:00
Antoine Beaupré 5cdc5ad7b5 remove empty directory 2008-10-04 20:08:56 +00:00
Antoine Beaupré 969061073d forgot to add an empty install file for the meta package 2008-10-04 19:59:06 +00:00
Antoine Beaupré 09c776f003 tentative splitting of alternc into multiple packages 2008-10-04 19:58:38 +00:00
Antoine Beaupré c9a56bd288 revert last commit: we need a templates file 2008-10-04 19:07:38 +00:00
Antoine Beaupré 66165c3610 split templates in the two packages 2008-10-04 19:05:35 +00:00
Antoine Beaupré bc9429a58e do not make alternc-slave provide admintools, breaking the upgrade path from <0.9.3 to alternc-slave 2008-10-04 18:59:45 +00:00
Antoine Beaupré 66da56d2df always run tar in C locale so that grep works properly 2008-10-04 18:54:03 +00:00
Antoine Beaupré 29bb246122 fix lintian warning 2008-10-04 18:47:20 +00:00
Antoine Beaupré 19094da87c try to build a changelog for 0.9.9 2008-10-04 18:43:38 +00:00
Antoine Beaupré ad81b6215d add changelog for recent package seperation work 2008-10-04 18:31:13 +00:00
Antoine Beaupré 9187e11a85 sort warnings 2008-10-04 18:30:49 +00:00
Antoine Beaupré 1e1ed9a288 don't attempt to remove the apacheconf from /var/alternc 2008-10-04 18:26:14 +00:00
Antoine Beaupré c2c91d5729 /var/alternc specific instructions were removed from the wrong postinst 2008-10-04 18:24:59 +00:00
Antoine Beaupré 7b5c4d887f install the proper lintian overrides in the right places 2008-10-04 17:06:35 +00:00
Antoine Beaupré 6e25483823 try to fix lintian... again. 2008-10-04 17:05:12 +00:00
Antoine Beaupré 304e4a9f59 correct lintian exceptions 2008-10-04 17:03:19 +00:00
Antoine Beaupré f017f5eced make a alternc-slave-specific prerm and preinst that doesn't touch /var/alternc 2008-10-04 16:57:54 +00:00