Magellan Linux

Diff of /trunk/vzctl/patches/vzctl-3.0.18-magellan.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 273 by niro, Sat Jul 21 22:50:20 2007 UTC revision 274 by niro, Sat Jul 21 22:55:33 2007 UTC
# Line 401  diff -Naur vzctl-3.0.18/etc/init.d/vz-ma Line 401  diff -Naur vzctl-3.0.18/etc/init.d/vz-ma
401  +++ vzctl-3.0.18-magellan/etc/init.d/vz-magellan.in 2007-07-22 00:44:28.000000000 +0200  +++ vzctl-3.0.18-magellan/etc/init.d/vz-magellan.in 2007-07-22 00:44:28.000000000 +0200
402  @@ -0,0 +1,405 @@  @@ -0,0 +1,405 @@
403  +#!/bin/bash  +#!/bin/bash
404  +# $Header: /root/magellan-cvs/src/vzctl/patches/vzctl-3.0.18-magellan.patch,v 1.1 2007-07-21 22:50:20 niro Exp $  +# $Header: /root/magellan-cvs/src/vzctl/patches/vzctl-3.0.18-magellan.patch,v 1.2 2007-07-21 22:55:33 niro Exp $
405  +  +
406  +#%rlevels: 3:s 4:s 5:s 0:k 1:k 2:k 6:k  +#%rlevels: 3:s 4:s 5:s 0:k 1:k 2:k 6:k
407  +#%start: 96  +#%start: 96
# Line 805  diff -Naur vzctl-3.0.18/etc/init.d/vz-ma Line 805  diff -Naur vzctl-3.0.18/etc/init.d/vz-ma
805  + exit 1  + exit 1
806  + ;;  + ;;
807  +esac  +esac
808    diff -Naur vzctl-3.0.18/Makefile.am vzctl-3.0.18-magellan/Makefile.am
809    --- vzctl-3.0.18/Makefile.am 2007-07-06 09:46:25.000000000 +0200
810    +++ vzctl-3.0.18-magellan/Makefile.am 2007-07-22 00:54:26.000000000 +0200
811    @@ -44,6 +44,7 @@
812     DISTRO_TARGETS = \
813     install-redhat \
814     install-gentoo \
815    + install-magellan \
816     install-suse \
817     install-debian
818    
819    diff -Naur vzctl-3.0.18/Makefile.in vzctl-3.0.18-magellan/Makefile.in
820    --- vzctl-3.0.18/Makefile.in 2007-07-06 09:46:36.000000000 +0200
821    +++ vzctl-3.0.18-magellan/Makefile.in 2007-07-22 00:54:41.000000000 +0200
822    @@ -214,6 +214,7 @@
823     DISTRO_TARGETS = \
824     install-redhat \
825     install-gentoo \
826    + install-magellan \
827     install-suse \
828     install-debian
829    

Legend:
Removed from v.273  
changed lines
  Added in v.274