Renamed tcpWrapper -> tcp_wrappers

This commit is contained in:
Eelco Dolstra 2012-11-29 15:16:30 +01:00
parent 04963cf802
commit 9eb81d2578

View File

@ -41,7 +41,7 @@ in
flags = "REUSE NAMEINARGS"; flags = "REUSE NAMEINARGS";
protocol = "tcp"; protocol = "tcp";
user = "root"; user = "root";
server = "${pkgs.tcpWrapper}/sbin/tcpd"; server = "${pkgs.tcp_wrappers}/sbin/tcpd";
serverArgs = "${pkgs.heimdal}/sbin/kadmind"; serverArgs = "${pkgs.heimdal}/sbin/kadmind";
}; };