From c7eaf5de39503b7f8aaf5b7a0de35d74dc618f9e Mon Sep 17 00:00:00 2001 From: cjhardee Date: Sat, 24 Apr 2010 02:10:18 +0000 Subject: [PATCH] This address [ xcat-Feature Requests-2991347 ] chtab should be able to append a new value to an attribute I updated chtab so I added some content to the description and an example for the new usage with += git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5881 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/chtab.8.pod | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/xCAT-client/pods/man8/chtab.8.pod b/xCAT-client/pods/man8/chtab.8.pod index 1c776b5de..fbd5673ad 100644 --- a/xCAT-client/pods/man8/chtab.8.pod +++ b/xCAT-client/pods/man8/chtab.8.pod @@ -14,7 +14,7 @@ I =head1 DESCRIPTION - The chtab command adds or deletes or updates the attribute value in the input table.column for the input keyvalue. + The chtab command adds or deletes or updates the attribute value in the input table.column for the input keyvalue. Normally, the given value will completely replace the current attribute value. But if "+=" is used instead of "=", the specified value will be appended to the coma separated list of the attribute, if it is not already there. =head1 OPTIONS @@ -54,7 +54,11 @@ I I -5. To delete node1 from nodetype table: +5. To change node1 by appending otherpkgs to the postbootscripts field in the postscripts table: + +I + +6. To delete node1 from nodetype table: I @@ -66,4 +70,4 @@ I =head1 SEE ALSO -L, L \ No newline at end of file +L, L