diff --git a/xCAT-server/debian/changelog b/xCAT-server/debian/changelog index 32af52125..c7d100957 100644 --- a/xCAT-server/debian/changelog +++ b/xCAT-server/debian/changelog @@ -1,3 +1,63 @@ +xcat-server (2.8snap-rev14173M-20121101) precise; urgency=low + + * Nightly_Builds + + -- root Thu, 01 Nov 2012 14:28:49 +0800 + +xcat-server (2.8snap-rev14173M-20121101) precise; urgency=low + + * Nightly_Builds + + -- root Thu, 01 Nov 2012 11:33:00 +0800 + +xcat-server (2.8snap-rev14173M-20121031) precise; urgency=low + + * Nightly_Builds + + -- root Wed, 31 Oct 2012 17:45:48 +0800 + +xcat-server (2.8snap-rev14114M-20121025) precise; urgency=low + + * Nightly_Builds + + -- root Thu, 25 Oct 2012 14:38:45 +0800 + +xcat-server (2.8snap-rev14114M-20121025) precise; urgency=low + + * Nightly_Builds + + -- root Thu, 25 Oct 2012 14:11:43 +0800 + +xcat-server (2.8snap-rev14103M-20121024) precise; urgency=low + + * Nightly_Builds + + -- root Wed, 24 Oct 2012 10:39:37 +0800 + +xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low + + * Nightly_Builds + + -- root Tue, 23 Oct 2012 18:21:18 +0800 + +xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low + + * Nightly_Builds + + -- root Tue, 23 Oct 2012 18:10:42 +0800 + +xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low + + * Nightly_Builds + + -- root Tue, 23 Oct 2012 18:08:50 +0800 + +xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low + + * Nightly_Builds + + -- root Tue, 23 Oct 2012 18:07:37 +0800 + xcat-server (2.5.0-2) stable; urgency=low * Initial Debian build diff --git a/xCAT-server/debian/postinst b/xCAT-server/debian/postinst index dc7e898c2..f731515ee 100644 --- a/xCAT-server/debian/postinst +++ b/xCAT-server/debian/postinst @@ -21,7 +21,6 @@ set -e case "$1" in configure) . /etc/profile.d/xcat.sh - xcatconfig -i -d if [ ! -e "/etc/rc0.d/K60xcatd" ];then update-rc.d xcatd start 85 3 4 5 . stop 60 0 1 2 6 . else