Displaying 2 results from an estimated 2 matches for "listret".
Did you mean:
listnet
2012 Jul 09
3
returning multiple values
I am running a program which has an output containing four vectors named
meanfevs, meanfevns, pfevs, pfevns. I wish to return all four and be able
to access them later. I used the command
return(list(a=meanfevs,b=meanfevns,c=pfevs,d=pfevns))
it did give me the ouput. However the values did not get stored in the
vectors a,b,c and d and i am not being able to access them later by just
calling
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...virt >/dev/null || /usr/sbin/groupadd -g 108 -r ovirt 2>/dev/null || :
+getent passwd ovirt >/dev/null || \
+ /usr/sbin/useradd -u 108 -g ovirt -c "oVirt" \
-s /sbin/nologin -r -d /var/ovirt ovirt 2> /dev/null || :
%post
@@ -171,20 +184,10 @@ rm -rf $RPM_BUILD_ROOT
LISTRET=$? \
/sbin/chkconfig --add %{-d*} \
if [ $LISTRET -ne 0 ]; then \
- /sbin/chkconfig %{-d*} on \
+ /sbin/chkconfig %{-d*} on \
fi \
%{nil}
-#removes obsolete services if present
-if [ -e %{_initrddir}/ovirt-server ] ; then
- /sbin/service ovirt-server stop > /dev/null 2>&1
- /sb...