Compare commits

...

6 Commits

Author SHA1 Message Date
David Dollar
4abd3ebedb 0.57.0 2012-08-21 10:58:11 -04:00
David Dollar
f765436dde fix errant space 2012-08-21 10:58:00 -04:00
David Dollar
b5c513b4b5 Merge pull request #247 from asanghi/master
start on boot worked with network-interface but not network
2012-08-21 07:56:30 -07:00
Aditya Sanghi
ee761ff098 Another fix for PR #229 2012-08-21 20:16:28 +05:30
David Dollar
27c22deb6c update changelog 2012-08-19 12:05:37 -04:00
Aditya Sanghi
cc4306492e run on reboot works with network-interface not network 2012-08-12 14:17:39 +05:30
5 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
## 0.56.0 (2012-08-19)
* read .profile, not .profile.d [David Dollar]
## 0.55.0 (2012-08-14)
* use a forked process to exec a run with environment [David Dollar]

View File

@@ -1,7 +1,7 @@
PATH
remote: .
specs:
foreman (0.56.0)
foreman (0.57.0)
thor (>= 0.13.6)
GEM

View File

@@ -7,5 +7,10 @@ EOF
end script
start on started network
stop on stopping network
start on (started network-interface
or started network-manager
or started networking)
stop on (stopping network-interface
or stopping network-manager
or stopping networking)

View File

@@ -1,5 +1,5 @@
module Foreman
VERSION = "0.56.0"
VERSION = "0.57.0"
end

View File

@@ -7,5 +7,10 @@ EOF
end script
start on started network
stop on stopping network
start on (started network-interface
or started network-manager
or started networking)
stop on (stopping network-interface
or stopping network-manager
or stopping networking)