WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Added /etc/init.d/dhcpd to list of init files to check f

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Added /etc/init.d/dhcpd to list of init files to check for (supporting Centos
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 03 Dec 2005 12:04:10 +0000
Delivery-date: Sat, 03 Dec 2005 12:04:52 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID df011cae33e988efc3b6d784ce33b4521553edbe
# Parent  a57cccdf2d6d5c70bef4f570fe2f906fd18ba406
Added /etc/init.d/dhcpd to list of init files to check for (supporting Centos
4.2).

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r a57cccdf2d6d -r df011cae33e9 tools/examples/xen-network-common.sh
--- a/tools/examples/xen-network-common.sh      Fri Dec  2 15:38:22 2005
+++ b/tools/examples/xen-network-common.sh      Fri Dec  2 15:39:13 2005
@@ -93,5 +93,5 @@
 
 find_dhcpd_init_file()
 {
-  first_file -x /etc/init.d/dhcp3-server /etc/init.d/dhcp
+  first_file -x /etc/init.d/{dhcp3-server,dhcp,dhcpd}
 }

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Added /etc/init.d/dhcpd to list of init files to check for (supporting Centos, Xen patchbot -unstable <=