fixing ACL/ATTR2 on xfs
This commit is contained in:
parent
bc3ec0418f
commit
b327d647c7
|
@ -185,7 +185,7 @@ MOUNT_POINT=$(df -P ${LOCATION%/*} | tail -n 1 | awk '{print $6}')
|
|||
MOUNT_OPTS=$(awk '$2=="'$MOUNT_POINT'" { print $4 }' /proc/mounts)
|
||||
|
||||
# Check to see if acl is one of the mount points:$
|
||||
ACL="$(echo "$MOUNT_OPTS" | tr "," "\\n" | grep '^acl$')" || true
|
||||
ACL="$(echo "$MOUNT_OPTS" | tr "," "\\n" | egrep '^acl|attr2$')" || true
|
||||
|
||||
if [ -z "$ACL" ]; then
|
||||
db_input critical alternc/acluninstalled || true
|
||||
|
|
|
@ -11,7 +11,7 @@ Package: alternc
|
|||
Architecture: all
|
||||
Pre-depends: debconf (>= 0.5.00) | debconf-2.0
|
||||
Depends: debianutils (>= 1.13.1), apache2-mpm-itk, libapache2-mod-php5, php5-mysql, phpmyadmin, postfix, proftpd-mod-mysql, proftpd-basic, bind9, wget, rsync, quota, ca-certificates, locales, perl-suid, perl, postfix-mysql, wwwconfig-common, sasl2-bin, libsasl2-modules, php5-cli, lockfile-progs (>= 0.1.9), gettext (>= 0.10.40-5), sudo, adduser, mysql-client, dnsutils, bash (>= 4), acl, dovecot-common (>= 1:1.2.15), dovecot-imapd, dovecot-pop3d, vlogger, mailx
|
||||
Recommends: mysql-server(>= 5.0), dovecot-managesieved, dovecot-sieve, dovecot-mysql, ntp
|
||||
Recommends: mysql-server(>= 5.0), ntp
|
||||
Conflicts: alternc-admintools, alternc-awstats (< 1.0), alternc-webalizer (<= 0.9.4), alternc-mailman (< 2.0)
|
||||
Provides: alternc-admintools
|
||||
Replaces: alternc-admintools
|
||||
|
|
Loading…
Reference in New Issue