Commit Graph

647 Commits

Author SHA1 Message Date
Antoine Beaupré a07518c00a use a working FTP/TLS configuration 2008-10-14 23:14:42 +00:00
Antoine Beaupré 207d3957f8 remove english version from french translation 2008-10-14 22:43:20 +00:00
Antoine Beaupré 1fc49bbff7 fix header 2008-10-14 22:33:03 +00:00
Antoine Beaupré f1f7248c71 implement some of the missing translations
we should still remove those magic strings, but at least english works
now
See: #1157
2008-10-14 20:19:29 +00:00
Antoine Beaupré 1be302eb33 reformat spanish translation, shouldn't change anything 2008-10-14 19:32:05 +00:00
Antoine Beaupré 1e5672fc4c add english translation package for symbolic strings and local adaptations
See: #1157
2008-10-14 19:30:47 +00:00
Nahuel Angelinetti fb0a3db465 Add 'AddDefaultCharset' in bureau.conf, else there is an enconding problem(default as UTF-8) 2008-10-14 16:53:03 +00:00
Antoine Beaupré 1da00ed0b7 silence lintian warning: no need to depend on gzip, it's an essential package 2008-10-14 15:41:36 +00:00
Antoine Beaupré edb9444255 suggest extra compression utilities to make sure tarball download work in most cases
See: #1107
2008-10-14 15:32:52 +00:00
Antoine Beaupré 29bf41d305 remove all apache configs (both apache1 and 2) 2008-10-14 15:29:21 +00:00
Antoine Beaupré 670688a4ee don't maintain override_php symlink in preinst, it's already done in alternc.install 2008-10-14 15:27:10 +00:00
Antoine Beaupré 7a00c6ac9a Update translations, new messages to translate:
msgmerge -v -U de_DE/LC_MESSAGES/messages.po messages.pot
..................................................
 lues 1 anciennes + 1 références, 489 fusionnées, 0 approximatives, 2 manquantes, 2 périmées.
msgmerge -v -U es_ES/LC_MESSAGES/messages.po messages.pot
....................................................
 lues 1 anciennes + 1 références, 489 fusionnées, 2 approximatives, 0 manquantes, 0 périmées.
msgmerge -v -U es_VE/LC_MESSAGES/messages.po messages.pot
....................................................
 lues 1 anciennes + 1 références, 489 fusionnées, 2 approximatives, 0 manquantes, 26 périmées.
msgmerge -v -U fr_FR/LC_MESSAGES/messages.po messages.pot
....................................................
 lues 1 anciennes + 1 références, 489 fusionnées, 2 approximatives, 0 manquantes, 8 périmées.
msgmerge -v -U pt_BR/LC_MESSAGES/messages.po messages.pot
....................................................
 lues 1 anciennes + 1 références, 489 fusionnées, 2 approximatives, 0 manquantes, 122 périmées.
msgmerge -v -U fr_FR/LC_MESSAGES/manual.po manual.pot
..............
 lues 1 anciennes + 1 références, 138 fusionnées, 0 approximatives, 0 manquantes, 5 périmées.
2008-10-14 15:19:18 +00:00
Antoine Beaupré 037e673497 change short description for alternc-slave 2008-10-09 23:40:52 +00:00
Antoine Beaupré 4196dd830f create a NEWS file for alternc detailing the major changes in this release 2008-10-09 23:34:25 +00:00
Antoine Beaupré 3c242059c9 document apache2 support 2008-10-09 23:21:38 +00:00
Antoine Beaupré 7f7b56e4b9 Make two strings translatable.
Closes: #1154
2008-10-09 21:24:03 +00:00
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