sr-scripts 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/bin/sr-start-slave CHANGED
@@ -11,7 +11,7 @@ connection = SrScripts::Compute.get
11
11
  sdb = SrScripts::SimpleDB.get
12
12
 
13
13
  #STUPID HACK because the RPM install starts the server
14
- `/sbin/service mysql stop`
14
+ `kill -9 $(ps opid= -C mysqld)`
15
15
 
16
16
  # somewhere up here check to see if the devices are already attached
17
17
 
@@ -1,5 +1,5 @@
1
1
  module Sr
2
2
  module Scripts
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sr-scripts
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Davy Campano
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-04-03 00:00:00 -04:00
18
+ date: 2011-05-18 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies: []
21
21