[Devel] [PATCH] vzctl(8) man page updated with vps.create script description

Nikolay Tenev tenev.nikolay at gmail.com
Mon Jun 8 05:49:29 PDT 2015


Hello,

The following patch adds the missing description about vps.create in vzctl
man page.

I hope that I have used the correct format.
====

>From 7ba35fcdc5d261b8e68c3b12f20e4b2fd8b5c0e2 Mon Sep 17 00:00:00 2001
From: Nikolay Tenev <tenev.nikolay at gmail.com>
Date: Mon, 8 Jun 2015 14:05:18 +0300
Subject: [PATCH] vzctl(8) man page updated with vps.create script
description

---
 man/vzctl.8.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/man/vzctl.8.in b/man/vzctl.8.in
index 95e0da2..52e2db1 100644
--- a/man/vzctl.8.in
+++ b/man/vzctl.8.in
@@ -1244,6 +1244,9 @@ with the exception of \fB.start\fR and \fB.stop\fR
scripts, which
 are executed in a container context.

 The following action scripts are currently defined:
+.IP "\fBvps.create\fR"
+Global custom user-defined script (or binary) which is executed right
after a
+new container is created.
 .IP "\fBvps.premount\fR, \fICTID\fB.premount\fR"
 Global and per-CT mount scripts which are executed for a
 container before it is mounted. Scripts are executed in the host system
@@ -1527,7 +1530,7 @@ To permanently remove this container:
 .EX
 @PKGCONFDIR@/vz.conf
 @VPSCONFDIR@/\fICTID\fB\f(CR.conf
- at VPSCONFDIR@/vps.{premount,mount,umount,postumount}
+ at VPSCONFDIR@/vps.{create,premount,mount,umount,postumount}
 @VPSCONFDIR@/\fICTID\fB\f(CR.{premount,mount,start,stop,umount,postumount}
 /proc/vz/veinfo
 /proc/vz/vzquota
-- 
1.8.3.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvz.org/pipermail/devel/attachments/20150608/584ac8d5/attachment-0001.html>


More information about the Devel mailing list