Ignore:
Timestamp:
12/18/12 12:53:42 (11 years ago)
Author:
bas
Message:

added a new option to skip hostname lookup failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pxeconfigd.py

    r196 r206  
    2626        config file which tells how the node must boot. This daemon
    2727        enables a client to remove his/here pxe config file. With the
    28         next boot it will use the default one.
    29 
    30         command line option:
    31           -V/--version
    32             Prints the version number and exits
     28        next boot it will use the default one.
     29
     30        command line option:
     31          -V/--version
     32            Prints the version number and exits
    3333         
    3434        Note:
    35           This server can ONLY be started from inetd.
     35          This server can ONLY be started from inetd/xinetd.
    3636"""
    3737import time
     
    5959
    6060PXE_CONF_DIR = '/tftpboot/pxelinux.cfg'
    61 VERSION = '3.1.0'
     61VERSION = '4.2.0'
    6262
    6363# Give the current time
Note: See TracChangeset for help on using the changeset viewer.