service clone command to clone system services on demand.

This commit is contained in:
Cristiano Giuffrida
2010-06-28 21:38:29 +00:00
parent 635a8f772c
commit 869a223d43
5 changed files with 55 additions and 3 deletions

View File

@@ -668,6 +668,7 @@
#define RS_RESTART (RS_RQ_BASE + 3) /* restart system service */
#define RS_SHUTDOWN (RS_RQ_BASE + 4) /* alert about shutdown */
#define RS_UPDATE (RS_RQ_BASE + 5) /* update system service */
#define RS_CLONE (RS_RQ_BASE + 6) /* clone system service */
#define RS_LOOKUP (RS_RQ_BASE + 8) /* lookup server name */