fix xcat install error message on ubuntu
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14193 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b16326fdbc
commit
fc2ee64682
@ -1,3 +1,63 @@
|
||||
xcat-server (2.8snap-rev14173M-20121101) precise; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@ubuntu> Thu, 01 Nov 2012 14:28:49 +0800
|
||||
|
||||
xcat-server (2.8snap-rev14173M-20121101) precise; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@ubuntu> Thu, 01 Nov 2012 11:33:00 +0800
|
||||
|
||||
xcat-server (2.8snap-rev14173M-20121031) precise; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@ubuntu> Wed, 31 Oct 2012 17:45:48 +0800
|
||||
|
||||
xcat-server (2.8snap-rev14114M-20121025) precise; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@ubuntu> Thu, 25 Oct 2012 14:38:45 +0800
|
||||
|
||||
xcat-server (2.8snap-rev14114M-20121025) precise; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@ubuntu> Thu, 25 Oct 2012 14:11:43 +0800
|
||||
|
||||
xcat-server (2.8snap-rev14103M-20121024) precise; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@ubuntu> Wed, 24 Oct 2012 10:39:37 +0800
|
||||
|
||||
xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@ubuntu> Tue, 23 Oct 2012 18:21:18 +0800
|
||||
|
||||
xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@ubuntu> Tue, 23 Oct 2012 18:10:42 +0800
|
||||
|
||||
xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@ubuntu> Tue, 23 Oct 2012 18:08:50 +0800
|
||||
|
||||
xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low
|
||||
|
||||
* Nightly_Builds
|
||||
|
||||
-- root <root@ubuntu> Tue, 23 Oct 2012 18:07:37 +0800
|
||||
|
||||
xcat-server (2.5.0-2) stable; urgency=low
|
||||
|
||||
* Initial Debian build
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user