Bon, je pouvais pas l'inventer ça.

Fixe #1230
This commit is contained in:
Alan Garcia 2011-02-04 16:33:41 +00:00
parent e7f138f0cc
commit 2c399d101e
3 changed files with 5 additions and 3 deletions

View File

@ -24,4 +24,6 @@ alternc-slave: executable-is-not-world-readable usr/lib/alternc/slave_dns 0750 !
alternc-slave: executable-is-not-world-readable usr/lib/alternc/spoolsize.php 0750 != 0755
alternc-slave: executable-is-not-world-readable usr/lib/alternc/sqlbackup.sh 0750 != 0755
alternc-slave: executable-is-not-world-readable usr/lib/alternc/update_domains.sh 0750 != 0755
alternc-slave: executable-is-not-world-readable usr/lib/alternc/functions_hosting.sh 0750 != 0755
alternc-slave: executable-is-not-world-readable usr/lib/alternc/functions_dns.sh 0750 != 0755
alternc-slave: non-standard-dir-in-var var/backups/

2
debian/alternc.dirs vendored
View File

@ -1,6 +1,7 @@
etc/alternc
etc/alternc/templates
etc/alternc/templates/apache2
etc/alternc/functions_hosting
etc/bind
etc/bind/templates
etc/courier
@ -10,7 +11,6 @@ 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

View File

@ -27,7 +27,7 @@
#
SETUID=mail_add mail_del quota_edit quota_get mem_add mem_del
SCRIPTS=quota_edit.sh quota_get.sh basedir_prot.sh sqlbackup.sh rawstat.daily quota_init quota_delete update_domains.sh slave_dns sendmail spoolsize.php fixperms.sh
LIBS=functions.sh
LIBS=functions.sh functions_hosting.sh functions_dns.sh
BIN=$(DESTDIR)/usr/lib/alternc/
install: