Infos dans DEBIAN_COMPLIANCE
This commit is contained in:
parent
2b57eb0a66
commit
5890c7a215
|
@ -10,12 +10,6 @@ launching :
|
||||||
# grep -l adduser /var/lib/dpkg/info/*postinst /var/lib/dpkg/info/*preinst
|
# grep -l adduser /var/lib/dpkg/info/*postinst /var/lib/dpkg/info/*preinst
|
||||||
in a debian server could help finding the right way to do it (eg: bind9 ) ;)
|
in a debian server could help finding the right way to do it (eg: bind9 ) ;)
|
||||||
|
|
||||||
- the control panel is located in /var/alternc/bureau => move it to /usr/lib/alternc/www ?
|
|
||||||
|
|
||||||
- the html data are in /var/alternc/html/[a-z0-9] => move them to /var/www/[a-z0-9]
|
|
||||||
|
|
||||||
- the mail data are in /var/alternc/mail/[a-z0-9] => move them to /var/mail/[a-z0-9]
|
|
||||||
|
|
||||||
- the bind zones, apache vhosts and other dynamic data are in /var/alternc/(bind|apache-vhost)/ => move them to /var/lib/alternc/(samename)
|
- the bind zones, apache vhosts and other dynamic data are in /var/alternc/(bind|apache-vhost)/ => move them to /var/lib/alternc/(samename)
|
||||||
|
|
||||||
- we don't need our own php session folder don't we ? (or maybe for alternc-panel writable only ?)
|
- we don't need our own php session folder don't we ? (or maybe for alternc-panel writable only ?)
|
||||||
|
@ -32,7 +26,10 @@ in a debian server could help finding the right way to do it (eg: bind9 ) ;)
|
||||||
- We should NOT ask for "do you REALLY want to install AlternC blabla" since we don't launch alternc.install at postinst anymore.
|
- We should NOT ask for "do you REALLY want to install AlternC blabla" since we don't launch alternc.install at postinst anymore.
|
||||||
This question MAY be asked to the user when launching alternc installer manually (on an interactive shell)
|
This question MAY be asked to the user when launching alternc installer manually (on an interactive shell)
|
||||||
|
|
||||||
|
Partially fixed:
|
||||||
|
- the control panel is located in /var/alternc/bureau => move it to /usr/lib/alternc/panel
|
||||||
|
- the html data are in /var/alternc/html/[a-z0-9] => move them to /var/www/alternc/[a-z0-9]
|
||||||
|
- the mail data are in /var/alternc/mail/[a-z0-9] => move them to /var/mail/alternc/[a-z0-9]
|
||||||
|
|
||||||
Easy to fix NOW :
|
Easy to fix NOW :
|
||||||
E: alternc: dir-or-file-in-var-run var/run/alternc/
|
E: alternc: dir-or-file-in-var-run var/run/alternc/
|
||||||
|
|
Loading…
Reference in New Issue