From 93714d080f13ac3adea449edc49b144db385f81b Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Mon, 4 Apr 2011 21:26:50 +0000 Subject: - perl -pi -e 's!Posix!POSIX!' --- perl-install/fs/mount_options.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/fs/mount_options.pm') diff --git a/perl-install/fs/mount_options.pm b/perl-install/fs/mount_options.pm index b1c1209ca..82260358e 100644 --- a/perl-install/fs/mount_options.pm +++ b/perl-install/fs/mount_options.pm @@ -109,7 +109,7 @@ sub pack { # update me on each util-linux new release: sub help() { ( - 'acl' => N("Enable Posix Access Control Lists"), + 'acl' => N("Enable POSIX Access Control Lists"), 'flush' => N("Flush write cache on file close"), -- cgit v1.2.1