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-api

[Xen-API] [PATCH 2 of 3] Update the likewise 5.3 force-domain-leave scri

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 2 of 3] Update the likewise 5.3 force-domain-leave script to cope with new service names
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Tue, 2 Feb 2010 13:47:24 +0000
Delivery-date: Tue, 02 Feb 2010 05:41:14 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1265118442@xxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Marcus Granado <marcus.granado@xxxxxxxxxx>
# Date 1265113212 0
# Node ID 4cb4a62f5790336fa1da1e5e94101a4941ddaf62
# Parent  b09202d1186e270b1713ecf5ebe0db7e109d305f
Update the likewise 5.3 force-domain-leave script to cope with new service 
names.

Signed-off-by: Marcus Granado <marcus.granado@xxxxxxxxxx>

diff -r b09202d1186e -r 4cb4a62f5790 scripts/lw-force-domain-leave
--- a/scripts/lw-force-domain-leave     Tue Feb 02 12:20:11 2010 +0000
+++ b/scripts/lw-force-domain-leave     Tue Feb 02 12:20:12 2010 +0000
@@ -5,18 +5,14 @@
 /opt/likewise/bin/domainjoin-cli configure --disable nsswitch
 /opt/likewise/bin/domainjoin-cli configure --disable krb5
 /etc/init.d/lsassd stop
+/etc/init.d/lwiod stop
 /etc/init.d/netlogond stop
-/etc/init.d/npcmuxd stop
-/etc/init.d/gpagentd stop
-/etc/init.d/lwmgmtd stop
 /etc/init.d/eventlogd stop
 /etc/init.d/dcerpcd stop
 chkconfig --del lsassd
+chkconfig --del lwiod
 chkconfig --del netlogond
-chkconfig --del npcmuxd
-chkconfig --del gpagentd
-chkconfig --del lwmgmtd
 chkconfig --del eventlogd
 chkconfig --del dcerpcd
-rm -f /var/lib/likewise/db/*.db
+rm -f /var/lib/likewise/db/*
 
1 file changed, 3 insertions(+), 7 deletions(-)
scripts/lw-force-domain-leave |   10 +++-------


Attachment: xen-api.hg-3.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>