Test/Add extended list (elist) option to rhncfg client which provides an ls-esque style output. (Proposed by Colin.Coe)
Usage: /usr/bin/rhncfg-client MODE [ --server-name name ] [ params ] Valid modes are: diff get list elist channels verify [root@config_client]# rhncfg-client elist Mode Owner Group Size Rev Config Channel File -rwsrwxrwx root root 15 1 prad /tmp/blah.txt -rwsrwxrwx root root 15 2 prad /tmp/foo.txt
man pages updated: diff --git a/client/tools/rhncfg/config_client/rhncfg-client.sgml b/client/tools index ba944d2..41484f3 100644 --- a/client/tools/rhncfg/config_client/rhncfg-client.sgml +++ b/client/tools/rhncfg/config_client/rhncfg-client.sgml @@ -61,6 +61,16 @@ </listitem> </varlistentry> <varlistentry> + <term>elist</term> + <listitem> + <para> + List the configuration files for the machine and the labels + of the config channels containing them which provides an + ls-esque style output. Used alone. + </para> + </listitem> + </varlistentry> + <varlistentry> <term>get <replaceable>CONFIG_FILEPATH</replaceable></term> <listitem> <para> @@ -112,6 +122,7 @@ <RefSect1><Title>Examples/Summary</Title> <simplelist> <member><command>&RHNCFGC; list</command></member> + <member><command>&RHNCFGC; elist</command></member> <member><command>&RHNCFGC; get /etc/foo.conf</command></member> <member><command>&RHNCFGC; channels</command></member> <member><command>&RHNCFGC; diff</command></member>
FAILS_QA.. looks like this dint make it into the latest package in the repo
new packages built.. fix should be in rhncfg*-0.4.2-1
Spacewalk 0.4 has been released for some time.