Displaying 3 results from an estimated 3 matches for "2ac".
Did you mean:
2a
2013 Sep 01
2
string processing(regular expressions)
I have a variable that is course #
nCourse <-
as.factor(c("002A","002B","002C","007A","007B","007C","101","118A","118B","118C"))
And I would like to get rid of the leading zeros, and have the following
set
2006 Oct 03
1
HP Toolbox kills Samba
...;P"D3G.$`#N#@_]F[MMTVCBW[GJ\@_"0!3E3W2P8&QF/+&<..
M%<C.9 Z2@(=B=]N"95(@Y5S.\?S[-+ME2T7+Y&;M5MP=+^1!4EQDDZM6[5I[
M[;H,<O6;35>_.=+J-X?5;Y"#D(/K<E!'Y2 '$?XA`\ #\ `\@&<'\D"D]4RD
MN1BQ^@U!&9,S> `>@ <0:2 /1%K/1)H3TD&D(2AC<@8/P /P8(B%59<65CVI
ML.I16(4<A!Q<EX-:&QP%C/ /&0`>@ ?@`3P[D <BK6\BS1GE(=(0E#$Y@P?@
M`7@P0,_.IYY=('EV`9X=Y"#DX+H<K 4A;H9 ^(<,``_ `_ `GAW(`Y'6,Y'F
ME0\XP 1!&9,S> `>@ <0:2 /1%K[.8RY2:=U*M*D,\VG<F:C2+/!F42D?01C
MD0MC^WQA;@W&&HM;AU&...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...ROWSER_LOCKFILE
+ fi
}
case "$1" in
@@ -41,6 +48,11 @@ case "$1" in
stop
start
;;
+ reload)
+ ;;
+ force-reload)
+ restart
+ ;;
status)
status $DAEMON
RETVAL=$?
diff --git a/conf/ovirt-host-collect b/conf/ovirt-host-collect
index d2ac08c..5c05020 100755
--- a/conf/ovirt-host-collect
+++ b/conf/ovirt-host-collect
@@ -13,6 +13,7 @@
export RAILS_ENV="${RAILS_ENV:-production}"
DAEMON=/usr/share/ovirt-server/host-collect/host-collect.rb
+HOST_COLLECT_LOCKFILE="${HOST_COLLECT_LOCKFILE:-/var/lock/subsys/ovirt-host-co...