Configure settings for system services dynamically with the new service edit command.

This commit is contained in:
Cristiano Giuffrida
2010-07-05 19:37:08 +00:00
parent 42399159da
commit 3de6a807ce
22 changed files with 329 additions and 480 deletions

View File

@@ -685,6 +685,7 @@
#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_EDIT (RS_RQ_BASE + 7) /* edit system service */
#define RS_LOOKUP (RS_RQ_BASE + 8) /* lookup server name */

View File

@@ -81,7 +81,6 @@ struct rprocpub {
short in_use; /* set when the entry is in use */
unsigned sys_flags; /* sys flags */
endpoint_t endpoint; /* process endpoint number */
long period; /* heartbeat period (or zero) */
int dev_flags; /* device flags */
dev_t dev_nr; /* major device number */