Last change
on this file since 116 was
116,
checked in by bas, 15 years ago
|
configure.in:
- Added examples/pxeconfigd.xinetd.in
- Now we generate pxeconfigd.xinetd with the
right prefix. So we can still use it for
our debian package
|
File size:
193 bytes
|
Rev | Line | |
---|
[46] | 1 | service pxeconfigd |
---|
| 2 | { |
---|
| 3 | disable = no |
---|
| 4 | socket_type = stream |
---|
| 5 | protocol = tcp |
---|
| 6 | user = root |
---|
| 7 | group = sys |
---|
| 8 | wait = no |
---|
[116] | 9 | server = @prefix@/sbin/pxeconfigd |
---|
[86] | 10 | server_args = -d /tftpboot/pxelinux.cfg |
---|
[46] | 11 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.