2021-07-05 06:50:25 +00:00
|
|
|
#!/bin/bash
|
|
|
|
r_log "acl" "Install the acl package"
|
|
|
|
p_installPackageNormal acl
|
2023-11-30 09:10:42 +00:00
|
|
|
# This normally is not needed.
|
|
|
|
#r_log "acl" "Remount filesystems with ACL support"
|
|
|
|
#mount -o remount,acl /
|
2021-07-05 06:50:25 +00:00
|
|
|
sleep 3
|