Changeset 171 for trunk/configure


Ignore:
Timestamp:
08/19/09 10:53:16 (15 years ago)
Author:
bas
Message:

configure. configure.in, Makefile.in:

  • added new files

src/pxeconfigd.in:

  • new daemon code, like client side

src/pxeconfigd.py:

  • use the common function defined in pxe_global.py
  • reformat the code
  • added daemon hook script

setup.py:

  • added some new modules


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r167 r171  
    18001800
    18011801
    1802 ac_config_files="$ac_config_files Makefile src/pxeconfig src/pxeconfig.py src/pxeconfigd src/hexls examples/pxeconfigd.xinetd"
     1802ac_config_files="$ac_config_files Makefile src/pxeconfig src/pxe_global.py src/pxeconfigd src/hexls examples/pxeconfigd.xinetd"
    18031803
    18041804cat >confcache <<\_ACEOF
     
    23712371    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    23722372    "src/pxeconfig") CONFIG_FILES="$CONFIG_FILES src/pxeconfig" ;;
    2373     "src/pxeconfig.py") CONFIG_FILES="$CONFIG_FILES src/pxeconfig.py" ;;
     2373    "src/pxe_global.py") CONFIG_FILES="$CONFIG_FILES src/pxe_global.py" ;;
    23742374    "src/pxeconfigd") CONFIG_FILES="$CONFIG_FILES src/pxeconfigd" ;;
    23752375    "src/hexls") CONFIG_FILES="$CONFIG_FILES src/hexls" ;;
Note: See TracChangeset for help on using the changeset viewer.