Ajout de fonctions de vhosting a la génération du .deb
This commit is contained in:
parent
f9fc4769f1
commit
663f482d60
|
@ -1,5 +1,6 @@
|
|||
etc/alternc
|
||||
etc/alternc/templates
|
||||
etc/alternc/templates/apache2
|
||||
etc/bind
|
||||
etc/bind/templates
|
||||
etc/courier
|
||||
|
@ -9,6 +10,7 @@ etc/postfix
|
|||
etc/squirrelmail
|
||||
usr/bin
|
||||
usr/lib/alternc
|
||||
usr/lib/alternc/hosting_functions
|
||||
usr/sbin
|
||||
usr/share/alternc/install
|
||||
usr/share/locale/fr/LC_MESSAGES
|
||||
|
|
|
@ -40,4 +40,8 @@ alternc: executable-is-not-world-readable usr/lib/alternc/quota_init 0750 != 075
|
|||
alternc: executable-is-not-world-readable usr/lib/alternc/basedir_prot.sh 0750 != 0755
|
||||
alternc: executable-is-not-world-readable usr/lib/alternc/spoolsize.php 0750 != 0755
|
||||
alternc: executable-is-not-world-readable usr/lib/alternc/rawstat.daily 0750 != 0755
|
||||
alternc: executable-is-not-world-readable usr/lib/alternc/hosting_functions/hosting_panel.sh 0750 != 0755
|
||||
alternc: executable-is-not-world-readable usr/lib/alternc/hosting_functions/hosting_redirect.sh 0750 != 0755
|
||||
alternc: executable-is-not-world-readable usr/lib/alternc/hosting_functions/hosting_vhost.sh 0750 != 0755
|
||||
alternc: executable-is-not-world-readable usr/lib/alternc/hosting_functions/hosting_webmail.sh 0750 != 0755
|
||||
alternc: using-first-person-in-templates alternc/monitor_ip
|
||||
|
|
Loading…
Reference in New Issue