Files
webmin/file/config-*-linux
2007-04-12 19:28:29 +00:00

17 lines
559 B
Plaintext

xfs_acl=&has_command("getfacl") && &has_command("setfacl")
ext2_acl=&has_command("getfacl") && &has_command("setfacl")
ext3_acl=&has_command("getfacl") && &has_command("setfacl")
reiserfs_acl=&has_command("getfacl") && &has_command("setfacl")
xfs_attr=&has_command("attr")
ext2_attr=&has_command("attr")
ext3_attr=&has_command("attr")
ext2_ext=&has_command("lsattr") && &has_command("chattr")
ext3_ext=&has_command("lsattr") && &has_command("chattr")
getfacl=getfacl
setfacl=setfacl --set-file=-
hide_dot_files=0
iconsize=0
nocharset=0
extract=1
force_text=0