summaryrefslogtreecommitdiffstats
path: root/xlators/bindings/python
diff options
context:
space:
mode:
authorThomas Oulevey <thomas.oulevey@cern.ch>2012-08-23 11:50:50 +0200
committerVijay Bellur <vbellur@redhat.com>2012-08-28 02:58:17 -0700
commit4b4e9a058f5e591acb5b39df5113beb99258d7ef (patch)
tree9494f42254a92764ce8cd3dd5071f104ad13e8ad /xlators/bindings/python
parent16e880a9580dc920dedf36856154cf791e7d040a (diff)
init.d: Fix init.d on Redhat, so it does not always return 0.
* Installing gluster with puppet, it gives an error if service "hasstatus => true" is used. * Introduced a $RETVAL variable set to previous command return value. Change-Id: I186ec59f892f04f25c06478315ca85183cb6232a BUG: 836007 Signed-off-by: Thomas Oulevey <thomas.oulevey@cern.ch> Reviewed-on: http://review.gluster.org/3847 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amarts@redhat.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/bindings/python')
0 files changed, 0 insertions, 0 deletions
n124' href='#n124'>124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230