Changeset 116 for trunk


Ignore:
Timestamp:
02/06/08 17:08:54 (16 years ago)
Author:
bas
Message:

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
Location:
trunk
Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/aclocal.m4

    r79 r116  
    1 # generated automatically by aclocal 1.9.6 -*- Autoconf -*-
     1# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
    22
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
     
    4848  dnl in 1.5.
    4949  m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
    50                     [python python2 python2.5 python2.4 python2.3 python2.2 dnl
     50                    [python python2 python2.4 python2.3 python2.2 dnl
    5151python2.1 python2.0 python1.6 python1.5])
    5252
  • trunk/configure

    r81 r116  
    12611261        # Find any Python interpreter.
    12621262    if test -z "$PYTHON"; then
    1263       for ac_prog in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
     1263      for ac_prog in python python2 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
    12641264do
    12651265  # Extract the first word of "$ac_prog", so it can be a program name with args.
     
    26532653
    26542654
    2655                                         ac_config_files="$ac_config_files Makefile pxeconfig pxeconfigd hexls"
     2655                                                  ac_config_files="$ac_config_files Makefile pxeconfig pxeconfigd hexls examples/pxeconfigd.xinetd"
    26562656cat >confcache <<\_ACEOF
    26572657# This file is a shell script that caches the results of configure
     
    32083208  "pxeconfigd" ) CONFIG_FILES="$CONFIG_FILES pxeconfigd" ;;
    32093209  "hexls" ) CONFIG_FILES="$CONFIG_FILES hexls" ;;
     3210  "examples/pxeconfigd.xinetd" ) CONFIG_FILES="$CONFIG_FILES examples/pxeconfigd.xinetd" ;;
    32103211  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    32113212echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
  • trunk/configure.in

    r91 r116  
    1111AC_SUBST(pyexecdir)
    1212AC_SUBST(sysconfdir)
     13AC_SUBST(sbindir)
    1314
    1415#DEBUG=0
     
    6162        pxeconfigd
    6263        hexls
     64        examples/pxeconfigd.xinetd
    6365        )
  • trunk/debian/changelog

    r114 r116  
     1pxeconfig (1.0.1-1) stable; urgency=low
     2
     3  *  sort choices
     4
     5 -- root <root@mailman.rc.sara.nl>  Wed,  6 Feb 2008 17:05:53 +0100
     6
    17pxeconfig (1.0.0-2) stable; urgency=low
    28
  • trunk/examples/pxeconfigd.xinetd.in

    r115 r116  
    77        group           = sys
    88        wait            = no
    9         server          = /usr/local/sbin/pxeconfigd
     9        server          = @prefix@/sbin/pxeconfigd
    1010        server_args     = -d /tftpboot/pxelinux.cfg
    1111}
Note: See TracChangeset for help on using the changeset viewer.