Changeset 1035


Ignore:
Timestamp:
Oct 4, 2008, 8:13:10 PM (15 years ago)
Author:
broder
Message:

Install the DHCP server through more standard means, since the DHCP
server code is fairly stable

Location:
trunk/packages/sipb-xen-dhcp
Files:
3 added
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-dhcp/debian/changelog

    r1034 r1035  
    33  * invirt-configurize dhcp
    44  * Use the syslog instead of the event_logger module
     5  * Install the server in a more standard location
    56
    6  -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 20:08:29 -0400
     7 -- Evan Broder <broder@mit.edu>  Sat, 04 Oct 2008 20:10:17 -0400
    78
    89sipb-xen-dhcp (2) unstable; urgency=low
  • trunk/packages/sipb-xen-dhcp/debian/control

    r377 r1035  
    33Priority: extra
    44Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
    5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), subversion
     5Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0)
    66Standards-Version: 3.7.2
    77
    88Package: sipb-xen-dhcp
    99Architecture: all
    10 Depends: ${misc:Depends}, daemon, sipb-xen-database-common, sipb-xen-python-pydhcplib (>= 0.3.2-2)
     10Depends: ${misc:Depends}, daemon, sipb-xen-database-common, sipb-xen-python-pydhcplib (>= 0.3.2-2), sipb-xen-base
    1111Description: Install and enable the DHCP server
  • trunk/packages/sipb-xen-dhcp/debian/rules

    r273 r1035  
    22
    33include /usr/share/cdbs/1/rules/debhelper.mk
    4 
    5 binary-fixup/sipb-xen-dhcp::
    6         svn co https://sipb-xen-dev.mit.edu:1111/trunk/packages/sipb-xen-dhcp/code/ $(DEB_DESTDIR)/usr/local/lib/sipb-xen-dhcp
  • trunk/packages/sipb-xen-dhcp/debian/sipb-xen-dhcp.init

    r284 r1035  
    1818DESC="The sipb-xen DHCP server"
    1919NAME=sipb-xen-dhcp
    20 DAEMON=/usr/local/lib/sipb-xen-dhcp/dhcpserver.py
     20DAEMON=/usr/sbin/sipb-xen-dhcpserver
    2121DAEMON_ARGS=""
    2222PIDFILE=/var/run/$NAME.pid
Note: See TracChangeset for help on using the changeset viewer.