Fixed inetd module for OpenBSD 5.2.
This commit is contained in:
parent
acdd7ceb89
commit
76e78513c1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class inetd::server::inetd {
|
||||||
|
|
||||||
service { "inetd":
|
service { "inetd":
|
||||||
ensure => running,
|
ensure => running,
|
||||||
start => "inetd",
|
start => "/usr/sbin/inetd",
|
||||||
enable => true,
|
enable => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue