From 749eb124c97331b0920a2aaa9909c15c649c983a Mon Sep 17 00:00:00 2001 From: linggao Date: Wed, 8 Apr 2009 22:38:16 +0000 Subject: [PATCH] added Required-Stop tag for /etc/init.d/xcatd because SLES 11 checks it git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3143 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/etc/init.d/xcatd | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/etc/init.d/xcatd b/xCAT-server/etc/init.d/xcatd index 494aad6be..47bd974c2 100755 --- a/xCAT-server/etc/init.d/xcatd +++ b/xCAT-server/etc/init.d/xcatd @@ -7,6 +7,7 @@ ### BEGIN INIT INFO # Provides: xcatd # Required-Start: $network $syslog sshd +# Required-Stop: # Should-Start: mysql # Default-Start: 3 4 5 # Default-stop: 0 1 2 6