Commit Graph

64 Commits

Author SHA1 Message Date
Benjamin Sonntag a4c488ae70 [enh] debian compliance work, almost no warning in lintian 2018-06-24 17:18:01 +02:00
Benjamin Sonntag 0dc7adf03c fixing using ip instead of ifconfig for IP addr detection at debhelper time 2017-10-08 16:39:28 +02:00
Benjamin Sonntag 7cf34472b8 removing 2>/dev/null of setfacl & quota to see the message (which one?) when there is a problem 2014-10-02 13:58:49 +02:00
Benjamin Sonntag f01ebc9b51 [fix] mysql_pass issue in debian/config 2014-10-01 15:05:24 +02:00
alban d6f0d0e404 [fix] debian debconf settings for mysql : read from /etc/alternc/my.cnf 2014-09-29 16:43:37 +02:00
alban 1be8bc16d4 [fix] debian debconf settings for mysql : read from /etc/alternc/my.cnf 2014-09-29 16:38:20 +02:00
Benjamin Sonntag 4749974bf1 fixing DEBCONF error when upgrading from 1.0 to 3.x : it migrates automatically to /var/www without telling / asking the user 2014-07-04 17:00:30 +02:00
Benjamin Sonntag bc645605f6 Fixing bug from Pilou's patch, which causes debconf values having priority over *existing* local.sh file. 2014-04-03 10:52:55 +02:00
Benjamin Sonntag 8e1fb4145b typos and comment and removing of french in alternc.config 2014-04-03 10:51:04 +02:00
Pierre-Louis Bonicoli a7d1a5c3d8 [fix] debconf: use error instead of note (#1524)
When encountered, errors are always showed.
2014-03-26 03:11:29 +01:00
Pierre-Louis Bonicoli ca8cd30437 [enh] remote mysql: show an error when connection fails 2014-03-26 03:11:29 +01:00
Pierre-Louis Bonicoli c05f1bddd2 [fix] debconf: don't fail when noninteractive frontend is used 2014-03-26 03:11:29 +01:00
Pierre-Louis Bonicoli bb26c2f13c [fix] Allow to use a remote sql server even if a local one is installed 2014-03-26 03:11:28 +01:00
Pierre-Louis Bonicoli c8cfbdf426 [fix] debconf: avoid infinite loop (#1517)
Don't loop when debconf frontend is non-interactive.
2014-03-26 03:11:28 +01:00
Pierre-Louis Bonicoli 58603c0e40 [enh] Remove redundant debconf commands 2014-03-26 03:11:21 +01:00
Pierre-Louis Bonicoli cfa27b2b56 [fix] don't override existing debconf values 2014-03-26 03:11:05 +01:00
Pierre-Louis Bonicoli a5f544b705 [enh] homogenize coding style
- use 2 spaces for indentations
- remove tabulations
- remove trailing spaces
- if/then statements
2014-03-26 03:10:59 +01:00
Alan Garcia 7411bb9bac Fix #1554 2014-02-28 15:27:37 +00:00
Alan Garcia f42912d7a3 Cleanup 2014-02-28 15:26:32 +00:00
Benjamin Sonntag 48f4cc7ddd removing -x 2013-10-18 13:45:31 +00:00
Steven Mondji-Lerider fe3c75b97d Updating remote mysql debconf question for clarity 2013-06-20 12:16:36 +00:00
Benjamin Sonntag f1a84b6e53 - fixing DOVECOT SSL certificate path and manage it in alternc.install.
- fix UPGRADE path from 3.0 to 3.1 using ALTERNC_LOC old variable in /etc/alternc/local.sh
- Pre-depends on ACL instead of Depends, allow the alternc.config acl script check to work
- update_domains was using /usr/bin/alternc_reload, now migrated to /usr/lib/alternc/
2013-05-28 04:58:01 +00:00
Benjamin Sonntag b6991be784 pushing fixes for ACL / QUOTA in postinst + Postfix unused directives + fixing DBSERVER initialisation innewone 2013-05-27 13:45:59 +00:00
Steven Mondji-Lerider 333864cee3 Removing useless debconf varibla setting for the sql client. 2013-03-04 12:06:45 +00:00
Steven Mondji-Lerider 3da56b2c23 Bugfixing config script alternc_html trailing slash since with the get_first_existing_dir function
we might end up with an empty variable.
2013-03-04 10:52:22 +00:00
Alan Garcia c4f5b70cc7 Manquait un morceau de ménage sur le fichier de tests des ACLs 2013-03-03 11:57:57 +00:00
Steven Mondji-Lerider b918b7622c Removing exit 2 call 2013-03-01 08:44:59 +00:00
Steven Mondji-Lerider 3377553014 Adding a function to test wether the base html directory exists or not to test for acl and quota 2013-02-27 10:13:47 +00:00
Steven Mondji-Lerider 90a638693e quotaon doesn't work over nfs. changing the call to use quota command 2013-02-25 14:11:24 +00:00
Steven Mondji-Lerider 306e1797ca Fixing bug in config script acl checking 2013-02-25 12:45:35 +00:00
Steven Mondji-Lerider 6e6982c89d Changing alternc.config way of checking of acls configuration.. 2013-02-25 10:37:28 +00:00
Steven Mondji-Lerider 7d4ad2244a Bugfixing using remote sql user 2013-02-22 17:02:20 +00:00
Steven Mondji-Lerider 8b9920eaf2 Bugfixing logs default path 2013-02-19 08:35:15 +00:00
Alan Garcia 35817cdb62 Lot de mini-bugfixes 2013-02-18 17:45:17 +00:00
Steven Mondji-Lerider 6bac69eca4 Updating config script to ask question about alternc html mail and logs directories 2013-02-18 14:53:15 +00:00
Alan Garcia 1fe0e4594e Ca continue encore et encore 2013-02-18 13:11:25 +00:00
Steven Mondji-Lerider 672e5a2107 A call to db_go is needed after checking for posix acl, or else the message is not displayed. 2013-02-11 13:15:05 +00:00
Alan Garcia 8d8fc9f4eb Raaa les -x 2013-02-08 16:27:05 +00:00
Steven Mondji-Lerider 974507a791 Updating configuration script to remove double quota warning ( fix #1380 ) + removing some useless comments 2013-02-08 13:54:21 +00:00
Steven Mondji-Lerider 2486b8fb5a fixing little config script bug 2013-02-07 16:18:16 +00:00
Steven Mondji-Lerider 2c04eebf41 Fixing bugs in config script 2013-02-07 13:45:18 +00:00
Steven Mondji-Lerider c3ba540fee Removing alternc_location debconf question. Fix #1443 2013-02-07 12:47:19 +00:00
Benjamin Sonntag 84d0635ce9 Fixing *more* Lintian reported bugs: out-of-date-standards-version, maintainer-script-lacks-debhelper-token, dh-clean-k-is-deprecated, using-question-in-extended-description-in-templates, executable-is-not-world-readable, malformed-question-in-templates 2013-02-03 13:39:30 +00:00
Steven Mondji-Lerider 670cb62939 Bugfixing infinite loop in config script 2013-02-01 13:41:53 +00:00
Steven Mondji-Lerider 67d0f562c0 Updating debconf configuration script :
- now we can it the back button to go back a question. 
  - The questions are a little more clear ( still needs some work )
  - adding a function valid_ip() to check IP addresses before using them.
2013-01-29 13:54:27 +00:00
Alan Garcia dd1fd2bf0b Should fix #1405
Probleme quand le FQDN a des majuscules
2013-01-21 16:23:23 +00:00
Benjamin Sonntag 10dd07b0b6 DEBUG ON on postinst/preinst/config ... scripts + depends on BASH for them 2012-12-07 16:49:45 +00:00
Benjamin Sonntag b03001e212 ADDING fixperms in POSTinst instead of PREinst, FIXING acl mountpoint detection on cryptsetup and ext4 systems 2012-11-18 08:42:31 +00:00
Benjamin Sonntag b327d647c7 fixing ACL/ATTR2 on xfs 2012-11-05 14:51:57 +00:00
Steven Mondji-Lerider 85fdf788ae Install should not crash without warning because of acls anymore. closed #1325 2012-10-17 10:00:55 +00:00