Fixed tftp start during boot on OpenBSD 5.2.
This commit is contained in:
parent
b1254c8ced
commit
89b545d129
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class tftp::server {
|
|||
require => File["/tftpboot"],
|
||||
}
|
||||
} else {
|
||||
service { "tftp":
|
||||
service { "tftpd":
|
||||
ensure => running,
|
||||
hasstatus => true,
|
||||
enable => true,
|
||||
|
|
Loading…
Add table
Reference in a new issue