source: trunk/examples/pxeconfigd.xinetd @ 112

Last change on this file since 112 was 86, checked in by bas, 17 years ago

debian:

  • Added postrm/postinst scripts

examples/pxeconfigd.xinetd:

  • Fixed and error in setup

Makefile.in:

  • Added pxeconfigd.xinetd to examples install

conffiles:

  • Added pxeconfigd
File size: 189 bytes
Line 
1service pxeconfigd
2{
3        disable         = no
4        socket_type     = stream
5        protocol        = tcp
6        user            = root
7        group           = sys
8        wait            = no
9        server          = /usr/sbin/pxeconfigd
10        server_args     = -d /tftpboot/pxelinux.cfg
11}
Note: See TracBrowser for help on using the repository browser.