From f4a553d085f20600134eacd0f3418319c82c8a5c Mon Sep 17 00:00:00 2001 From: xq2005 Date: Thu, 17 Jan 2013 03:10:34 +0000 Subject: [PATCH] debian default run level is 2, add catd to init.d git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14904 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/debian/postinst b/xCAT-server/debian/postinst index 5bbbe0d08..1454388cc 100644 --- a/xCAT-server/debian/postinst +++ b/xCAT-server/debian/postinst @@ -23,6 +23,7 @@ case "$1" in . /etc/profile.d/xcat.sh if [ ! -e "/etc/rc0.d/K60xcatd" ];then update-rc.d xcatd start 85 2 3 4 5 . stop 60 0 1 6 . + update-rc.d xcatd enable 2 else update-rc.d xcatd enable fi