From bcf0b4a7b818506a842b111c5c5e7b852f443ad8 Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Wed, 30 May 2018 21:27:00 -0400 Subject: [PATCH] Modified message --- xCAT-server/sbin/chtab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/sbin/chtab b/xCAT-server/sbin/chtab index 715734cde..7859ce463 100755 --- a/xCAT-server/sbin/chtab +++ b/xCAT-server/sbin/chtab @@ -66,7 +66,7 @@ unless ($target) { my $current_userid = getpwuid($>); if ($current_userid ne "root") { - print "WARNING: chtab worked without passing xcatd, using tabch command instead if user is controled by policy mechanism\n"; + print "WARNING: chtab bypasses xcatd and does not enforce xCAT policy tables. Using tabch instead.\n"; } my %keyhash = ();