Modified: src/roll/base/nodes base.xml
Log:
look at the correct variable when disabling services.
Revision Changes Path
1.56 +4 -1 rocks/src/roll/base/nodes/base.xml
Index: base.xml
===================================================================
RCS file: /home/cvs/CVSROOT/rocks/src/roll/base/nodes/base.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -t -w -r1.55 -r1.56
--- base.xml 23 Jul 2011 02:30:14 -0000 1.55
+++ base.xml 16 Dec 2011 20:51:57 -0000 1.56
@@ -21,6 +21,9 @@
<changelog>
$Log: base.xml,v $
+ Revision 1.56 2011/12/16 20:51:57 phil
+ look at the correct variable when disabling services.
+
Revision 1.55 2011/07/23 02:30:14 phil
Viper Copyright
@@ -567,7 +570,7 @@
</file>
serviceList="&disableServices;"
-if [ "x&serviceList;" == "x" ]; then
+if [ "x$serviceList" == "x" ]; then
serviceList="kudzu canna cWnn FreeWnn kWnn tWnn mDNSResponder"
fi
Modified: src/roll/base/nodes 411-client.xml
Log:
proper bash or syntax. Bug report from Rick Wagner
Revision Changes Path
1.17 +6 -1 rocks/src/roll/base/nodes/411-client.xml
Index: 411-client.xml
===================================================================
RCS file: /home/cvs/CVSROOT/rocks/src/roll/base/nodes/411-client.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -t -w -r1.16 -r1.17
--- 411-client.xml 26 Aug 2011 06:11:19 -0000 1.16
+++ 411-client.xml 20 Dec 2011 19:17:06 -0000 1.17
@@ -19,6 +19,9 @@
<changelog>
$Log: 411-client.xml,v $
+ Revision 1.17 2011/12/20 19:17:06 phil
+ proper bash or syntax. Bug report from Rick Wagner
+
Revision 1.16 2011/08/26 06:11:19 anoop
It's not possible to do get-411-key using sysidconfig configure
script, as ssh is not running at the time. So instead, we start
@@ -206,7 +209,7 @@
[ -f /etc/411-security/shared.key ] && /opt/rocks/bin/411get --all
-if [ -f /etc/rc3.d/S*autofs || -f /etc/rc5.d/S*autofs ]; then
+if [ -f /etc/rc3.d/S*autofs -o -f /etc/rc5.d/S*autofs ]; then
/sbin/service autofs restart
fi