| patch |
summary |
view |
raw |
| debian-add-ip-fix1.patch |
dists/scripts/debian-add_ip.sh | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
|
view
|
download
|
| debian-add-ip-fix2.patch |
etc/dists/scripts/debian-add_ip.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| debian-add-ip.patch |
root/debian-add_ip.sh.old | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
|
view
|
download
|
| do-not-overwrite-localhost-in-hosts.patch |
etc/dists/scripts/functions | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
|
view
|
download
|
| fix-bash-completion-issue.patch |
etc/bash_completion.d/vzctl.sh.in | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
|
view
|
download
|
| fix-for-ubuntu-networking.patch |
etc/dists/scripts/debian-add_ip.sh | 14 ++++++++++++++
1 file changed, 14 insertions(+)
|
view
|
download
|
| insserv-solution-part1.patch |
etc/init.d/.gitignore | 3
etc/init.d/Makefile.am | 5
etc/init.d/vz-gentoo.in | 2
etc/init.d/vz-redhat.in | 92 +------------
etc/init.d/vzeventd-gentoo.in | 39 +++++
etc/init.d/vzeventd-redhat.in | 104 ++++++++++++++
etc/init.d/vzfunctions.in | 86 ++++++++++++
scripts/Makefile.am | 4
scripts/vzevent-reboot.in | 9 +
scripts/vzevent-stop.in | 57 ++++++++
src/.gitignore | 1
src/Makefile.am | 6
src/vzeventd.c | 294 ++++++++++++++++++++++++++++++++++++++++++
vzctl.spec | 8 +
14 files changed, 621 insertions(+), 89 deletions(-)
|
view
|
download
|
| insserv-solution-part10.patch |
etc/init.d/initd-functions.in | 25 +++++++++++++++++++++++++
etc/init.d/vzeventd-redhat.in | 4 ++--
2 files changed, 27 insertions(+), 2 deletions(-)
|
view
|
download
|
| insserv-solution-part11.patch |
init.d/initd-functions.in | 1 -
1 file changed, 1 deletion(-)
|
view
|
download
|
| insserv-solution-part12.patch |
init.d/vzeventd-redhat.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| insserv-solution-part13.patch |
etc/init.d/vzeventd-redhat.in | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| insserv-solution-part14.patch |
etc/init.d/initd-functions.in | 25 +++++++++++++++++++++++++
etc/init.d/vzeventd-redhat.in | 4 ++--
2 files changed, 27 insertions(+), 2 deletions(-)
|
view
|
download
|
| insserv-solution-part15.patch |
etc/init.d/initd-functions.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| insserv-solution-part16.patch |
etc/init.d/initd-functions.in | 30 ++++++++++++++++++++++++++++--
etc/init.d/vzeventd-redhat.in | 9 ++++++++-
2 files changed, 36 insertions(+), 3 deletions(-)
|
view
|
download
|
| insserv-solution-part2.patch |
INSTALL | 7 ---
configure.ac | 16 -------
etc/Makefile.am | 1
etc/cron.d/.gitignore | 3 -
etc/cron.d/Makefile.am | 26 -----------
etc/cron.d/vz.in | 32 --------------
etc/init.d/vz-gentoo.in | 53 ------------------------
etc/init.d/vz-redhat.in | 86 ---------------------------------------
paths.am | 6 --
pathsubst.am | 5 --
scripts/Makefile.am | 10 ----
scripts/vpsnetclean.in | 105 ------------------------------------------------
scripts/vpsreboot.in | 87 ---------------------------------------
src/lib/env.c | 2
src/lib/script.c | 31 --------------
vzctl.spec | 7 ---
16 files changed, 6 insertions(+), 471 deletions(-)
|
view
|
download
|
| insserv-solution-part3.patch |
include/logger.h | 2 ++
src/lib/logger.c | 8 ++++++++
2 files changed, 10 insertions(+)
|
view
|
download
|
| insserv-solution-part4.patch |
etc/init.d/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
|
view
|
download
|
| insserv-solution-part5.patch |
etc/init.d/vzeventd-redhat.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
|
view
|
download
|
| insserv-solution-part6.patch |
etc/init.d/vzeventd-redhat.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| insserv-solution-part7.patch |
etc/init.d/vzeventd-redhat.in | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|
| insserv-solution-part8.patch |
man/Makefile.am | 4 +++-
man/vzeventd.8 | 43 +++++++++++++++++++++++++++++++++++++++++++
vzctl.spec | 1 +
3 files changed, 47 insertions(+), 1 deletion(-)
|
view
|
download
|
| insserv-solution-part9.patch |
etc/init.d/.gitignore | 2 +-
etc/init.d/Makefile.am | 10 +++++-----
etc/init.d/vz-redhat.in | 2 +-
etc/init.d/vzeventd-redhat.in | 2 +-
pathsubst.am | 3 ++-
vzctl.spec | 3 ++-
6 files changed, 12 insertions(+), 10 deletions(-)
|
view
|
download
|
| list2str_c-fix.patch |
src/lib/list.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
|
view
|
download
|
| mawk-issue.patch |
scripts/vps-functions.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| name-check-fix.patch |
src/lib/create.c | 2 --
src/lib/env.c | 2 --
src/vzctl-actions.c | 8 +-------
3 files changed, 1 insertion(+), 11 deletions(-)
|
view
|
download
|
| reverse-fix-for-histfile-an-home-env.patch |
src/enter.c | 2 +-
src/lib/env.c | 2 +-
src/lib/exec.c | 2 +-
src/lib/script.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
|
view
|
download
|
| vzctl_bashisms.diff |
bin/vznetcfg.in | 2 +-
bin/vzpid.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| vzmigrate-copy-all-files.patch |
bin/vzmigrate.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| vzmigrate-rsync-issue.patch |
bin/vzmigrate.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
|
view
|
download
|