Changeset 45 for trunk/pxeconfig/INSTALL


Ignore:
Timestamp:
09/03/04 13:40:04 (20 years ago)
Author:
bas
Message:

update version info for:

  • pxeconfig, pxeconfigd and control

postinst:

  • Fixed an bug two entries for xinetd.d

Authors:

  • Added Ramon Bastiaans

INSTALL:

  • update info for xinetd
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/INSTALL

    r41 r45  
    1111      pxeconfigd      6611/tcp                       # pxe config daemon
    1212
    13  2) edit '/etc/inetd.conf', eg
    14       pxeconfigd stream  tcp nowait  root.sys /usr/sbin/tcpd \
    15         /usr/sara/sbin/pxeconfigd
     13 2) Install the server:
     14    a) inetd.conf
     15      - edit '/etc/inetd.conf', eg:
     16        pxeconfigd stream  tcp nowait  root.sys /usr/sbin/tcpd \
     17          /usr/sara/sbin/pxeconfigd
    1618
    17     NOTE: the pxeconfigd can only be started from inetd!!!
     19      - /etc/init.d/inetd reload
    1820
    19  3) kill -1 `pidof inetd` (Linux)
     21    b) xinetd
     22      - cp pxeconfigd.xinetd /etc/xinetd.d/pxeconfigd
     23      - /etc/init.d/xinetd reload
     24       
     25    NOTE: the pxeconfigd can only be started from inetd or xinetd!!!
     26
    2027
    2128 4) You can test it by:
Note: See TracChangeset for help on using the changeset viewer.